Skip to content

Commit

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

* Update README.md

* Update README.md
  • Loading branch information
Frapschen authored Jul 5, 2022
1 parent 2e443a1 commit fbaccad
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions receiver/saphanareceiver/README.md
Original file line number Diff line number Diff line change
@@ -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 | [in-development] |
| Supported pipeline types | metrics |
| Distributions | |

> :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

Expand Down Expand Up @@ -93,3 +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.

[in-development]: https://github.com/open-telemetry/opentelemetry-collector#in-development

0 comments on commit fbaccad

Please sign in to comment.