Package org.apache.bookkeeper.stats
Class AlertStatsLogger
java.lang.Object
org.apache.bookkeeper.stats.AlertStatsLogger
This class is used to raise alert when we detect an event that should never happen in production.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAlertStatsLogger(StatsLogger globalStatsLogger, String alertStatName) AlertStatsLogger(StatsLogger globalStatsLogger, String scope, String alertStatName) -
Method Summary
-
Field Details
-
alertStatName
-
-
Constructor Details
-
AlertStatsLogger
-
AlertStatsLogger
-
-
Method Details
-
raise
Report an alertable condition". Prefixes "ALERT!: " if not already prefixed.
-