Interface IssueAlertsMXBean

All Known Implementing Classes:
IssueAlerts

public interface IssueAlertsMXBean
MX Bean that exposes alert counts for a given Issue since the JVM was started
  • Method Details

    • getComponent

      @Nonnull String getComponent()
      Returns:
      the component the issue is defined for
    • getCount

      long getCount()
      Returns:
      the number of alerts for the issue since the JVM was started
    • getDescription

      @Nonnull String getDescription()
      Returns:
      the issue's description
    • getLatestAlertTimestamp

      @Nullable Date getLatestAlertTimestamp()
      Returns:
      the timestamp of the most recent alert
    • getSeverity

      @Nonnull String getSeverity()
      Returns:
      the issue's severity
    • reset

      void reset()