Advisor: Make evaluation interval and max history configurable (#100534)

This commit is contained in:
Andres Martinez Gotor
2025-02-14 10:05:34 +01:00
committed by GitHub
parent 7f20495289
commit 12bb50f97f
6 changed files with 119 additions and 21 deletions
@@ -57,3 +57,9 @@ func (s *Service) Checks() []checks.Check {
),
}
}
// AdvisorAppConfig is the configuration received from Grafana to run the app
type AdvisorAppConfig struct {
CheckRegistry CheckService
PluginConfig map[string]string
}