Dashboarding
Dynatrace dashboards, notebooks, and data explorer explained.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Display total count for each response code

vchitti
Newcomer

timeseries { sum(cloud.gcp.apigee_googleapis_com.proxyv2.response_count),
value.A = sum(cloud.gcp.apigee_googleapis_com.proxyv2.response_count, scalar: true) },
by: { response_code },
filter: { matchesValue(env, $environment) AND
in(response_code, { "200", "201", "400", "401", "404", "429", "500", "501", "502", "503", "504" } )}

Which breaks down based on response codes . Attached image.

i would like to see the total number of 200s, 201s , 400s etc displayed as label or the count on the bar to avoid the user hovering to see the actual value.

Can you please suggest.Screenshot 2025-11-17 at 16.24.13.png

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

What if you change the visualization to pie... you will get the value for each code more visible, and the slices names in the legend.

Site Reliability Engineer @ Kyndryl

vchitti
Newcomer

I have managed to display the count with data mapping , not as a label though. Thanks for your suggestion

Featured Posts