Skip to content

Commit

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

* Apply suggestions from code review

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
Frapschen and Alex Boten authored Jun 17, 2022
1 parent ae5dec1 commit 2862d03
Showing 1 changed file with 10 additions and 2 deletions.
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

0 comments on commit 2862d03

Please sign in to comment.