params

@JvmName(name = "ciahtaodpevexkbx")
suspend fun params(value: Output<Map<String, String>>)
@JvmName(name = "eygecdianvuggoyg")
suspend fun params(value: Map<String, String>)

Parameters

value

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.


@JvmName(name = "fjmsnmkegmoybown")
fun params(vararg values: Pair<String, String>)

Parameters

values

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.