79192162

Date: 2024-11-15 11:31:50
Score: 1
Natty:
Report link

I was struggling as well to get the actual counts. In the current UI , there might be some issue with selecting resources (I was not able to do so). Hence I used PromQL language.

  1. Go to the metric explorer in monitoring.

  2. select promQL on right hand side.

  3. Enter this code:

sum by (response_code_class)(run_googleapis_com:request_count{monitored_resource="cloud_run_revision"})

Give the dashboard some time to refresh and collect the data , Later you can see the request cumulatively adding up based on you selected filter on time.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sanjeev Kumar