We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf797 commit 3bc21a4Copy full SHA for 3bc21a4
pipeline/inputs/statsd.md
@@ -16,7 +16,7 @@ The plugin supports the following configuration parameters:
16
| Listen | Listener network interface. | 0.0.0.0 |
17
| Port | UDP port where listening for connections | 8125 |
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` |
+| Metrics | Ingested record will be marked as a metric record rather than a log record. | `off` |
20
21
Note: When enabling `Metrics On`, the DogStatsD protocol of metrics can be handled.
22
Including key-value format of tags:
0 commit comments