ServiceTracingConfigArgs

data class ServiceTracingConfigArgs(val params: Output<Map<String, String>>, val type: Output<String>) : ConvertibleToJava<ServiceTracingConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val params: Output<Map<String, String>>

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
val type: Output<String>

Tracing protocol type. Currently, only Jaeger is supported.

Functions

Link copied to clipboard
open override fun toJava(): ServiceTracingConfigArgs