Interface EventLogSystemEvents


@Internal public interface EventLogSystemEvents
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    System event which indicates that the counter collector is enabled in current IDE build.
    static final String
    System event which indicates that the collector was called but failed with an exception.
    static final String
    System event which indicates that the collector was called.
    static final Set<String>
     
    static final String
    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
    static final String
    Indicates 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

      static final 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:
    • STATE_COLLECTOR_INVOKED

      static final String STATE_COLLECTOR_INVOKED
      System event which indicates that the collector was called. Used to calculate state metric baseline.
      See Also:
    • STATE_COLLECTOR_FAILED

      static final String STATE_COLLECTOR_FAILED
      System event which indicates that the collector was called but failed with an exception.
      See Also:
    • TOO_MANY_EVENTS_ALERT

      static final 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:
    • TOO_MANY_EVENTS

      static final 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:
    • SYSTEM_EVENTS

      static final Set<String> SYSTEM_EVENTS