Marshalling an `alerting.GrafanaReceiver` into an `apimodels.PostableGrafanaReceiver` is a pain
Open
- Dominant language
- Go
- Stars
- 89
- Forks
- 74
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 8
Description
In Grafana, we're keeping the core types of `apimodels` right where they belong: In Grafana. However, want to make sure we avoid cyclic dependencies so we can't bring `apimodels` into `grafana/alerting`.
Because of this, we have to do a two way conversation of Grafana Receivers to and from the alerting package. Let's figure out a way to unify them.
Contributor guide
Assessment
This issue has not been assessed yet.