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

increase node-exporter scrape frequency to allow better data visualization #659

Closed paulfantom closed 1 year ago

paulfantom commented 1 year ago

What this PR does / why we need it

With default scrape frequency of 1m, some dashboards show "no data". This is because dashboard queries use $__rate_interval which is dynamically calculated and tuned towards higher scrape frequencies.

Additionally by specifying scrape interval we can get more granular data.

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

paulfantom commented 1 year ago

This should allow to use Node Exporter / Nodes dashboard to visualize volume IOPS data instead of going to AWS console every time.

cc @timescale/o11y-applications