OtlpTelemetryEndpoint interface

一個 OTLP(OpenTelemetry 協定)遙測匯出端點。

Extends

屬性

endpoint

OTLP 收集端點的網址。

kind

端點類型,OpenTelemetry 協定端點永遠用「OTLP」。

protocol

OTLP 端點的傳輸協定。

繼承的屬性

auth

可選的認證設定。

data

資料型別要匯出到這個端點。 用空陣列匯出任何資料。

屬性詳細資料

endpoint

OTLP 收集端點的網址。

endpoint: string

屬性值

string

kind

端點類型,OpenTelemetry 協定端點永遠用「OTLP」。

kind: "OTLP"

屬性值

"OTLP"

protocol

OTLP 端點的傳輸協定。

protocol: TelemetryTransportProtocol

屬性值

繼承的屬性詳細資料

auth

可選的認證設定。

auth?: TelemetryEndpointAuthUnion

屬性值

繼承自TelemetryEndpoint.auth

data

資料型別要匯出到這個端點。 用空陣列匯出任何資料。

data: TelemetryDataKind[]

屬性值

繼承自TelemetryEndpoint.data