Searched refs:SAMPLED_LABEL_KEY (Results 1 – 1 of 1) sorted by relevance
39 private static final String SAMPLED_LABEL_KEY = "opencensusTraceSampled"; field in OpenCensusTraceLoggingEnhancer208 builder.addLabel(SAMPLED_LABEL_KEY, Boolean.toString(span.getTraceOptions().isSampled())); in addTracingData()