ServiceTracingConfig

data class ServiceTracingConfig(val params: Map<String, String>, val type: String)

Constructors

Link copied to clipboard
constructor(params: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Tracing parameters, which type is mapstringstring. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.

Link copied to clipboard

Tracing protocol type. Currently, only Jaeger is supported.