We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91e99d commit 6754f68Copy full SHA for 6754f68
1 file changed
grafana/provisioning/dashboards/clark.dashboard.py
@@ -53,4 +53,24 @@
53
],
54
unit=NUMBER_FORMAT,
55
)
56
+wrapper.DefineRow("Emails")
57
+wrapper.AddPanel(
58
+ title="Emails sent",
59
+ queries=[
60
+ ExpressionAndLegendPair(
61
+ 'email_sent{job="clark-email"}',
62
+ "{{type}}",
63
+ )
64
+ ],
65
+ unit=NUMBER_FORMAT,
66
+)
67
68
+ title="Refresh token last updated",
69
70
71
+ 'time() - google_cloud_refresh_token_last_updated{job="clark-email"}',
72
73
74
75
76
dashboard = wrapper.Render()
0 commit comments