File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : surveyor
33description : NATS Monitoring, Simplified.
44type : application
5- version : 0.20.8
6- appVersion : 0.9.7
5+ version : 0.20.9
6+ appVersion : 0.9.9
77maintainers :
88 - email : info@nats.io
99 name : The NATS Authors
Original file line number Diff line number Diff line change 6060 - --gatewayz
6161 {{- end }}
6262
63+ {{- with .raftz }}
64+ - --raftz
65+ {{- end }}
66+
6367 {{- with .accountsDetailed }}
6468 - --accounts-detailed
6569 {{- end }}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replicaCount: 1
1010
1111image :
1212 repository : natsio/nats-surveyor
13- tag : 0.9.7
13+ tag : 0.9.9
1414 pullPolicy : IfNotPresent
1515 # registry: docker.io
1616
@@ -114,6 +114,9 @@ config:
114114 # Enable gatewayz metrics.
115115 gatewayz : false
116116
117+ # Enable raftz metrics.
118+ raftz : false
119+
117120 # jsz metrics optionally
118121 jsz :
119122
You can’t perform that action at this time.
0 commit comments