keda: add container-based config discovery support#24459
Draft
vitkyrka wants to merge 1 commit into
Draft
Conversation
vitkyrka
added a commit
that referenced
this pull request
Jul 9, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: ade09a4 | Docs | Datadog PR Page | Give us feedback! |
vitkyrka
added a commit
that referenced
this pull request
Jul 10, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
added a commit
that referenced
this pull request
Jul 10, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Vincent Whitchurch <vincent.whitchurch@datadoghq.com>
vitkyrka
added a commit
that referenced
this pull request
Jul 10, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: Vincent Whitchurch <vincent.whitchurch@datadoghq.com>
vitkyrka
added a commit
that referenced
this pull request
Jul 10, 2026
This branch is based on the not-yet-merged vwhitchurch/keda-discovery branch, so its own changelog.d entries (numbered for PR #24459) show up in this PR's diff against master. CI's changelog check requires any non-deleted changelog.d entry in the diff to bear the current PR's number, so rename them to #24507 here; they will be superseded once #24459 merges and this branch is rebased onto master. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
added a commit
that referenced
this pull request
Jul 14, 2026
This branch is based on the not-yet-merged vwhitchurch/keda-discovery branch, so its own changelog.d entries (numbered for PR #24459) show up in this PR's diff against master. CI's changelog check requires any non-deleted changelog.d entry in the diff to bear the current PR's number, so rename them to #24507 here; they will be superseded once Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
force-pushed
the
vwhitchurch/keda-discovery
branch
from
July 17, 2026 13:36
1f0cb65 to
b12afcc
Compare
vitkyrka
force-pushed
the
vwhitchurch/keda-discovery
branch
from
July 17, 2026 13:48
b12afcc to
d43155c
Compare
vitkyrka
force-pushed
the
graphite-base/24459
branch
from
July 17, 2026 13:48
9d36bc6 to
e183434
Compare
vitkyrka
changed the base branch from
graphite-base/24459
to
vwhitchurch/velero-discovery
July 17, 2026 13:48
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 17, 2026
Add a discovery strategy and auto_conf.yaml for keda. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
force-pushed
the
vwhitchurch/keda-discovery
branch
from
July 17, 2026 13:53
d43155c to
ade09a4
Compare
Contributor
Validation Report
Run Passed validations (20)
|
This was referenced Jul 21, 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.

What does this PR do?
Adds container-based config discovery support to KEDA.
The discovery config uses the standard named-port OpenMetrics strategy (
discovery/openmetrics_from_named_ports). The template defaults to themetricsport name, which maps to KEDA's Prometheus metrics container port.Discovery covers the three KEDA component images exposed by the chart:
keda,keda-metrics-apiserver, andkeda-admission-webhooks. Each discovered instance configuresopenmetrics_endpointfrom the pod IP andmetricsnamed port.Motivation
https://datadoghq.atlassian.net/browse/DSCVR-517
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged