Package com.spotify.github
Interface Tracer
-
- All Known Implementing Classes:
NoopTracer,OpenCensusTracer
public interface Tracer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Spanspan(String path, String method, CompletionStage<?> future)Create scoped span.
-
-
-
Method Detail
-
span
Span span(String path, String method, CompletionStage<?> future)
Create scoped span. Span will be closed when future completes.
-
-