Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlertmanagerStatus ¶ added in v0.3.0
func AlertmanagerStatus(kclient kubernetes.Interface, a *monitoringv1.Alertmanager) (*monitoringv1.AlertmanagerStatus, []v1.Pod, error)
func ListOptions ¶ added in v0.3.0
func ListOptions(name string) metav1.ListOptions
func NewAlertmanagerCollector ¶ added in v0.10.0
Types ¶
type Config ¶ added in v0.5.0
type Config struct { Host string ConfigReloaderImage string AlertmanagerDefaultBaseImage string Namespace string Labels prometheusoperator.Labels CrdKinds monitoringv1.CrdKinds CrdGroup string }
type Operator ¶
type Operator struct {
// contains filtered or unexported fields
}
Operator manages lify cycle of Alertmanager deployments and monitoring configurations.
func (*Operator) RegisterMetrics ¶ added in v0.10.0
func (c *Operator) RegisterMetrics(r prometheus.Registerer)
Click to show internal directories.
Click to hide internal directories.