Interface EventLogSystemEvents
-
@Internal public interface EventLogSystemEvents
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOLLECTOR_REGISTEREDSystem event which indicates that the counter collector is enabled in current IDE build.static java.lang.StringSTATE_COLLECTOR_FAILEDSystem event which indicates that the collector was called but failed with an exception.static java.lang.StringSTATE_COLLECTOR_INVOKEDSystem event which indicates that the collector was called.static java.util.Set<java.lang.String>SYSTEM_EVENTSstatic java.lang.StringTOO_MANY_EVENTSIndicates that too many events were reported from a group or in total If this threshold is reached, events won't be recorded till the end of the hourstatic java.lang.StringTOO_MANY_EVENTS_ALERTIndicates that the number of events from group is bigger than a soft threshold Events will be still recorded until final threshold is reached
-
-
-
Field Detail
-
COLLECTOR_REGISTERED
static final java.lang.String COLLECTOR_REGISTERED
System event which indicates that the counter collector is enabled in current IDE build. Used to calculate counter metric baseline.- See Also:
- Constant Field Values
-
STATE_COLLECTOR_INVOKED
static final java.lang.String STATE_COLLECTOR_INVOKED
System event which indicates that the collector was called. Used to calculate state metric baseline.- See Also:
- Constant Field Values
-
STATE_COLLECTOR_FAILED
static final java.lang.String STATE_COLLECTOR_FAILED
System event which indicates that the collector was called but failed with an exception.- See Also:
- Constant Field Values
-
TOO_MANY_EVENTS_ALERT
static final java.lang.String TOO_MANY_EVENTS_ALERT
Indicates that the number of events from group is bigger than a soft threshold Events will be still recorded until final threshold is reached- See Also:
- Constant Field Values
-
TOO_MANY_EVENTS
static final java.lang.String TOO_MANY_EVENTS
Indicates that too many events were reported from a group or in total If this threshold is reached, events won't be recorded till the end of the hour- See Also:
- Constant Field Values
-
SYSTEM_EVENTS
static final java.util.Set<java.lang.String> SYSTEM_EVENTS
-
-