Skip to content

Commit bacf797

Browse files
cosmo0920edsiper
authored andcommitted
in_statsd: Add a description for Metrics parameter
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent a91cd76 commit bacf797

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pipeline/inputs/statsd.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ The plugin supports the following configuration parameters:
1616
| Listen | Listener network interface. | 0.0.0.0 |
1717
| Port | UDP port where listening for connections | 8125 |
1818
| 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`.
1925

2026
## Configuration Examples <a id="config_example"></a>
2127

0 commit comments

Comments
 (0)