Skip to content

Commit

Permalink
[docs] add status for logging exporter (#5389)
Browse files Browse the repository at this point in the history
* [docs] add status for logging exporter

Fixes #5388

* update doc
  • Loading branch information
Alex Boten authored May 18, 2022
1 parent 4b2a304 commit a9c09c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions exporter/loggingexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Logging Exporter

| Status | |
| ------------------------ | ----------------------- |
| Stability | [In development] |
| Supported pipeline types | traces, metrics, logs |
| Distributions | [core], [contrib] |

Exports data to the console via zap.Logger.

Supported pipeline types: traces, metrics, logs
Expand Down Expand Up @@ -27,3 +33,7 @@ exporters:
sampling_initial: 5
sampling_thereafter: 200
```
[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
[In development]: https://github.com/open-telemetry/opentelemetry-collector#in-development

0 comments on commit a9c09c1

Please sign in to comment.