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

Re-enable gathering database statistics #670

Closed paulfantom closed 1 year ago

paulfantom commented 1 year ago

What is missing?

In # PR we disabled gathering of some database statistics as they were read from disk which hurt DB performance. With postgres 15 those stats are no longer read from disk (they are kept in memory) which should allow us to re-enable those collectors.

Why do we need it?

To bring back more statistics.

Anything else we need to know?: