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
560 stars 61 forks source link

Add recommended parameters (for Promscale usage) to TimescaleDB config #613

Closed onprem closed 1 year ago

onprem commented 1 year ago

What this PR does / why we need it

This PR adds some additional parameters to the Postgres/TimescaleDB config as recommended by the Promscale Documentation. The parameters can help when TSDB is used along with Promscale, which is always the case in tobs.

Special notes for your reviewer

I am not setting the max_wal_size parameter in this as that is already handled by tstune.

Checklist

onprem commented 1 year ago

Closing in favor of #616