eafc8ab1cd
We have two historians in alerting - alert state and notification. The intention of this app is to provide query capabilities for both. In this initial commit, the existing /history API is simply cloned to the new app. It is identical except that it will send Kubernetes-style error responses instead of Grafana-style. This approach was taken to implement the new app more iteratively - ideally we would define a new API, but this requires quite a significant overhaul of the backend code.
3 lines
95 B
CUE
3 lines
95 B
CUE
module: "github.com/grafana/grafana/apps/alerting/historian/kinds"
|
|
language: version: "v0.8.2"
|