public interface LogglyBatchAppenderMBean
LogglyBatchAppender.| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentLogEntriesBufferSizeInBytes()
Size in bytes of the log entries that have not yet been sent to Loggly.
|
int |
getDiscardedBucketsCount()
Number of discarded buckets
|
long |
getSendDurationInNanos()
Duration spent sending logs to Loggly.
|
int |
getSendExceptionCount()
Number of failing invocations to Loggly's send logs API.
|
int |
getSendSuccessCount()
Number of successful invocations to Loggly's send logs API.
|
long |
getSentBytes()
Number of bytes sent to Loggly.
|
boolean |
isDebug() |
void |
processLogEntries() |
void |
setDebug(boolean debug)
Enable debugging
|
void processLogEntries()
long getSentBytes()
long getSendDurationInNanos()
int getSendSuccessCount()
int getSendExceptionCount()
int getDiscardedBucketsCount()
long getCurrentLogEntriesBufferSizeInBytes()
boolean isDebug()
void setDebug(boolean debug)