OtlpTelemetryEndpoint interface
An OTLP (OpenTelemetry Protocol) telemetry export endpoint.
- Extends
Properties
| endpoint | The OTLP collector endpoint URL. |
| kind | The endpoint kind, always 'OTLP' for OpenTelemetry Protocol endpoints. |
| protocol | The transport protocol for the OTLP endpoint. |
Inherited Properties
| auth | Optional authentication configuration. |
| data | Data types to export to this endpoint. Use an empty array to export no data. |
Property Details
endpoint
The OTLP collector endpoint URL.
endpoint: string
Property Value
string
kind
The endpoint kind, always 'OTLP' for OpenTelemetry Protocol endpoints.
kind: "OTLP"
Property Value
"OTLP"
protocol
The transport protocol for the OTLP endpoint.
protocol: TelemetryTransportProtocol
Property Value
Inherited Property Details
auth
Optional authentication configuration.
auth?: TelemetryEndpointAuthUnion
Property Value
Inherited From TelemetryEndpoint.auth
data
Data types to export to this endpoint. Use an empty array to export no data.
data: TelemetryDataKind[]
Property Value
Inherited From TelemetryEndpoint.data