weaviate: add container-based config discovery support#24519
Draft
vitkyrka wants to merge 1 commit into
Draft
Conversation
vitkyrka
added a commit
that referenced
this pull request
Jul 10, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 8ce2ddd | Docs | Datadog PR Page | Give us feedback! |
vitkyrka
changed the base branch from
vwhitchurch/keda-discovery
to
graphite-base/24519
July 15, 2026 13:26
vitkyrka
added a commit
that referenced
this pull request
Jul 15, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
force-pushed
the
vwhitchurch/weaviate-discovery
branch
from
July 15, 2026 13:26
0c78349 to
92ec948
Compare
vitkyrka
force-pushed
the
graphite-base/24519
branch
from
July 15, 2026 13:26
2c0dc75 to
7e04aa5
Compare
vitkyrka
changed the base branch from
graphite-base/24519
to
vwhitchurch/velero-discovery
July 15, 2026 13:27
This was referenced Jul 15, 2026
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 15, 2026
vitkyrka
changed the base branch from
vwhitchurch/velero-discovery
to
graphite-base/24519
July 16, 2026 08:51
3 tasks
vitkyrka
force-pushed
the
vwhitchurch/weaviate-discovery
branch
from
July 16, 2026 09:01
92ec948 to
1bd4f19
Compare
vitkyrka
added a commit
that referenced
this pull request
Jul 16, 2026
Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
force-pushed
the
graphite-base/24519
branch
from
July 16, 2026 09:01
7e04aa5 to
c2e0447
Compare
vitkyrka
changed the base branch from
graphite-base/24519
to
vwhitchurch/velero-discovery
July 16, 2026 09:01
Adds a `from_ports`-based discovery strategy scoped to weaviate's OpenMetrics port (2112) and wires the kind-based E2E harness to exercise it against a real Kubernetes cluster via the new kube_discovery helpers. Environment: Datadog workspace Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
vitkyrka
force-pushed
the
vwhitchurch/weaviate-discovery
branch
from
July 16, 2026 12:08
1bd4f19 to
8ce2ddd
Compare
Contributor
Validation ReportAll 21 validations passed. Show details
|
3 tasks
vitkyrka
changed the base branch from
vwhitchurch/velero-discovery
to
graphite-base/24519
July 16, 2026 13:09
3 tasks
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 Weaviate.
The discovery config uses the standard named-port OpenMetrics strategy (
discovery/openmetrics_from_named_ports). The template defaults to themetricsport name, which maps to Weaviate's Prometheus metrics container port (2112) in the Kind fixture, so no numeric port hint or integration-specific port-name override is needed.Discovery currently intentionally only configures
openmetrics_endpointsince this is the one identifiable via the named port. It does not populate the optionalweaviate_api_endpoint, so discovered instances collect OpenMetrics metrics only.Motivation
DSCVR-544
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