Skip to content

Commit

Permalink
add status header for zipkinreceiver
Browse files Browse the repository at this point in the history
Signed-off-by: xin.li <xin.li@daocloud.io>
  • Loading branch information
my-git9 committed Jun 17, 2022
1 parent 8782d90 commit b33b8b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions receiver/zipkinreceiver/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Zipkin Receiver

This receiver receives spans from [Zipkin](https://zipkin.io/) (V1 and V2).
| Status | |
| ------------------------ |-------------------|
| Stability | [beta] |
| Supported pipeline types | traces |
| Distributions | [core], [contrib] |

Supported pipeline types: traces
This receiver receives spans from [Zipkin](https://zipkin.io/) (V1 and V2).

## Getting Started

Expand All @@ -27,3 +31,7 @@ Several helper files are leveraged to provide additional capabilities automatica
- [gRPC settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configgrpc/README.md) including CORS
- [TLS and mTLS settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md)
- [Queuing, retry and timeout settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterhelper/README.md)

[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 b33b8b7

Please sign in to comment.