Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collector ¶
type Collector interface { IncCookieCount(namespace, name string) Start() Stop() OnStartedLeading(string) OnStoppedLeading(string) }
Collector defines the interface for a metric collector
func NewCollector ¶
func NewCollector(registry *prometheus.Registry) (Collector, error)
NewCollector creates a new metric collector the for ingress controller
Click to show internal directories.
Click to hide internal directories.