C#C
C#15mo ago
mer

Dealing with HTTPClient metrics

Hi, i currently working on httpclient metrics, goal is fair easy - i just want draw a chart which represents request to external dependency in time - i tried something like this -> sum by(server_address)(http_client_active_requests) But in my opinion data does'nt correspond with real traffic. What i make wrong? I collect metrics with multiple apps using prometheus
Screenshot_2024-10-01_at_16-38-06_Prometheus_Time_Series_Collection_and_Processing_Server.png
Was this page helpful?