timescale / tobs

tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Apache License 2.0
555 stars 60 forks source link

chart: disable collecting database size metric #658

Closed paulfantom closed 1 year ago

paulfantom commented 1 year ago

What this PR does / why we need it

Disabling collecting database size statistics as this can be expensive and some of this data is also provided via node_exporter.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer

Checklist

onprem commented 1 year ago

The postgres_exporter seems to be backing off, maybe we are using an older image for the exporter Back-off restarting failed container.

Update: nope, we are on the latest stable version.

paulfantom commented 1 year ago

I amended commit with an alternative approach to disabling this collector.