Skip to content

Commit

Permalink
Add: support accstatz metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Feb 1, 2024
1 parent 20c3b7e commit 1657c5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/prometheus-nats-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ spec:
{{- if .Values.config.metrics.varz }}
- "-varz"
{{- end }}
{{- if .Values.config.metrics.accstatz }}
- "-accstatz"
{{- end }}
{{- if .Values.config.metrics.channelz }}
- "-channelz"
{{- end }}
Expand Down
1 change: 1 addition & 0 deletions charts/prometheus-nats-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ config:
namespace: default
port: 8222
metrics:
accstatz: true
channelz: true
connz: true
connz_detailed: true
Expand Down

0 comments on commit 1657c5f

Please sign in to comment.