Interface TelemetryService
-
- All Known Implementing Classes:
OpenTelemetryService
,TelemetryService.NoTelemetry
public interface TelemetryService
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
TelemetryService.NoTelemetry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
recordException(Object span, Throwable throwable)
void
requestEnd(Object span)
<T> io.opentelemetry.api.trace.Span
requestStart(String operationName, io.opentelemetry.context.propagation.TextMapGetter<T> textMapGetter, T carrier)
-