Hi, There is no extension for camel-micrometer-prometheus. You can use camel-quarkus-micrometer and add an additional dependency for quarkus-micrometer-registry-prometheus.
<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-micrometer-registry-prometheus</artifactId> </dependency> Then all of your metrics will be available on the /q/metrics endpoint. There's more information here: https://camel.apache.org/camel-quarkus/next/reference/extensions/micrometer.html#extensions-micrometer-usage https://quarkus.io/guides/telemetry-micrometer -- James On Sat, 4 May 2024 at 17:17, Mikael Andersson Wigander <mikael.andersson.wigan...@pm.me.invalid> wrote: > Hi > > After upgrading my application to Quarkus 3.10.0 with camel 4.4.5 it won’t > start because it complains about an extension not present in class path: > > camel-micrometer-prometheus. > > We use Metrics with Micrometer and Prometheus and don’t know what to do > now. > > Can’t find any migration guide covers this, only name changes to tags. > > Please advise! > > /M