OtlpExporterConfig
@Serializable
OTLPエクスポーター設定 各バックエンド(Jaeger, Tempo等)への送信設定
Constructors
Link copied to clipboard
constructor(protocol: OtlpExporterProtocol = OtlpExporterProtocol.GRPC, endpoint: String = "http://localhost:4317", headers: Map<String, String> = emptyMap())