Skip to content

Commit 5870e5a

Browse files
Sign2 wav metrics (#83)
* add wav metrics to sign2 * Update grafana/provisioning/dashboards/sign2.dashboard.py Co-authored-by: Evan Ugarte <36345325+evanugarte@users.noreply.github.com> * address sggested change * rename metric --------- Co-authored-by: Evan Ugarte <36345325+evanugarte@users.noreply.github.com>
1 parent bba1c2e commit 5870e5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grafana/provisioning/dashboards/sign2.dashboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
)
8484

8585
wrapper.AddPanel(
86-
title="WAV Last Updated",
86+
title="WAV Last Generated",
8787
queries=[
8888
ExpressionAndLegendPair(
89-
'time() - wav_last_updated{job="sce-sign2"}',
89+
'time() - wav_last_generated{job="sce-sign2"}',
9090
)
9191
],
9292
unit=SECONDS

0 commit comments

Comments
 (0)