Package org.apache.dubbo.config
Class TracingConfig
java.lang.Object
org.apache.dubbo.config.AbstractConfig
org.apache.dubbo.config.TracingConfig
- All Implemented Interfaces:
Serializable
Configuration for tracing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBaggage(BaggageConfig baggage) voidsetEnabled(Boolean enabled) voidsetPropagation(PropagationConfig propagation) voidsetSampling(SamplingConfig sampling) voidsetTracingExporter(ExporterConfig tracingExporter) Methods inherited from class org.apache.dubbo.config.AbstractConfig
appendAttributes, appendAttributes, appendParameters, appendParameters, equals, getApplicationModel, getConfigMode, getId, getMetaData, getMetaData, getPluralTagName, getPrefixes, getScopeModel, getTagName, getTypePrefix, hashCode, isDefault, isNeedRefresh, isRefreshed, isValid, overrideWithConfig, refresh, setDefault, setId, setNeedRefresh, setScopeModel, toString
-
Constructor Details
-
TracingConfig
public TracingConfig() -
TracingConfig
-
-
Method Details
-
getEnabled
-
setEnabled
-
getSampling
-
setSampling
-
getBaggage
-
setBaggage
-
getPropagation
-
setPropagation
-
getTracingExporter
-
setTracingExporter
-