Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add StatusAt method for Alert struct #618

Merged

Commits on Apr 12, 2024

  1. Add StatusAt method for Alert struct

    This commit adds the StatusAt method for the Alert struct. It calls
    the ResolvedAt method while Status calls the Resolved method.
    
    This method will be used in Alertmanager to fix issue
    prometheus/alertmanager#3351.
    
    Signed-off-by: George Robinson <george.robinson@grafana.com>
    grobinson-grafana committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fb6970a View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: George Robinson <george.robinson@grafana.com>
    grobinson-grafana committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    506a12c View commit details
    Browse the repository at this point in the history