public interface Clock
Span.timestamp and Annotation.timestamp.
This should use the most precise value possible. For example, gettimeofday or
multiplying System.currentTimeMillis() by 1000.
See Instrumenting a service for more.
| Modifier and Type | Method | Description |
|---|---|---|
long |
currentTimeMicroseconds() |
Copyright © 2017 OpenZipkin. All rights reserved.