NavTree: Group APM and Infra plugins under "Observability" section (#104192)
* put o11y department apps under Observability menu section * fix tests * change url for observability grouping * add routing for /observability
This commit is contained in:
@@ -203,6 +203,8 @@ func (hs *HTTPServer) registerRoutes() {
|
||||
r.Get("/library-panels/", reqSignedIn, hs.Index)
|
||||
r.Get("/monitoring/", reqSignedIn, hs.Index)
|
||||
r.Get("/monitoring/*", reqSignedIn, hs.Index)
|
||||
r.Get("/observability/", reqSignedIn, hs.Index)
|
||||
r.Get("/observability/*", reqSignedIn, hs.Index)
|
||||
r.Get("/alerts-and-incidents", reqSignedIn, hs.Index)
|
||||
r.Get("/alerts-and-incidents/*", reqSignedIn, hs.Index)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user