You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// WorkQueueMetricsCollector collects the metrics about the work queue, which the Ingress Controller uses to process changes to the resources in the cluster.
13
9
// implements the prometheus.Collector interface
14
10
typeWorkQueueMetricsCollectorstruct {
@@ -19,6 +15,9 @@ type WorkQueueMetricsCollector struct {
19
15
20
16
// NewWorkQueueMetricsCollector creates a new WorkQueueMetricsCollector
0 commit comments