TelemetryEndpoint interface

A telemetry export endpoint configuration.

Properties

auth

Optional authentication configuration.

data

Data types to export to this endpoint. Use an empty array to export no data.

kind

The discriminator possible values: OTLP

Property Details

auth

Optional authentication configuration.

auth?: TelemetryEndpointAuthUnion

Property Value

data

Data types to export to this endpoint. Use an empty array to export no data.

data: TelemetryDataKind[]

Property Value

kind

The discriminator possible values: OTLP

kind: "OTLP"

Property Value

"OTLP"