metrics-glossary: add Leasor + Actions controlplane metrics and alerts - #1511
Open
mhotan wants to merge 1 commit into
Open
metrics-glossary: add Leasor + Actions controlplane metrics and alerts#1511mhotan wants to merge 1 commit into
mhotan wants to merge 1 commit into
Conversation
Document the V2 actions/leasor execution-path metrics that the glossary was missing, plus the accompanying alerts: - Controlplane: new Leasor section (leases_by_state, schedule_skip_total, dispatch_total, queue run-slot gauges, enqueue rejects, leaseworker gauges, latency histograms) and Actions section (in-memory, watchers, archive queue). - Alerts: UnionCPLeasorRunsStuck, UnionCPLeasorEnqueueRejects, and UnionDPResourceQuotaNearSaturation. - Dataplane: document kube_resourcequota (backs the ResourceQuota panels and alert). Companion to the helm-charts dashboards/alerts change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
mhotan
requested review from
EngHabu,
cosmicBboy,
kumare3,
ppiegaze and
samhita-alla
as code owners
August 26, 2026 08:45
GHA build & deploy previewBuilt by
Updated automatically on every push. |
laurabarton
approved these changes
Aug 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the V2 actions/leasor execution-path metrics that the self-hosted metrics glossary was missing, targeting the control plane monitoring reference. Based on this branch (#932) rather than
main, since the glossary lives here.leases_by_state,schedule_skip_total,dispatch_total, per-queue run-slot gauges, enqueue rejects, leaseworker gauges, enqueue→dispatch / queue-wait histograms) and Actions section (actions_in_memory,active_watchers,archive_queue_depth).UnionCPLeasorRunsStuck,UnionCPLeasorEnqueueRejects(CP operational), andUnionDPResourceQuotaNearSaturation(DP operational).kube_resourcequota(backs the ResourceQuota utilization panels + alert).Companion to the helm-charts dashboards/alerts change (unionai/helm-charts#560). Metric names, types, and labels verified against a running control plane and hosted Prometheus.
Notes
deployment/selfmanaged/configuration/monitoring.md(opened earlier as monitoring: document ResourceQuota utilization and stuck-run signals #1506) to the self-hosted glossary here; monitoring: document ResourceQuota utilization and stuck-run signals #1506 is being closed in favor of this.🤖 Generated with Claude Code