• {{targetLetters[$index]}}
Max data points
  • Every graphite request is issued with a maxDataPoints parameter
  • Graphite uses this parameter to consolidate the real number of values down to this number
  • If there are more real values, then by default they will be consolidated using averages
  • This could hide real peaks and max values in your series
  • You can change how point consolidation is made using the consolidateBy graphite function
  • Point consolidation will effect series legend values (min,max,total,current)
  • If you override maxDataPoint and set a high value performance can be severely effected