Documentation
¶
Index ¶
Constants ¶
View Source
const MonitoringFinalizer = "observability.giantswarm.io/monitoring"
MonitoringFinalizer is the finalizer for monitoring resources.
View Source
const MonitoringLabel = "giantswarm.io/monitoring"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.2.0
type Config struct {
Enabled bool
AlertmanagerSecretName string
AlertmanagerURL string
AlertmanagerEnabled bool
MonitoringAgent string
DefaultShardingStrategy sharding.Strategy
// WALTruncateFrequency is the frequency at which the WAL segments should be truncated.
WALTruncateFrequency time.Duration
PrometheusVersion string
MetricsQueryURL string
}
Config represents the configuration used by the monitoring package.
Click to show internal directories.
Click to hide internal directories.