Skip to content

Commit

Permalink
[docs] Add status header for skywalking exporter (#10334)
Browse files Browse the repository at this point in the history
Add status header for skywalking
  • Loading branch information
Frapschen authored May 30, 2022
1 parent 3337d24 commit 6574d2f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exporter/skywalkingexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# SkyWalking gRPC Exporter

Exports data via gRPC using [skywalking-data-collect-protocol](https://github.com/apache/skywalking-data-collect-protocol) format. By default, this exporter requires TLS and offers queued retry capabilities.
| Status | |
| ------------------------ |---------------|
| Stability | [beta] |
| Supported pipeline types | logs, metrics |
| Distributions | [contrib] |

Supported pipeline types: logs, metrics
Exports data via gRPC using [skywalking-data-collect-protocol](https://github.com/apache/skywalking-data-collect-protocol) format. By default, this exporter requires TLS and offers queued retry capabilities.

## Getting Started

Expand Down Expand Up @@ -52,3 +56,6 @@ 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)
- [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

0 comments on commit 6574d2f

Please sign in to comment.