Skip to content

Commit b575495

Browse files
committed
chore: split reconcile duration seconds into buckets
1 parent 78fa10d commit b575495

File tree

1 file changed

+1
-0
lines changed
  • github-runner-manager/src/github_runner_manager/metrics

1 file changed

+1
-0
lines changed

github-runner-manager/src/github_runner_manager/metrics/reconcile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
name="reconcile_duration_seconds",
1212
documentation="Duration of reconciliation (seconds)",
1313
labelnames=[LABEL_FLAVOR],
14+
buckets=[60, 2 * 60, 5 * 60, 10 * 60, 20 * 60, float("inf")],
1415
)
1516
EXPECTED_RUNNERS_COUNT = Gauge(
1617
name="expected_runners_count",

0 commit comments

Comments
 (0)