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

Jvm stable threads #9839

Merged

Conversation

mateuszrzeszutek
Copy link
Member

Needs #9821 to be merged first

I brought back the implementation from #7636

@@ -47,22 +64,94 @@ public static List<AutoCloseable> registerObservers(OpenTelemetry openTelemetry)
List<AutoCloseable> registerObservers(OpenTelemetry openTelemetry, ThreadMXBean threadBean) {
Meter meter = JmxRuntimeMetricsUtil.getMeter(openTelemetry);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At some point we'll want to update the scope to include the schemaUrl of the semantic conventions this follows.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessing we're gonna do that once the JVM spec is stabilized.

@mateuszrzeszutek mateuszrzeszutek force-pushed the jvm-stable-threads branch 3 times, most recently from 6be4a48 to 7bc412b Compare November 16, 2023 13:03
@mateuszrzeszutek mateuszrzeszutek marked this pull request as ready for review November 16, 2023 14:43
@mateuszrzeszutek mateuszrzeszutek requested a review from a team November 16, 2023 14:43
@trask trask added this to the v1.32.0 milestone Nov 16, 2023
@mateuszrzeszutek mateuszrzeszutek merged commit 4bde25f into open-telemetry:main Nov 17, 2023
47 checks passed
@mateuszrzeszutek mateuszrzeszutek deleted the jvm-stable-threads branch November 17, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants