-
- All Implemented Interfaces:
-
com.datadog.trace.api.TraceConfig
public final class AgentTracer.NoopTraceConfig implements TraceConfig
TraceConfig when there is no tracer; this is not the same as a default config.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AgentTracer.NoopTraceConfigINSTANCE
-
Method Summary
Modifier and Type Method Description booleanisRuntimeMetricsEnabled()booleanisLogsInjectionEnabled()booleanisDataStreamsEnabled()Map<String, String>getServiceMapping()Map<String, String>getRequestHeaderTags()Map<String, String>getResponseHeaderTags()Map<String, String>getBaggageMapping()DoublegetTraceSampleRate()List<out SamplingRule.SpanSamplingRule>getSpanSamplingRules()Get the tracer sampler Span Sampling Rules. List<out SamplingRule.TraceSamplingRule>getTraceSamplingRules()Get the tracer sampler Trace Sampling Rules. -
-
Method Detail
-
isRuntimeMetricsEnabled
boolean isRuntimeMetricsEnabled()
-
isLogsInjectionEnabled
boolean isLogsInjectionEnabled()
-
isDataStreamsEnabled
boolean isDataStreamsEnabled()
-
getServiceMapping
Map<String, String> getServiceMapping()
-
getRequestHeaderTags
Map<String, String> getRequestHeaderTags()
-
getResponseHeaderTags
Map<String, String> getResponseHeaderTags()
-
getBaggageMapping
Map<String, String> getBaggageMapping()
-
getTraceSampleRate
Double getTraceSampleRate()
-
getSpanSamplingRules
List<out SamplingRule.SpanSamplingRule> getSpanSamplingRules()
Get the tracer sampler Span Sampling Rules.
-
getTraceSamplingRules
List<out SamplingRule.TraceSamplingRule> getTraceSamplingRules()
Get the tracer sampler Trace Sampling Rules.
-
-
-
-