From 32a55922dcb38b34ea81c5691d4d553a6eddba6a Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Wed, 18 May 2022 08:37:10 -0700 Subject: [PATCH] [docs] add status for otlphttp exporter (#5387) Fixes #5386 --- exporter/otlphttpexporter/README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/exporter/otlphttpexporter/README.md b/exporter/otlphttpexporter/README.md index f7a0e9f02d20..a2430c197342 100644 --- a/exporter/otlphttpexporter/README.md +++ b/exporter/otlphttpexporter/README.md @@ -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). @@ -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