<div dir="ltr"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>Hi everyone,</div><div><br></div><div>I've run into a bit of a problem.  We want to monitor the total amount of events that have been <b>dropped </b>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. </div><div><br></div><div>I know that Logback logs warnings regarding dropped events (if the amount matches the droppedWarnFrequency). However I'd prefer to monitor this via Spring Actuator instead of 

Logback 

logs. I took a look into the source code where this log is created (<a href="https://github.com/logstash/logstash-logback-encoder/blob/master/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java">https://github.com/logstash/logstash-logback-encoder/blob/master/src/main/java/net/logstash/logback/appender/AsyncDisruptorAppender.java</a>, line 464 as of now ), and the amount of dropped events used in the log is stored in a private variable that isn't exposed via some getter.</div><div><br></div><div>Is this a use case that any of you guys have had? I'd love to hear your thoughts on this :) If this is a relatively common use case (and there is not currently a way to do this), I would suggest exposing "consecutiveDroppedCount" in some way, perhaps by including this total as a value in the WarnStatus class (<a href="https://github.com/qos-ch/logback/blob/61ffd3aba042bbb22f588599ff5574d3b9667d22/logback-core/src/main/java/ch/qos/logback/core/status/WarnStatus.java">https://github.com/qos-ch/logback/blob/61ffd3aba042bbb22f588599ff5574d3b9667d22/logback-core/src/main/java/ch/qos/logback/core/status/WarnStatus.java</a>) - unless there's a reason that should not be done of course.</div><div><br></div><div>Please let me know if you need any more info.</div><div><br></div><div>Thanks a lot</div></div></div></div>

<br>
<img src="https://www.s4.co.za/assets/Images/Email/Awards-Footer.png">