diff --git a/receiver/collectdreceiver/README.md b/receiver/collectdreceiver/README.md index 335d0dc0fcd7..818591f4acf4 100644 --- a/receiver/collectdreceiver/README.md +++ b/receiver/collectdreceiver/README.md @@ -1,5 +1,11 @@ # CollectD `write_http` plugin JSON receiver +| Status | | +| ------------------------ |------------| +| Stability | [alpha] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | + This receiver can receive data exported by the CollectD's `write_http` plugin. Only JSON format is supported. Authentication is not supported at this time. @@ -13,8 +19,6 @@ receiver supports extracting labels from different fields. Given a field value `field[a=b, k=v]`, this receiver will extract `a` and `b` as label keys and, `k` and `v` as the respective label values. -Supported pipeline types: metrics - ## Configuration The following settings are required: @@ -39,3 +43,6 @@ receivers: The full list of settings exposed for this receiver are documented [here](./config.go) with detailed sample configurations [here](./testdata/config.yaml). + +[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib