File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# OTLP Receiver
2
2
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
+
3
11
Receives data via gRPC or HTTP using [ OTLP] (
4
12
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md )
5
13
format.
6
14
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
-
12
15
## Getting Started
13
16
14
17
All that is required to enable the OTLP receiver is to include it in the
@@ -74,3 +77,8 @@ receivers:
74
77
- Example-Header
75
78
max_age: 7200
76
79
` ` `
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
You can’t perform that action at this time.
0 commit comments