Skip to content

Commit

Permalink
Add status header for kafkametrics receiver (open-telemetry#10478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frapschen authored Jul 2, 2022
1 parent 2ca5705 commit 33a5663
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions receiver/kafkametricsreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Kafka Metrics Receiver

| Status | |
| ------------------------ |-----------|
| Stability | [beta] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

Kafka metrics receiver collects kafka metrics (brokers, topics, partitions, consumer groups) from kafka server,
converting into otlp.

Expand Down Expand Up @@ -82,3 +88,6 @@ receivers:
key_file: key.pem
collection_interval: 5s
```
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 33a5663

Please sign in to comment.