We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1871f6 commit 0f5d1e6Copy full SHA for 0f5d1e6
3 files changed
helm/charts/surveyor/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: surveyor
3
description: NATS Monitoring, Simplified.
4
type: application
5
-version: 0.20.7
+version: 0.20.8
6
appVersion: 0.9.7
7
maintainers:
8
- email: info@nats.io
helm/charts/surveyor/templates/deployment.yaml
@@ -56,6 +56,10 @@ spec:
56
- --accounts
57
{{- end }}
58
59
+ {{- with .gatewayz }}
60
+ - --gatewayz
61
+ {{- end }}
62
+
63
{{- with .accountsDetailed }}
64
- --accounts-detailed
65
helm/charts/surveyor/values.yaml
@@ -111,6 +111,9 @@ config:
111
# Enable granular per-account bytes and message metrics
112
accountsDetailed: false
113
114
+ # Enable gatewayz metrics.
115
+ gatewayz: false
116
117
# jsz metrics optionally
118
jsz:
119
0 commit comments