File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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"
1818dependencies :
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments