public interface CloudWatchAppenderStatisticsMXBean
CloudWatchAppenderStatistics.| Modifier and Type | Method and Description |
|---|---|
String |
getActualLogGroupName()
Returns the actual log group name for the appender, after substitutions.
|
String |
getActualLogStreamName()
Returns the actual log stream name for the appender, after substitutions.
|
String |
getLastErrorMessage()
Returns the most recent error from the writer.
|
List<String> |
getLastErrorStacktrace()
Returns the stack trace of the most recent error from the writer.
|
Date |
getLastErrorTimestamp()
Returns the timestamp of the most recent error from the writer.
|
int |
getMessagesDiscardedByCurrentWriter()
Returns the number of messages discarded by the current writer's message queue.
|
int |
getMessagesSent()
Returns the number of messages successfully sent to the logstream, by all
writers.
|
String getActualLogGroupName()
String getActualLogStreamName()
String getLastErrorMessage()
Date getLastErrorTimestamp()
List<String> getLastErrorStacktrace()
int getMessagesSent()
int getMessagesDiscardedByCurrentWriter()
Copyright © 2018. All rights reserved.