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