Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Add issue mean latency metric to dashboard (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
whaught authored Jan 13, 2021
1 parent 6a94f98 commit fe4f753
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions terraform/alerting/dashboards/verification-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ gridLayout:
| align rate()
| every 1m
| [metric.result]
- title: /api/issue request latency avg
xyChart:
chartOptions:
mode: COLOR
dataSets:
- plotType: LINE
timeSeriesQuery:
timeSeriesQueryLanguage: >
generic_task ::
custom.googleapis.com/opencensus/en-verification-server/api/issue/request_latency
| align delta()
| every 1m
| group_by [], [value_request_latency_mean: mean(value.request_latency)]
- title: Rate Limited count by label.job [SUM]
xyChart:
chartOptions:
Expand Down

0 comments on commit fe4f753

Please sign in to comment.