grafana / grafana/alerting

Marshalling an `alerting.GrafanaReceiver` into an `apimodels.PostableGrafanaReceiver` is a pain

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.