Skip to content

Commit 0f5d1e6

Browse files
flaviodsrFlavio Ramalho
andauthored
feat(surveyor): add option to enable gateway metrics (#1143)
Add option to enable exporting gateway metrics. Co-authored-by: Flavio Ramalho <f.ramalhoo@gmail.com>
1 parent d1871f6 commit 0f5d1e6

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

helm/charts/surveyor/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: surveyor
33
description: NATS Monitoring, Simplified.
44
type: application
5-
version: 0.20.7
5+
version: 0.20.8
66
appVersion: 0.9.7
77
maintainers:
88
- email: info@nats.io

helm/charts/surveyor/templates/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ spec:
5656
- --accounts
5757
{{- end }}
5858

59+
{{- with .gatewayz }}
60+
- --gatewayz
61+
{{- end }}
62+
5963
{{- with .accountsDetailed }}
6064
- --accounts-detailed
6165
{{- end }}

helm/charts/surveyor/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ config:
111111
# Enable granular per-account bytes and message metrics
112112
accountsDetailed: false
113113

114+
# Enable gatewayz metrics.
115+
gatewayz: false
116+
114117
# jsz metrics optionally
115118
jsz:
116119

0 commit comments

Comments
 (0)