Hi everyone,
I've run into a bit of a problem. We want to monitor the total amount of events that have been dropped by
Logback
using the Spring Boot Actuator. However, it seems that Actuator only allows us to monitor all the events that have been processed by Logback, and not the amount of dropped events.
Please let me know if you need any more info.
Thanks a lot