Bears-R-Us/arkouda-contrib

support TOTAL_RESPONSE_TIME and TOTAL_MEMORY_USED in arkodua_metrics_exporter

Closed this issue · 4 comments

arkouda is now generating two new metrics; total response time per command and total memory used in GB per command. Consequently, arkouda_metrics_exporter needs to be extended to pull and process the new metrics from Arkouda and provide a Prometheus scrape target.

TOTAL_RESPONSE_TIME is being processed correctly:

image

TOTAL_MEMORY_USED is being processed correctly:

image

Confirmed that pulling all metrics works correctly;

image

all metrics pull and metrics update logic is working correctly for existing as well as new metrics being pulled from arkouda