Skip to content
Discussion options

You must be logged in to vote

Quarkus integrates micrometer much differently than vertx does. So while yes, Quarkus uses vertx as its underlying request engine, its integration with micrometer is very different and more direct.

The suffixes are provided by the Micrometer Prometheus Meter Registry.

  • http_server_bytes_read_sum should be the same as http_server_bytes_read_total.
  • http_server_connections_seconds_active_count is a long task timer. It shows how many seconds the longest running connection has been active for.
  • There should also be http_server_requests_total (and related) that present metrics for completed requests.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@ShubhamRwt
Comment options

@ShubhamRwt
Comment options

@ShubhamRwt
Comment options

@ebullient
Comment options

@ShubhamRwt
Comment options

Answer selected by ShubhamRwt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants