resilience4j / resilience4j-micronaut-demo

A Micronaut demo which shows how to use the Resilience4j
12 stars 11 forks source link

Metrics are not getting produced. #6

Open RajRohil opened 3 years ago

RajRohil commented 3 years ago

I am unable to generate any metrics for the resilience4j threadpool bulkhead. I am providing the dependency of micrometer-core and micrometer-registry-jmx, still i don't see any metrics getting published in the metrics endpoint.

I tried running this project as well, still no success.

Micronaut Version: 2.2.2 Micrometer Core version: 1.5.5 Micrometer registry jmx version: 1.5.5

Please have a look.