public class TracingConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TracingConfig() | 
| TracingConfig(TracingConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| APM | getAPM()Get 腾讯云 APM 服务相关参数 | 
| Boolean | getEnable()Get 是否启用调用跟踪 | 
| Float | getSampling()Get 调用链采样率,百分比 | 
| TracingZipkin | getZipkin()Get 启动第三方服务器的地址 | 
| void | setAPM(APM APM)Set 腾讯云 APM 服务相关参数 | 
| void | setEnable(Boolean Enable)Set 是否启用调用跟踪 | 
| void | setSampling(Float Sampling)Set 调用链采样率,百分比 | 
| void | setZipkin(TracingZipkin Zipkin)Set 启动第三方服务器的地址 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TracingConfig()
public TracingConfig(TracingConfig source)
public Float getSampling()
public void setSampling(Float Sampling)
Sampling - 调用链采样率,百分比public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 是否启用调用跟踪public APM getAPM()
public void setAPM(APM APM)
APM - 腾讯云 APM 服务相关参数public TracingZipkin getZipkin()
public void setZipkin(TracingZipkin Zipkin)
Zipkin - 启动第三方服务器的地址Copyright © 2025. All rights reserved.