Skip to content

Commit

Permalink
[docs] add status for otlphttp exporter (open-telemetry#5387)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Boten authored May 18, 2022
1 parent e6b5cd5 commit 32a5592
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions exporter/otlphttpexporter/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# OTLP/HTTP Exporter

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

Exports traces and/or metrics via HTTP using [OTLP](
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
format.

Supported pipeline types: traces, metrics, logs

:warning: OTLP logs format is currently marked as "Beta" and may change in
incompatible ways.

The following settings are required:

- `endpoint` (no default): The target base URL to send data to (e.g.: https://example.com:4318).
Expand Down Expand Up @@ -48,3 +51,8 @@ exporters:

The full list of settings exposed for this exporter are documented [here](./config.go)
with detailed sample configurations [here](./testdata/config.yaml).

[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
[stable]: https://github.com/open-telemetry/opentelemetry-collector#stable

0 comments on commit 32a5592

Please sign in to comment.