Uses of Interface
brave.Clock
-
Uses of Clock in brave
Methods in brave that return Clock Modifier and Type Method Description Clock
Tracing. clock(TraceContext context)
This exposes the microsecond clock used by operations such asSpan.finish()
.Methods in brave with parameters of type Clock Modifier and Type Method Description Tracing.Builder
Tracing.Builder. clock(Clock clock)
Assigns microsecond-resolution timestamp source for operations likeSpan.start()
.