OpenTelemetry 摄取 API
编辑OpenTelemetry 摄取 API
编辑APM Server 支持通过 OpenTelemetry 协议 (OTLP) 接收跟踪、指标和日志。 OTLP 是 OpenTelemetry 的默认传输协议,并由 APM Server 本机支持。
APM Server 在同一端口支持两种 OTLP 通信协议
- OTLP/HTTP (protobuf)
- OTLP/gRPC
名称 | 端点 |
---|---|
OTLP 指标摄取 |
|
OTLP 跟踪摄取 |
|
OTLP 日志摄取 |
|
名称 | 端点 |
---|---|
OTLP 指标摄取 |
|
OTLP 跟踪摄取 |
|
OTLP 日志摄取 |
|
请参阅我们的 OpenTelemetry 文档,了解如何从 OpenTelemetry 代理或 OpenTelemetry 收集器将数据发送到 APM Server。