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
Add metrics_prefix to discovery block (DataDog#24861)
* Manually author discovery metrics_prefix in spec.yaml for gearmand, krakend, prefect
Alternative to PR DataDog#24738's auto-detection approach, which computed each
integration's metrics_prefix from manifest.json or the repo's
.ddev/config.toml override table at `ddev validate config` time. Integration
owners raised a concern that this made .ddev/config.toml, a developer/tooling
config file, silently production-critical, since a wrong or missing entry
there would flow straight into the auto_conf.yaml shipped with the Agent.
This hand-authors the same metrics_prefix values directly in each
integration's assets/configuration/spec.yaml via a discovery.example override
on the existing auto_conf/discovery template, using the same override
mechanism already used for ad_identifiers' value.example and krakend's
cel_selector.example. auto_conf.yaml is then regenerated with `ddev validate
config -s`, producing output identical to PR DataDog#24738's.
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Add changelog entries for PR DataDog#24861
Environment: Datadog workspace
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments