Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Add status header for k8sevents receiver #10464

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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