Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AlertmanagerProcessorRequests = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: "events_alertmanager_processor_requests", Help: "Count of all alertmanager processor requests", }, []string{})
Functions ¶
This section is empty.
Types ¶
type AlertmanagerProcessor ¶
type AlertmanagerProcessor struct {
// contains filtered or unexported fields
}
func NewAlertmanagerProcessor ¶
func NewAlertmanagerProcessor(outputs *common.Outputs) *AlertmanagerProcessor
func (*AlertmanagerProcessor) HandleHttpRequest ¶
func (p *AlertmanagerProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
type AlertmanagerResponse ¶
type AlertmanagerResponse struct {
Message string
}
type K8sProcessor ¶
type K8sProcessor struct {
// contains filtered or unexported fields
}
func NewK8sProcessor ¶
func NewK8sProcessor(outputs *common.Outputs) *K8sProcessor
func (*K8sProcessor) HandleHttpRequest ¶
func (p *K8sProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
type RancherProcessor ¶
type RancherProcessor struct {
// contains filtered or unexported fields
}
func NewRancherProcessor ¶
func NewRancherProcessor(outputs *common.Outputs) *RancherProcessor
func (*RancherProcessor) HandleHttpRequest ¶
func (p *RancherProcessor) HandleHttpRequest(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.