Skip to content

Commit 5475614

Browse files
cosmo0920edsiper
authored andcommitted
in_statsd: Add links for the format definitions
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 7d0f42b commit 5475614

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pipeline/inputs/statsd.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ The plugin supports the following configuration parameters:
1919
| Metrics | Ingested record will be marked as a metric record rather than a log record. | `off` |
2020

2121
Note: When enabling `Metrics On`, we will also handle metrics from the DogStatsD protocol and the internal record in Fluent Bit will be handled as a metric type for downstream processing.
22-
Including key-value format of tags:
22+
[The full format of DogStatsD of metrics](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics#the-dogstatsd-protocol) is not supported.
23+
Including key-value format of tags as below is supported:
2324
`<METRIC_NAME>:<VALUE>|<TYPE>|@<SAMPLE_RATE>|#<TAG_KEY_1>:<TAG_VALUE_1>`
24-
Events and ServiceChecks format are not supported yet with `Metrics On`.
25+
[Events](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=events#the-dogstatsd-protocol) and [ServiceChecks](https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=servicechecks#the-dogstatsd-protocol) formats are not supported yet with `Metrics On`.
2526

2627
## Configuration Examples <a id="config_example"></a>
2728

0 commit comments

Comments
 (0)