Skip to content

Commit

Permalink
Adding Metrics for Reader Thread Crash (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Khushboo Rajput <khushbr@amazon.com>
  • Loading branch information
khushbr committed Aug 14, 2023
1 parent 11ae621 commit 24da143
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ public enum StatExceptionCode {
NODESTATS_COLLECTION_ERROR("NodeStatsCollectionError"),

/** Below tracks Reader specific Errors. */
READER_ERROR_PA_DISABLE_SUCCESS("ReaderErrorPADisableSuccess"),
READER_ERROR_PA_DISABLE_FAILED("ReaderErrorPADisableFailed"),
READER_ERROR_RCA_AGENT_STOPPED("ReaderErrorRCAAgentStopped"),
READER_METRICSDB_ACCESS_ERRORS("ReaderMetricsdbAccessError"),
READER_PARSER_ERROR("ReaderParserError"),
READER_RESTART_PROCESSING("ReaderRestartProcessing"),
Expand Down

0 comments on commit 24da143

Please sign in to comment.