Adding adaptive telemetry's own weight (#113167)

This commit is contained in:
Janos Gub
2025-10-29 14:07:56 +00:00
committed by GitHub
parent edc7302c2f
commit c1808a00c2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ const (
WeightAlerting
WeightAlertsAndIncidents
WeightAIAndML
WeightAdaptiveTelemetry
WeightTestingAndSynthetics
WeightObservability
WeightCloudServiceProviders
+1 -1
View File
@@ -344,7 +344,7 @@ func (s *ServiceImpl) addPluginToSection(c *contextmodel.ReqContext, treeRoot *n
Id: navtree.NavIDAdaptiveTelemetry,
SubTitle: "Reduce noise, cut costs, and accelerate troubleshooting by intelligently ingesting only the telemetry data that matters most.",
Icon: "adaptive-telemetry",
SortWeight: navtree.WeightAIAndML + 1, // Place under "AI & Machine Learning"
SortWeight: navtree.WeightAdaptiveTelemetry,
Children: sectionChildren,
Url: "adaptive-telemetry",
// Use the icon URL from the first "Adaptive Telemetry" plugin in the list (they will all be the same)