Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sub-millisecond precision for start/end times on Java 9+ #2600

Closed
trask opened this issue Mar 19, 2021 · 0 comments · Fixed by #2912
Closed

Support sub-millisecond precision for start/end times on Java 9+ #2600

trask opened this issue Mar 19, 2021 · 0 comments · Fixed by #2912
Labels
enhancement New feature or request

Comments

@trask
Copy link
Member

trask commented Mar 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant