Skip to content

Commit

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

* apply reviewer's suggestion

* Update README.md
  • Loading branch information
Frapschen authored Jun 10, 2022
1 parent 9b6b705 commit 02827be
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions receiver/k8seventsreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Kubernetes Events Receiver

| Status | |
| ------------------------ |-----------|
| Stability | [alpha] |
| Supported pipeline types | logs |
| Distributions | [contrib] |

The kubernetes Events receiver collects events from the Kubernetes
API server. It collects all the new or updated events that come in.

Currently this receiver supports authentication via service accounts only.
See [example](#example) for more information.

> :construction: This receiver is in **BETA**. Configuration fields and
log data model are subject to change.

## Configuration

The following settings are optional:
Expand Down Expand Up @@ -215,3 +218,6 @@ spec:
name: otelcontribcol
EOF
```

[beta]: 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 02827be

Please sign in to comment.