Skip to content

Commit 1823459

Browse files
committed
chart: disable collecting database size metric
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
1 parent abf1a51 commit 1823459

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords:
1212
- monitoring
1313
- tracing
1414
- opentelemetry
15-
version: 17.23.0
15+
version: 17.23.1
1616
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
1717
# kubeVersion: ">= 1.23.0"
1818
dependencies:

chart/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ timescaledb-single:
6666
image:
6767
repository: quay.io/prometheuscommunity/postgres-exporter
6868
tag: v0.11.1
69+
args:
70+
# Disabling collecting database size statistics as this can be expensive
71+
# and some of this data is also provided via node_exporter.
72+
- "--no-collector.database"
6973
# Specifies whether PodMonitor for Prometheus operator should be created
7074
podMonitor:
7175
enabled: true

0 commit comments

Comments
 (0)