We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffb988 commit 5231f69Copy full SHA for 5231f69
collector/nginx_plus.go
@@ -21,6 +21,8 @@ type LabelUpdater interface {
21
DeleteStreamUpstreamServerLabels(peers []string)
22
UpdateServerZoneLabels(serverZoneLabelValues map[string][]string)
23
DeleteServerZoneLabels(zoneNames []string)
24
+ UpdateStreamServerZoneLabels(streamServerZoneLabelValues map[string][]string)
25
+ DeleteStreamServerZoneLabels(zoneNames []string)
26
}
27
28
// NginxPlusCollector collects NGINX Plus metrics. It implements prometheus.Collector interface.
0 commit comments