Skip to content

Commit

Permalink
Fix Erigon metrics path (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
unxnn authored Jan 3, 2022
1 parent 180fab5 commit 2715306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/erigon/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
spec:
endpoints:
- port: metrics
path: /metrics
path: /debug/metrics/prometheus
{{- if .Values.metrics.serviceMonitor.interval }}
interval: {{ .Values.metrics.serviceMonitor.interval }}
{{- end }}
Expand Down

0 comments on commit 2715306

Please sign in to comment.