Skip to content

Commit

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

* Apply suggestions from code review

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
Frapschen and Alex Boten authored Jun 17, 2022
1 parent c7fa006 commit a231993
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions receiver/prometheusreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Prometheus Receiver

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

Receives metric data in [Prometheus](https://prometheus.io/) format. See the
[Design](DESIGN.md) for additional information on this receiver.

Supported pipeline types: metrics

## ⚠️ Warning

Note: This component is currently work in progress. It has several limitations
Expand Down Expand Up @@ -79,3 +83,7 @@ receivers:
```
[sc]: https://github.com/prometheus/prometheus/blob/v2.28.1/docs/configuration/configuration.md#scrape_config
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol

0 comments on commit a231993

Please sign in to comment.