Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for namespacing metrics ingested through DogStatsD. #396

Open
tobz opened this issue Dec 16, 2024 · 0 comments
Open

Add support for namespacing metrics ingested through DogStatsD. #396

tobz opened this issue Dec 16, 2024 · 0 comments
Labels
area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.

Comments

@tobz
Copy link
Member

tobz commented Dec 16, 2024

Context

The Datadog Agent supports adding a namespace to metrics ingested through DogStatsD via the statsd_metric_namespace configuration setting. This is a value that is added as a prefix to all metric names, separated by a period.

@tobz tobz added area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo. labels Dec 16, 2024
@tobz tobz changed the title Add support for namespacing metrics coming in over DogStatsD. Add support for namespacing metrics ingested through DogStatsD. Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components Sources, transforms, and destinations. area/config Configuration. effort/simple Involves trivial changes that should be fine so long as the code compiles and tests pass. source/dogstatsd DogStatsD source. type/chore Updates to dependencies or general "administrative" tasks necessary to maintain the codebase/repo.
Projects
None yet
Development

No branches or pull requests

1 participant