-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
Expected Behavior
temporal_ metrics emitted properly.
Actual Behavior
Metrics get emitted to a no-op scope, and not to the underlying Micrometer MeterRegistry.
This occurs because metrics scope bean fails to configure properly before being supplied to other temporal configuration. It waits to run after CompositeMeterRegistryAutoConfiguration (
Line 18 in 2322bd0
| "org.springframework.boot.actuate.autoconfigure.metrics.CompositeMeterRegistryAutoConfiguration") |
org.springframework.boot.micrometer.metrics.autoconfigure.CompositeMeterRegistryAutoConfiguration in Spring Boot 4.
Steps to Reproduce the Problem
- Update application to Spring Boot 4
- Check if metrics are emitted to Micrometer properly
Specifications
- Version: 1.32.1
- Platform: Mac/Linux
Metadata
Metadata
Assignees
Labels
No labels