Skip to content

Commit

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

* Update receiver/vcenterreceiver/README.md

Co-authored-by: Daniel Jaglowski <[email protected]>
  • Loading branch information
schmikei and djaglowski committed Jul 8, 2022
1 parent 4d5ee4a commit 87fbede
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions receiver/vcenterreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# vCenter Receiver

This receiver fetches metrics from a vCenter or ESXi host running VMware vSphere APIs.

Supported pipeline types: `metrics`
| Status | |
| ------------------------ |-----------|
| Stability | [alpha] |
| Supported pipeline types | metrics |
| Distributions | [contrib] |

> :construction: This receiver is in **Alpha**. Configuration fields and metric data model are subject to change.
This receiver fetches metrics from a vCenter or ESXi host running VMware vSphere APIs.

## Prerequisites

Expand Down Expand Up @@ -44,3 +46,6 @@ The full list of settings exposed for this receiver are documented [here](./conf
## Metrics

Details about the metrics produced by this receiver can be found in [metadata.yaml](./metadata.yaml) with further documentation in [documentation.md](./documentation.md)

[alpha]: https://github.com/open-telemetry/opentelemetry-collector#alpha
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit 87fbede

Please sign in to comment.