I don’t see anything specific in the info shared could you provide maybe simple reproduce by chance?
Do you see temporal metrics if you run the spring boot metrics sample locally?
Only think maybe I can think if is that you don’t have depends on spring-boot-starter-actuator in your project, could you confirm? If you don’t think you would need to provide custom Micrometer MeterRegistry bean.
its solved. We migrated to temporal spring boot autoconfigure recently and this custom micrometer code was also present. So I removed micrometer config, and it started emitting temporal metrics automatically.