mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 00:01:48 +08:00
Merge branch 'new-logger' into alerting_definitions
Conflicts: pkg/api/api.go pkg/setting/setting.go
This commit is contained in:
@ -253,6 +253,9 @@ func Register(r *macaron.Macaron) {
|
||||
r.Get("/changes", wrap(GetAlertChanges))
|
||||
})
|
||||
|
||||
// error test
|
||||
r.Get("/metrics/error", wrap(GenerateError))
|
||||
|
||||
}, reqSignedIn)
|
||||
|
||||
// admin api
|
||||
|
Reference in New Issue
Block a user