Quarkus VertX metrics not exposed on default KC metrics endpoint #35519
Unanswered
avanlangup
asked this question in
Q&A
Replies: 1 comment
-
/cc @ebullient (metrics), @jmartisk (metrics) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For Keycloak autoscaling, I am interested in http.client.queue.delay (see VertxHttpClientMetrics.java)
So I enable all Quarkus at KC build time (https://quarkus.io/guides/telemetry-micrometer#quarkus-micrometer_configuration)
quarkus.micrometer.binder.http-client.enabled=true
quarkus.micrometer.binder.http-server.enabled=true
However, I can see only http_server_requests_xxx (https://quarkus.io/guides/telemetry-micrometer#automatically-generated-metrics)
Does anyone know how to export all Quarkus micrometer metrics to Prometheus via Keycloak endpoint ?
So far we did not find any other suitable metrics to autoscale. Any suggestion ?
Beta Was this translation helpful? Give feedback.
All reactions