Interface EventLogSystemEvents
@Internal
public interface EventLogSystemEvents
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSystem event which indicates that the counter collector is enabled in current IDE build.static final StringSystem event which indicates that the collector was called but failed with an exception.static final StringSystem event which indicates that the collector was called.static final StringIndicates 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 final StringIndicates that the number of events from group is bigger than a soft threshold Events will be still recorded until final threshold is reached
-
Field Details
-
COLLECTOR_REGISTERED
System event which indicates that the counter collector is enabled in current IDE build. Used to calculate counter metric baseline.- See Also:
-
STATE_COLLECTOR_INVOKED
System event which indicates that the collector was called. Used to calculate state metric baseline.- See Also:
-
STATE_COLLECTOR_FAILED
System event which indicates that the collector was called but failed with an exception.- See Also:
-
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:
-
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:
-
SYSTEM_EVENTS
-