From d56969694b53f86612a49240e00a6b8afdaa9e49 Mon Sep 17 00:00:00 2001 From: "minquan.chen" Date: Fri, 17 Jun 2022 17:28:09 +0800 Subject: [PATCH 1/2] [docs] Add status header for Prometheus receiver --- receiver/prometheusreceiver/README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/receiver/prometheusreceiver/README.md b/receiver/prometheusreceiver/README.md index 83e2053345b4..30a3cc68e7f2 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 | [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,6 @@ 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 \ No newline at end of file From 2c3d850ca8dc820660a9259df5b4ec82a5914b2a Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Fri, 17 Jun 2022 07:15:18 -0700 Subject: [PATCH 2/2] Apply suggestions from code review --- receiver/prometheusreceiver/README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/receiver/prometheusreceiver/README.md b/receiver/prometheusreceiver/README.md index 30a3cc68e7f2..6a8064aab05e 100644 --- a/receiver/prometheusreceiver/README.md +++ b/receiver/prometheusreceiver/README.md @@ -1,10 +1,10 @@ # Prometheus Receiver -| Status | | -| ------------------------ |-----------| -| Stability | [beta] | -| Supported pipeline types | metrics | -| Distributions | [contrib] | +| 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. @@ -85,4 +85,5 @@ 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 \ No newline at end of file +[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