← Back to team overview

graphite-dev team mailing list archive

Re: [Question #137222]: Change time resolution?

 

Add a new retention entry, something like 1:XXXXX in conf/storage-schemas.conf and restart carbon, where XXXXX is the number of seconds of datapoints to store.

Add it above the default pattern, they use the first retention that matches and the default matches everything

New metrics that match the regular expression will be created with that retention scheme. Old ones will need to be converted with whisper-resize.py, but will have 59 empty datapoints per minute before the conversion. You can check what the retention schema a metric is using by finding the .wsp file under storage/whisper and running bin/whisper-info.py on it.

-Nick

On Dec 9, 2010, at 11:43 AM, Steve Ivy <question137222@xxxxxxxxxxxxxxxxxxxxx> wrote:

> New question #137222 on Graphite:
> https://answers.launchpad.net/graphite/+question/137222
> 
> Is it possible to graph data at a less-than-1-minute resolution?
> 
> -- 
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to     : graphite-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help   : https://help.launchpad.net/ListHelp



References