File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ The plugin supports the following configuration parameters:
16
16
| Listen | Listener network interface. | 0.0.0.0 |
17
17
| Port | UDP port where listening for connections | 8125 |
18
18
| Threaded | Indicates whether to run this input in its own [ thread] ( ../../administration/multithreading.md#inputs ) . | ` false ` |
19
+ | Metrics | Ingest as metrics type of events. | ` off ` |
20
+
21
+ Note: When enabling ` Metrics On ` , the DogStatsD protocol of metrics can be handled.
22
+ Including key-value format of tags:
23
+ ` <METRIC_NAME>:<VALUE>|<TYPE>|@<SAMPLE_RATE>|#<TAG_KEY_1>:<TAG_VALUE_1> `
24
+ Events and ServiceChecks format are not supported yet with ` Metrics On ` .
19
25
20
26
## Configuration Examples <a id =" config_example " ></a >
21
27
You can’t perform that action at this time.
0 commit comments