Home
last modified time | relevance | path

Searched refs:ALL_SPANS (Results 1 – 8 of 8) sorted by relevance

/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
DOpenCensusTraceContextDataInjectorTest.java75 .isEqualTo(SpanSelection.ALL_SPANS); in spanSelectionDefaultIsAllSpans()
97 .isEqualTo(SpanSelection.ALL_SPANS); in useDefaultValueForInvalidSpanSelection()
106 new OpenCensusTraceContextDataInjector(SpanSelection.ALL_SPANS) in insertConfigurationProperties()
129 new OpenCensusTraceContextDataInjector(SpanSelection.ALL_SPANS) in handleEmptyConfigurationProperties()
136 new OpenCensusTraceContextDataInjector(SpanSelection.ALL_SPANS) in handleNullConfigurationProperties()
154 new OpenCensusTraceContextDataInjector(SpanSelection.ALL_SPANS); in rawContextDataWithTracingData()
DOpenCensusLog4jLogCorrelationAllSpansTest.java45 initializeLog4j(SpanSelection.ALL_SPANS); in setUp()
/external/opencensus-java/contrib/log_correlation/stackdriver/src/test/java/io/opencensus/contrib/logcorrelation/stackdriver/
DOpenCensusTraceLoggingEnhancerTest.java95 new OpenCensusTraceLoggingEnhancer("my-test-project-3", SpanSelection.ALL_SPANS), in enhanceLogEntry_AddSampledSpanToLogEntryWithAllSpans()
140 new OpenCensusTraceLoggingEnhancer("my-test-project-6", SpanSelection.ALL_SPANS), in enhanceLogEntry_AddNonSampledSpanToLogEntryWithAllSpans()
157 new OpenCensusTraceLoggingEnhancer("my-test-project-7", SpanSelection.ALL_SPANS), in enhanceLogEntry_AddBlankSpanToLogEntryWithAllSpans()
169 new OpenCensusTraceLoggingEnhancer(null, SpanSelection.ALL_SPANS), in enhanceLogEntry_ConvertNullProjectIdToEmptyString()
199 .isEqualTo(SpanSelection.ALL_SPANS); in spanSelectionDefaultIsAllSpans()
317 .isEqualTo(SpanSelection.ALL_SPANS); in useDefaultValueForInvalidSpanSelection()
/external/opencensus-java/contrib/log_correlation/stackdriver/src/main/java/io/opencensus/contrib/logcorrelation/stackdriver/
DOpenCensusTraceLoggingEnhancer.java40 private static final SpanSelection DEFAULT_SPAN_SELECTION = SpanSelection.ALL_SPANS;
93 ALL_SPANS enumConstant
190 case ALL_SPANS: in enhanceLogEntry()
/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DOpenCensusTraceContextDataInjector.java60 private static final SpanSelection DEFAULT_SPAN_SELECTION = SpanSelection.ALL_SPANS;
121 ALL_SPANS enumConstant
DContextDataUtils.java95 case ALL_SPANS: in shouldAddTracingDataToLogEvent()
/external/opencensus-java/contrib/log_correlation/log4j2/
DREADME.md61 * `ALL_SPANS`: adds tracing data to all log events (default)
/external/opencensus-java/contrib/log_correlation/stackdriver/
DREADME.md71 * `ALL_SPANS`: adds tracing data to all log entries (default)