How to implement a custom composite meter and natively integrate it into Micrometer and Spring Boot Actuator?
I want to implement a new type of meter (HeartbeatMeter
) to track the liveness of a heartbeat from an upstream source.
I want to implement a new type of meter (HeartbeatMeter
) to track the liveness of a heartbeat from an upstream source.