Skip to content

Commit cbf9b59

Browse files
emateTofel
andauthored
Enable statio user indexes collector for postgres exporter (#908)
Co-authored-by: Bartek Tofel <[email protected]>
1 parent 8f5d72b commit cbf9b59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/charts/chainlink/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55
# This is the chart version. This version number should be incremented each time you make changes
66
# to the chart and its templates, including the app version.
77
# Versions are expected to follow Semantic Versioning (https://semver.org/)
8-
version: 0.2.13
8+
version: 0.2.14
99

1010
# This is the version number of the application being deployed. This version number should be
1111
# incremented each time you make changes to the application. Versions are not expected to

lib/charts/chainlink/templates/pg-deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ spec:
135135
{{- if $.Values.db.enablePrometheusPostgresExporter }}
136136
- name: prometheus-postgres-exporter
137137
image: {{ $.Values.prometheusPostgresExporter.image.image }}
138+
args: ["--collector.statio_user_indexes"]
138139
resources:
139140
requests:
140141
memory: {{ $.Values.prometheusPostgresExporter.resources.requests.memory }}

0 commit comments

Comments
 (0)