I tried following instructions mentioned here- Java SDK developer's guide - Observability | Temporal Documentation, however with Spring Boot 3, I don’t see any Temporal related metrics showing up. I am using Temporal SDK library( ‘io.temporal:temporal-sdk:1.22.2’) and not the temporal-spring-boot-starter.
I am not sure what I am missing, but the code examples given in docs.temporal.io are compatible with Spring Boot 3?
Here is my code repo- GitHub - ashishkchawla/temporaldemo