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 OpenCensus receiver #11096

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: 10 additions & 2 deletions receiver/opencensusreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# OpenCensus Receiver

| Status | |
| ------------------------ |--------------------------|
| Stability | [beta] |
| Supported pipeline types | traces, metrics |
| Distributions | [core], [contrib] |

Receives data via gRPC or HTTP using [OpenCensus]( https://opencensus.io/)
format.

Supported pipeline types: traces, metrics

## Getting Started

All that is required to enable the OpenCensus receiver is to include it in the
Expand Down Expand Up @@ -51,3 +55,7 @@ receivers:
# Origins can have wildcards with *, use * by itself to match any origin.
- https://*.example.com
```

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