Alerting: Add feature toggle to use the old simplified routing hash generation (#111900)

* Revert "Alerting: Generate simplified routing routes with old fingerprint function (#111893)"

This reverts commit 0da9d49896.

* Add alertingUseNewSimplifiedRoutingHashAlgorithm flag

* Alerting: Add feature toggle to use the old simplified routing hash generation
This commit is contained in:
Alexander Akhmetov
2025-10-01 15:21:33 -04:00
committed by GitHub
parent 4e2c3f19df
commit 169bf2ce73
16 changed files with 187 additions and 370 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ func (srv TestingApiSrv) RouteTestGrafanaRuleConfig(c *contextmodel.ReqContext,
now,
rule,
results,
state.GetRuleExtraLabels(log.New("testing"), rule, folder.Fullpath, includeFolder),
state.GetRuleExtraLabels(log.New("testing"), rule, folder.Fullpath, includeFolder, srv.featureManager),
nil,
)