public class TracingConfig extends AbstractConfig
| Constructor and Description |
|---|
TracingConfig() |
TracingConfig(ApplicationModel applicationModel) |
| Modifier and Type | Method and Description |
|---|---|
BaggageConfig |
getBaggage() |
Boolean |
getEnabled() |
PropagationConfig |
getPropagation() |
SamplingConfig |
getSampling() |
ExporterConfig |
getTracingExporter() |
void |
setBaggage(BaggageConfig baggage) |
void |
setEnabled(Boolean enabled) |
void |
setPropagation(PropagationConfig propagation) |
void |
setSampling(SamplingConfig sampling) |
void |
setTracingExporter(ExporterConfig tracingExporter) |
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, toStringpublic TracingConfig()
public TracingConfig(ApplicationModel applicationModel)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public SamplingConfig getSampling()
public void setSampling(SamplingConfig sampling)
public BaggageConfig getBaggage()
public void setBaggage(BaggageConfig baggage)
public PropagationConfig getPropagation()
public void setPropagation(PropagationConfig propagation)
public ExporterConfig getTracingExporter()
public void setTracingExporter(ExporterConfig tracingExporter)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.