From 7ac9eaf1d5e32cb5027b37a467a659aa47010554 Mon Sep 17 00:00:00 2001 From: "minquan.chen" Date: Fri, 17 Jun 2022 17:38:25 +0800 Subject: [PATCH 1/3] [docs] Add status header for SAP HANA receiver --- receiver/saphanareceiver/README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/receiver/saphanareceiver/README.md b/receiver/saphanareceiver/README.md index 59426889bcf9..6411be31776f 100644 --- a/receiver/saphanareceiver/README.md +++ b/receiver/saphanareceiver/README.md @@ -1,10 +1,12 @@ # SAP HANA Receiver -This receiver can fetch stats from a SAP HANA instance. It leverages the [driver](https://github.com/SAP/go-hdb) written by SAP for connecting to SAP HANA with the golang sql module to execute several monitoring queries. - -Supported pipeline types: `metrics` +| Status | | +| ------------------------ |-----------| +| Stability | [beta] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | -> :construction: This receiver is currently in **BETA**. +This receiver can fetch stats from a SAP HANA instance. It leverages the [driver](https://github.com/SAP/go-hdb) written by SAP for connecting to SAP HANA with the golang sql module to execute several monitoring queries. ### Prerequisites @@ -93,3 +95,5 @@ Details about the metrics produced by this receiver can be found in [metadata.ya > If all of the metrics collected by a given monitoring query are marked as `enabled: false` in the receiver configration, the monitoring query will not be executed. +[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib From 1157cfd996e971a01c0164bfda58c1a950630a31 Mon Sep 17 00:00:00 2001 From: Murphy Chen Date: Mon, 27 Jun 2022 21:17:55 +0800 Subject: [PATCH 2/3] Update README.md --- receiver/saphanareceiver/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/receiver/saphanareceiver/README.md b/receiver/saphanareceiver/README.md index 6411be31776f..c3805998a630 100644 --- a/receiver/saphanareceiver/README.md +++ b/receiver/saphanareceiver/README.md @@ -1,10 +1,10 @@ # SAP HANA Receiver -| Status | | -| ------------------------ |-----------| -| Stability | [beta] | -| Supported pipeline types | metrics | -| Distributions | [contrib] | +| Status | | +| ------------------------ |---------------------| +| Stability | [in-development] | +| Supported pipeline types | metrics | +| Distributions | [contrib] | This receiver can fetch stats from a SAP HANA instance. It leverages the [driver](https://github.com/SAP/go-hdb) written by SAP for connecting to SAP HANA with the golang sql module to execute several monitoring queries. @@ -95,5 +95,5 @@ Details about the metrics produced by this receiver can be found in [metadata.ya > If all of the metrics collected by a given monitoring query are marked as `enabled: false` in the receiver configration, the monitoring query will not be executed. -[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta +[beta]: https://github.com/open-telemetry/opentelemetry-collector#in-development [contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib From 9a3cc574f69fb3bf5a208c04ede95287afa9c779 Mon Sep 17 00:00:00 2001 From: Murphy Chen Date: Wed, 29 Jun 2022 11:36:18 +0800 Subject: [PATCH 3/3] Update README.md --- receiver/saphanareceiver/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/receiver/saphanareceiver/README.md b/receiver/saphanareceiver/README.md index c3805998a630..39c3ae270ebe 100644 --- a/receiver/saphanareceiver/README.md +++ b/receiver/saphanareceiver/README.md @@ -4,7 +4,7 @@ | ------------------------ |---------------------| | Stability | [in-development] | | Supported pipeline types | metrics | -| Distributions | [contrib] | +| Distributions | | This receiver can fetch stats from a SAP HANA instance. It leverages the [driver](https://github.com/SAP/go-hdb) written by SAP for connecting to SAP HANA with the golang sql module to execute several monitoring queries. @@ -95,5 +95,4 @@ Details about the metrics produced by this receiver can be found in [metadata.ya > If all of the metrics collected by a given monitoring query are marked as `enabled: false` in the receiver configration, the monitoring query will not be executed. -[beta]: https://github.com/open-telemetry/opentelemetry-collector#in-development -[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib +[in-development]: https://github.com/open-telemetry/opentelemetry-collector#in-development