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

No calling GC on the notification log as part of the Grafana Alertmanager #3

Closed
gotjosh opened this issue Jul 14, 2022 · 1 comment · Fixed by #44
Closed

No calling GC on the notification log as part of the Grafana Alertmanager #3

gotjosh opened this issue Jul 14, 2022 · 1 comment · Fixed by #44

Comments

@gotjosh
Copy link
Collaborator

gotjosh commented Jul 14, 2022

https://github.com/grafana/alerting/blob/main/alerting/grafana_alertmanager.go#L171

We're not cleaning up old entries unless we do.

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
@gotjosh
Copy link
Collaborator Author

gotjosh commented Jan 18, 2023

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant