@MXBean public interface KinesisWriterStatisticsMXBean
KinesisWriterStatistics.| Modifier and Type | Method and Description |
|---|---|
String |
getActualStreamName()
Returns the actual log stream name used by the writer.
|
int |
getLastBatchSize()
Returns the number of messages in the most recent batch.
|
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 |
getMessagesDiscarded()
Returns the number of messages discarded by the writer's message queue.
|
int |
getMessagesRequeuedLastBatch()
Returns the number of messages requeued because they could not be sent.
|
int |
getMessagesSent()
Returns the number of messages successfully sent to the stream.
|
int |
getMessagesSentLastBatch()
Returns the number of messages successfully sent to the stream in the last
batch.
|
int |
getOversizeMessages()
Returns the number of messages that were either dropped or truncated because
they were too large for the service to accept.
|
int |
getThrottledWrites()
Returns the number of batches that were retried due to throttling.
|
String getActualStreamName()
String getLastErrorMessage()
Date getLastErrorTimestamp()
List<String> getLastErrorStacktrace()
int getThrottledWrites()
int getOversizeMessages()
int getMessagesSent()
int getLastBatchSize()
int getMessagesSentLastBatch()
int getMessagesRequeuedLastBatch()
int getMessagesDiscarded()
Copyright © 2023. All rights reserved.