OtlpTelemetryEndpoint interface
一個 OTLP(OpenTelemetry 協定)遙測匯出端點。
- Extends
屬性詳細資料
endpoint
OTLP 收集端點的網址。
endpoint: string
屬性值
string
kind
端點類型,OpenTelemetry 協定端點永遠用「OTLP」。
kind: "OTLP"
屬性值
"OTLP"
protocol
繼承的屬性詳細資料
auth
data
資料型別要匯出到這個端點。 用空陣列匯出任何資料。
data: TelemetryDataKind[]