-
Notifications
You must be signed in to change notification settings - Fork 45
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
No calling GC
on the notification log as part of the Grafana Alertmanager
#3
Comments
gotjosh
added a commit
that referenced
this issue
Jul 14, 2022
…fanaAlertmanager A couple of things: - Renames `Alertmanager` to `GrafanaAlertmanager` - Introduces `GrafanaAlertmanagerConfig` - Removes the dependency on grafana's KVStore Found a bug in the process that I've filled as #3
gotjosh
added a commit
that referenced
this issue
Jul 14, 2022
…fanaAlertmanager A couple of things: - Renames `Alertmanager` to `GrafanaAlertmanager` - Introduces `GrafanaAlertmanagerConfig` - Removes the dependency on grafana's KVStore Found a bug in the process that I've filled as #3
With prometheus/alertmanager#3220 it should now be possible to fix this bug and the current panic when using the tip of master. |
yuri-tceretian
added a commit
that referenced
this issue
Jan 27, 2023
^ This is the 1st commit message: refactor notifier package move services to deciated packages split configurations and implementations ^ The commit message #2 will be skipped: ^ move factory from Grafana ^ The commit message #3 will be skipped: ^ rename settings to config ^ The commit message #4 will be skipped: ^ reaname TemplateForTests to FroTests to appease linter ^ The commit message #5 will be skipped: ^ lint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/grafana/alerting/blob/main/alerting/grafana_alertmanager.go#L171
We're not cleaning up old entries unless we do.
The text was updated successfully, but these errors were encountered: