mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
added a /api/metrics/test query that returns random walk series
This commit is contained in:
@@ -49,6 +49,9 @@ func Register(m *macaron.Macaron) {
|
||||
|
||||
// rendering
|
||||
m.Get("/render/*", auth, RenderToPng)
|
||||
|
||||
// metrics
|
||||
m.Get("/api/metrics/test", auth, GetTestMetrics)
|
||||
}
|
||||
|
||||
func Index(ctx *middleware.Context) {
|
||||
|
||||
Reference in New Issue
Block a user