Skip to content

Commit

Permalink
[docs] Add status header for collectd receiver (#10448)
Browse files Browse the repository at this point in the history
* Add status header for collectd receiver

* Update README.md
  • Loading branch information
Frapschen authored Jul 1, 2022
1 parent 6b72286 commit 2ca0781
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions receiver/collectdreceiver/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand All @@ -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

0 comments on commit 2ca0781

Please sign in to comment.