K8s: Add Aggregation to Backend Service (#81591)

Co-authored-by: Charandas Batra <charandas.batra@grafana.com>
This commit is contained in:
Todd Treece
2024-02-12 15:59:35 -05:00
committed by GitHub
parent 6d5211e172
commit d6e6298103
20 changed files with 2267 additions and 1856 deletions

View File

@@ -638,4 +638,8 @@ const (
// FlagNewPDFRendering
// New implementation for the dashboard to PDF rendering
FlagNewPDFRendering = "newPDFRendering"
// FlagKubernetesAggregator
// Enable grafana aggregator
FlagKubernetesAggregator = "kubernetesAggregator"
)