Package io.opencensus.trace.config
Class TraceConfig.NoopTraceConfig
java.lang.Object
io.opencensus.trace.config.TraceConfig
io.opencensus.trace.config.TraceConfig.NoopTraceConfig
- Enclosing class:
TraceConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the activeTraceParams
.void
updateActiveTraceParams
(TraceParams traceParams) Updates the activeTraceParams
.Methods inherited from class io.opencensus.trace.config.TraceConfig
getNoopTraceConfig
-
Constructor Details
-
NoopTraceConfig
private NoopTraceConfig()
-
-
Method Details
-
getActiveTraceParams
Description copied from class:TraceConfig
Returns the activeTraceParams
.- Specified by:
getActiveTraceParams
in classTraceConfig
- Returns:
- the active
TraceParams
.
-
updateActiveTraceParams
Description copied from class:TraceConfig
Updates the activeTraceParams
.- Specified by:
updateActiveTraceParams
in classTraceConfig
- Parameters:
traceParams
- the new activeTraceParams
.
-