Skip to content

Commit 5231f69

Browse files
Update struct
1 parent 1ffb988 commit 5231f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

collector/nginx_plus.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ type LabelUpdater interface {
2121
DeleteStreamUpstreamServerLabels(peers []string)
2222
UpdateServerZoneLabels(serverZoneLabelValues map[string][]string)
2323
DeleteServerZoneLabels(zoneNames []string)
24+
UpdateStreamServerZoneLabels(streamServerZoneLabelValues map[string][]string)
25+
DeleteStreamServerZoneLabels(zoneNames []string)
2426
}
2527

2628
// NginxPlusCollector collects NGINX Plus metrics. It implements prometheus.Collector interface.

0 commit comments

Comments
 (0)