opentelemetry-java icon indicating copy to clipboard operation
opentelemetry-java copied to clipboard

Figure out how to use AnchoredClock for exemplar measurements.

Open jsuereth opened this issue 4 years ago • 0 comments

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.

jsuereth avatar Oct 04 '21 19:10 jsuereth