Skip to content

Commit 3878d87

Browse files
committed
Revert "chore: split reconcile duration seconds into buckets"
This reverts commit b575495.
1 parent b575495 commit 3878d87

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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")],
1514
)
1615
EXPECTED_RUNNERS_COUNT = Gauge(
1716
name="expected_runners_count",

0 commit comments

Comments
 (0)