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

feat: Export JVM metrics to prometheus. #2129

Merged
merged 5 commits into from
May 2, 2024
Merged

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented May 1, 2024

No description provided.


private val g1YoungTime = metricsContainer.registerLongGauge(
"jvm_g1_young_time",
"Collection time for the young G1 generation."
Copy link
Member

Choose a reason for hiding this comment

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

Make the order of "G1" and "young" consistent.

TaskPools.IO_POOL,
// TODO: using the Videobridge clock breaks tests somehow
Clock.systemUTC(),
// Allow running tasks to complete (so we can close the queue from within the task.
Copy link
Member

Choose a reason for hiding this comment

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

It's copy&paste but the parenthetical isn't closed.

@bgrozev bgrozev merged commit acf024b into jitsi:master May 2, 2024
3 checks passed
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.

2 participants