Merge pull request #254 from raags/add-dogstatsd-use-ms-note

Add note about DogStatsD `use_ms` option
This commit is contained in:
Matthias Rampke 2019-08-26 11:29:16 +02:00 committed by GitHub
commit 085643f486
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,6 +235,8 @@ mappings:
Note that timers will be accepted with the `ms`, `h`, and `d` statsd types. The first two are timers and histograms and the `d` type is for DataDog's "distribution" type. The distribution type is treated identically to timers and histograms.
The DogStatsD client by default emits timer metrics in seconds, set [use_ms](https://datadogpy.readthedocs.io/en/latest/index.html?highlight=use_ms) to `True` to fix this.
### Regular expression matching
Another capability when using YAML configuration is the ability to define matches