Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Applications applications.Config `yaml:"applications"`
Resources resources.Config `yaml:"resources"`
Teams teams.Config `yaml:"teams"`
Dashboards dashboards.Config `yaml:"dashboards"`
Prometheus prometheus.Config `yaml:"prometheus"`
Elasticsearch elasticsearch.Config `yaml:"elasticsearch"`
Jaeger jaeger.Config `yaml:"jaeger"`
}
Config holds the configuration for all plugins. We have to add the configuration for all the imported plugins.
Click to show internal directories.
Click to hide internal directories.