-
public interface BenchmarkTracerInterface of benchmark tracer to be implemented to provide BenchmarkSpan. This should only used by internal benchmarking.
-
-
Method Summary
Modifier and Type Method Description abstract BenchmarkSpanBuilderspanBuilder(String spanName, Map<String, String> additionalProperties)Returns a new BenchmarkSpanBuilder. -
-
Method Detail
-
spanBuilder
abstract BenchmarkSpanBuilder spanBuilder(String spanName, Map<String, String> additionalProperties)
Returns a new BenchmarkSpanBuilder.
- Parameters:
spanName- The name of the returned span.additionalProperties- Additional properties for this span.
-
-
-
-