Documentation
¶
Index ¶
Constants ¶
View Source
const (
EnvPrefix = "ARCANE_OPERATOR_" // var names will be ARCANE_OPERATOR__MY_ENV_VAR or ARCANE_OPERATOR__SECTION1__SECTION2__MY_ENV_VAR
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppConfig ¶
type AppConfig struct {
// ProbesConfiguration holds the configuration for health probes.
ProbesConfiguration health.ProbesConfig `mapstructure:"probes,omitempty"`
// PeriodicMetricsReporterConfiguration holds the configuration for periodic metrics reporting.
PeriodicMetricsReporterConfiguration telemetry.PeriodicMetricsReporterConfig `mapstructure:"periodic-metrics-reporter,omitempty"`
// Telemetry holds the telemetry configuration settings.
Telemetry telemetry.Config `mapstructure:"telemetry,omitempty"`
}
AppConfig holds the application configuration settings.
Click to show internal directories.
Click to hide internal directories.