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

Add Vert.x pool metrics to Quarkus Micrometer #29805

Merged
merged 2 commits into from
Dec 14, 2022

Conversation

cescoffier
Copy link
Member

Add support for Vert.x pool metrics.
Pool metrics cover Vert.x worker threads, the various connection pools (including the one for the Vert.x SQL clients), and Redis...
The code is an adaptation of the Vert.x Micrometer pool metrics implementation to follow the Quarkus conventions.

Also, configure the Redis pool name properly.

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 12, 2022

/cc @ebullient

@cescoffier cescoffier mentioned this pull request Dec 12, 2022
3 tasks
@quarkus-bot

This comment has been minimized.

@cescoffier
Copy link
Member Author

I will look at the build issue, it might be related.

Pool metrics cover Vert.x worker threads, the various connection pools (including the one for the Vert.x SQL clients), Redis...

The code is an adaptation of the Vert.x Micrometer pool metrics implementation to follow the Quarkus conventions.
@quarkus-bot
Copy link

quarkus-bot bot commented Dec 12, 2022

Failing Jobs - Building 31bfa0c

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
✔️ JVM Tests - JDK 17
JVM Tests - JDK 17 MacOS M1 Set up runner ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

@cescoffier cescoffier merged commit ab21b79 into quarkusio:main Dec 14, 2022
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Dec 14, 2022
@cescoffier cescoffier deleted the vertx-pool-metrics branch December 14, 2022 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants