Re: micrometer custom metrics not available for scrapping

2020-06-19 Thread Dennis Holunder
exchange -> random.nextInt(100)) > .to("micrometer:timer:timer?action=stop"); > > Dan > > > > If you reply to this email, your message will be added to the discussion > below: > https://camel.465427.n5.nabble.com/micrometer-custom-metrics-not-available-for-scrapping-tp5871807.html > To unsubscribe from Camel, click here. > NAML

micrometer custom metrics not available for scrapping

2020-06-18 Thread Dennis Holunder
Hi, I followed camel-example-micrometer (v2.22.2) and see only jvm metrics under localhost:8088/metrics and no metrics from the route direct:bar below. How to make these available in /metrics output as well? from("netty4-http:http://0.0.0.0:8088/metrics";) .routeId("netty