opentelemetry-java
opentelemetry-java copied to clipboard
Figure out how to use AnchoredClock for exemplar measurements.
Exemplars (especially those sampled during an active trace), should be able to grab wall-clock time @ nanosecond resolution from an AnchoredClock to line up w/ traces.
Currently, they (will) call Clock.now(), but against the default system clock which is millisecond resolution and possibly expensive.