forked from mirrors/statsd_exporter
Link to API documentation instead
Co-Authored-By: Matthias Rampke <mr@soundcloud.com> Signed-off-by: Raghu Udiyar <raghusiddarth@gmail.com>
This commit is contained in:
parent
b0a54e1d65
commit
d49afad05c
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ 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://github.com/DataDog/datadogpy/blob/master/datadog/dogstatsd/base.py#L63) to `True` to fix this.
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue