← Back to team overview

graphite-dev team mailing list archive

Re: [Question #171240]: Invalid retention format?

 

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

Scott Smith posted a new comment:
In whisper.py the units available appear to be:

UnitMultipliers = {
  's' : 1,
  'm' : 60,
  'h' : 60 * 60,
  'd' : 60 * 60 * 24,
  'y' : 60 * 60 * 24 * 365,
}

So if you want to specify a week, use 7d.

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