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:
Domas
2025-05-27 17:05:28 +03:00
committed by GitHub
parent ccfde5a915
commit d5bb055593
5 changed files with 29 additions and 23 deletions
+2
View File
@@ -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)