OpenTelemetry¶
Endpoint |
otel |
---|---|
URL |
|
Maximum Request Size (compressed) |
10 MB |
Maximum Request Size (uncompressed) |
50 MB |
Global Individual Observation Limit |
4 MB |
Global Individual Metric, Span, or Event Limit (including attributes and resource attributes) |
1 MB |
Observe implements the write-only HTTP endpoint for OpenTelemetry as defined by the OpenTelemetry Protocol Definition and supports the following observation types:
Type |
URL Suffix |
Protocol Status |
---|---|---|
Traces |
|
|
Metrics |
|
|
Logs |
|
The request body should be encoded in the Protobuf
format and sent with the content-type application/x-protobuf
. This endpoint does not support GRPC ingestion.