From a231993a6b1a7ad1b8f20f16415b0765fcdc8629 Mon Sep 17 00:00:00 2001 From: minquan chen Date: Fri, 17 Jun 2022 22:57:50 +0800 Subject: [PATCH] [docs] Add status header for Prometheus receiver (#11100) * [docs] Add status header for Prometheus receiver * Apply suggestions from code review Co-authored-by: Alex Boten --- receiver/prometheusreceiver/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/receiver/prometheusreceiver/README.md b/receiver/prometheusreceiver/README.md index 83e2053345b4..6a8064aab05e 100644 --- a/receiver/prometheusreceiver/README.md +++ b/receiver/prometheusreceiver/README.md @@ -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 @@ -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 \ No newline at end of file