stackdriver_exporter icon indicating copy to clipboard operation
stackdriver_exporter copied to clipboard

stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count doesn't seem like a counter

Open Stasky745 opened this issue 7 months ago • 0 comments

Using the same query in gcp and grafana shows different results. In Grafana, this metric seems like it isn't a counter like in gcp, so rate doesn't show the same values as in gcp.

stackdriver_consumed_api_serviceruntime_googleapis_com_api_request_count{service="compute.googleapis.com",response_code="404"}

in grafana shows horizontal line while

serviceruntime_googleapis_com:api_request_count{monitored_resource="consumed_api",response_code="404",service="compute.googleapis.com"}

in gcp shows increasing values like a counter

Stasky745 avatar Apr 21 '25 09:04 Stasky745