<!-- This issue queue is primarily intended for tracking features, bugs and work items associated with the dd-agent open-source project. Prior to submitting an issue please review the following: - [ ] [Troubleshooting](https://datadog.zendesk.com/hc/en-us/sections/200766955-Troubleshooting) section of our [Knowledge base](https://datadog.zendesk.com/hc/en-us). - [ ] Contact our [support](http://docs.datadoghq.com/help/) and [send them your logs](https://github.com/DataDog/dd-agent/wiki/Send-logs-to-support). - [ ] Finally, you can open a Github issue respecting this [title convention](https://github.com/DataDog/dd-agent/blob/master/CONTRIBUTING.md#commits-titles) (it helps us triage). If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. --------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> See descriptions of variables in the [readme](https://github.com/DataDog/docker-dd-agent/blob/master/README.md#environment-variables) -- 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.