grafana / piechart-panel

Pie Chart Panel Plugin
MIT License
151 stars 101 forks source link

Update default maxDataPoints to 1 instead of 3 #221

Closed robert-milan closed 4 years ago

robert-milan commented 4 years ago

This PR updates maxDataPoints default to 1. A few related issues:

https://github.com/grafana/piechart-panel/issues/42 https://github.com/grafana/metrictank/issues/983

Basically it's a problem with how runtime consolidation in Metrictank / Graphite deals with a small maxDataPoints. Setting it to 1 as default should, in most cases, be a better option and give more accurate and reproducible query results as a time window shifts to the future.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.