NavTree: Update Observability landing page description (#106971)

Update observability landing page description
This commit is contained in:
Domas
2025-06-20 10:05:50 +03:00
committed by GitHub
parent f2bd367f61
commit 06f091c806
+1 -1
View File
@@ -232,7 +232,7 @@ func (s *ServiceImpl) addPluginToSection(c *contextmodel.ReqContext, treeRoot *n
treeRoot.AddSection(&navtree.NavLink{
Text: "Observability",
Id: navtree.NavIDObservability,
SubTitle: "Observability and infrastructure apps",
SubTitle: "Opinionated observability across applications, services, and infrastructure",
Icon: "heart-rate",
SortWeight: navtree.WeightObservability,
Children: []*navtree.NavLink{appLink},