Skip to content

Commit 8d11501

Browse files
authored
[docs] add status header for OTLP receiver (open-telemetry#5377)
* [docs] add status header for OTLP receiver Fixes open-telemetry#5376 * add stability per signal * Update README.md
1 parent 1f31c1a commit 8d11501

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

receiver/otlpreceiver/README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# OTLP Receiver
22

3+
| Status | |
4+
| ------------------------ | --------------------- |
5+
| Stability | traces [stable] |
6+
| | metrics [stable] |
7+
| | logs [beta] |
8+
| Supported pipeline types | traces, metrics, logs |
9+
| Distributions | [core], [contrib] |
10+
311
Receives data via gRPC or HTTP using [OTLP](
412
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md)
513
format.
614

7-
Supported pipeline types: traces, metrics, logs
8-
9-
:warning: OTLP logs format is currently marked as "Beta" and may change in
10-
incompatible ways.
11-
1215
## Getting Started
1316

1417
All that is required to enable the OTLP receiver is to include it in the
@@ -74,3 +77,8 @@ receivers:
7477
- Example-Header
7578
max_age: 7200
7679
```
80+
81+
[beta]: https://github.com/open-telemetry/opentelemetry-collector#beta
82+
[contrib]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib
83+
[core]: https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol
84+
[stable]: https://github.com/open-telemetry/opentelemetry-collector#stable

0 commit comments

Comments
 (0)