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

DD_HISTOGRAM_AGGREGATES and DD_HISTOGRAM_PERCENTILES take comma-separated values, not space-separated #364

Open
chrisjseaton opened this issue Mar 21, 2019 · 1 comment

Comments

@chrisjseaton
Copy link
Contributor

See descriptions of variables in the readme -- both claim "separated by spaces"

Additional environment details (Operating System, Cloud provider, etc):
datadog/docker-dd-agent:12.7.5321-jmx

Steps to reproduce the issue:

  1. set DD_HISTOGRAM_AGGREGATES=max median avg count sum and start the agent

Describe the results you received:

No histograms pushed via dogstatsd. head /var/log/datadog/collector.log in the container gives:

2019-03-21 15:26:31 UTC | WARNING | dd.collector | config(config.py:306) | Ignored histogram aggregate
max median avg count sum, invalid

Describe the results you expected:

Histograms pushed with the given aggregates.

Additional information you deem important (e.g. issue happens only occasionally):

Workaround is to give a comma-separated list.

@adz
Copy link

adz commented Jun 19, 2020

FYI This is similarly incorrectly described over here:
https://docs.datadoghq.com/agent/docker/?tab=standard#dogstatsd-custom-metrics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants