You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenTelemetry SDK supports sub-millisecond precision for start/end times on Java 9+ via multi-release jar file.
But I checked under a debugger, while running Java 11, and the javaagent is not using io.opentelemetry.sdk.internal.Java9VersionSpecific, and so we are only getting millisecond precision on start/end times.