Advisor: Make evaluation interval and max history configurable (#100534)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user