monitoring: scrape KEDA operator metrics#726
Merged
Merged
Conversation
[ghstack-poisoned]
This was referenced Jun 10, 2026
tofu plan — arc-cbr-production✅ Plan succeeded · commit Plan output |
tofu plan — arc-cbr-production-uw1✅ Plan succeeded · commit Plan output |
tofu plan — meta-prod-aws-ue1✅ Plan succeeded · commit Plan output |
[ghstack-poisoned]
jeanschmidt
approved these changes
Jun 11, 2026
[ghstack-poisoned]
[ghstack-poisoned]
huydhn
added a commit
to huydhn/pytorch-ci-infra
that referenced
this pull request
Jun 12, 2026
Stack from [ghstack](https://github.com/ezyang/ghstack/tree/0.15.0) (oldest at bottom): * pytorch#727 * pytorch#728 * pytorch#726 * pytorch#725 * __->__ pytorch#724 Same min per arch as staging (amd64 2 / arm64 4). Max sized from 14-day docker-build concurrency: amd64 128 (peak 105 + headroom), arm64 16 (peak 8, likely capped by the old fixed pool).
huydhn
added a commit
to huydhn/pytorch-ci-infra
that referenced
this pull request
Jun 12, 2026
Stack from [ghstack](https://github.com/ezyang/ghstack/tree/0.15.0) (oldest at bottom): * pytorch#727 * pytorch#728 * pytorch#726 * __->__ pytorch#725 Burst 8 parallel buildctl builds per arch (each holds a maxconn=1 slot ~10m via sleep). With amd64_min=2 they serialize ~43m > timeout 30m and fail unless KEDA scales the pool up; one wave ~18m when it does.
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.
Stack from ghstack (oldest at bottom):
Enable the KEDA operator's Prometheus endpoint (prometheus.operator.enabled)
and add a ServiceMonitor scraping keda_* (scaler/scaledobject values, errors,
activity, latency) at 60s. Lets us see what KEDA reads and when it errors /
falls back.