All Products
Search
Document Center

Function Compute (2.0):TracingConfig

Last Updated:Mar 03, 2024
ParameterTypeDescriptionExample
object

The configurations of Tracing Analysis.

typestring

The type of protocol for Tracing Analysis. Only Jaeger is supported.

Jaeger
paramsobject

The parameters of Tracing Analysis. If the protocol type is to Jaeger, the parameter is a map[string]string, where the key is "endpoint", and the value is the internal endpoint of Tracing Analysis. For example, endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/otlp/traces.

string

The parameters of Tracing Analysis.

{"endpoint": "tracing_analysis_jaeger_endpoint"}