Skip to content

Commit

Permalink
Merge pull request #2067 from amnonh/uptime
Browse files Browse the repository at this point in the history
datadog.rules.yml: return the earliest known uptime of the clusters machine
  • Loading branch information
amnonh authored Sep 20, 2023
2 parents 2f89703 + 963a2d9 commit 36e4c36
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/procedures/datadog/datadog.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -558,3 +558,9 @@ groups:
by: "cluster"
level: "1"
dd: "1"
- record: scylla_nodes_uptime_ts
expr: min(node_boot_time_seconds) by(cluster)
labels:
by: "cluster"
level: "1"
dd: "1"

0 comments on commit 36e4c36

Please sign in to comment.