OpenTelemetry (OTLP)
Sends telemetry data to OpenTelemetry (opens in a new tab) compatible endpoints.
Supported Signal Types
Metrics | Logs | Traces |
---|---|---|
✅ | ✅ | ✅ |
Configuration Options
Option | Type | Default | Description |
---|---|---|---|
Endpoint | string | The URL of the OpenTelemetry endpoint to send telemetry data to. | |
Insecure? | boolean |
false |
(optional) Whether to skip TLS verification. |
Headers | object | (optional) Additional headers to send with the request. |