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

Pool metrics not appearing #5073

Closed
sksamuel opened this issue Jan 18, 2024 · 1 comment
Closed

Pool metrics not appearing #5073

sksamuel opened this issue Jan 18, 2024 · 1 comment
Labels

Comments

@sksamuel
Copy link

The docs indicate that there should be worker pool metrics
https://vertx.io/docs/vertx-micrometer-metrics/java/#_vert_x_pool_metrics

But adding micrometer metrics does not expose these:

  VertxOptions()
            .setMetricsOptions(
               MicrometerMetricsOptions()
                  .setEnabled(true)
                  .setMicrometerRegistry(registry)
            )
@sksamuel sksamuel added the bug label Jan 18, 2024
@tsegismont tsegismont added invalid and removed bug labels Jan 18, 2024
@tsegismont
Copy link
Contributor

Can you please report this to the corresponding repository with a reproducer? Thank you

@tsegismont tsegismont closed this as not planned Won't fix, can't repro, duplicate, stale Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants