← Back to team overview

graphite-dev team mailing list archive

Re: [Question #165953]: Graphite only displaying most recent value over interval instead of average?

 

Question #165953 on Graphite changed:
https://answers.launchpad.net/graphite/+question/165953

    Status: Open => Answered

Nicholas Leskiw proposed the following answer:
No, summarize is used for something completely different.  You must
calculate the average once a minute and send that to graphite.

avg() averages the values of several different metrics ( Example: you have 10 servers, and you want the average free memory across all them) 
sum() add the values of several metrics.  (Example: you have 10 file servers, and you want the total free disk space across all servers) 
summarize() will group datapoints together (Example, you store the number of page hits per minutes, but you want to draw pagehits per hour.)

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.