-
My aim is to build a metric that essentially reads a number from a database table which then should be recorded in a Gauge. So far I managed to register the metric via a However, when the metric is invoked, the registered Any pointers/ideas how to accomplish this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Are you using smallrye-metrics or micrometer? And what exporter? I believe that the Prometheus exporter for both these metric engines is configured to be on a blocking route, which should avoid your issue... Huh. |
Beta Was this translation helpful? Give feedback.
Are you using smallrye-metrics or micrometer? And what exporter? I believe that the Prometheus exporter for both these metric engines is configured to be on a blocking route, which should avoid your issue... Huh.