Skip to content

Commit

Permalink
[docs] Add status header for logzio exporter (open-telemetry#10324)
Browse files Browse the repository at this point in the history
* Add status header for logzio

* update for reviewer's suggestion

* update Stability to stable

* Update exporter/logzioexporter/README.md

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
Frapschen and codeboten committed May 30, 2022
1 parent de10c2e commit 8ec469a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions exporter/logzioexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Logzio Exporter

| Status | |
| ------------------------ |------------|
| Stability | [stable] |
| Supported pipeline types | traces |
| Distributions | [contrib] |

This exporter supports sending trace data to [Logz.io](https://www.logz.io)

The following configuration options are supported:
Expand Down Expand Up @@ -77,3 +83,6 @@ service:
logs:
level: debug #activate debug mode
```

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

0 comments on commit 8ec469a

Please sign in to comment.