Add support for sending DogStatsD metrics over Unix Socket
This commit is contained in:
parent
d37ea3e882
commit
18203f57d2
4 changed files with 67 additions and 5 deletions
|
@ -27,6 +27,8 @@ _Required, Default="127.0.0.1:8125"_
|
|||
|
||||
Address instructs exporter to send metrics to datadog-agent at this address.
|
||||
|
||||
This address can be a Unix Domain Socket (UDS) address with the following form: `unix:///path/to/datadog.socket`.
|
||||
|
||||
```yaml tab="File (YAML)"
|
||||
metrics:
|
||||
datadog:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue