You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scylla: add container-based config discovery support (DataDog#24498)
* Add container-based config discovery support to scylla
Adds a discovery strategy targeting the openmetrics_endpoint on port 9180
(scylla's Prometheus metrics port), generates auto_conf.yaml with
ad_identifiers=[scylla], wires get_e2e_discovery_metadata() into the E2E
fixture, and adds test_e2e_discovery/test_e2e_discovery_all_candidates
tests to validate discovered configs against the real scylla-db container.
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Add changelog entry for DataDog#24498
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Tighten discovery stability log-pattern regex
Anchor the benign-error exclusion to the specific "rpc - client <addr>: server
connection dropped: connection is closed" log shape instead of a bare trailing
substring match, per Codex review feedback, so an unrelated error line that
happens to contain the same trailing text isn't silently excluded too.
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* cleanup
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments