graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #02587
[Question #196863]: How to set step of time series to 1s when rendering data
New question #196863 on Graphite:
https://answers.launchpad.net/graphite/+question/196863
graphite: 0.9.10
For url http://localhost:8080/render?target=foo.reqs&&format=raw&&from=-5min
I get:
foo.bf.reqs,1336722480,1336722780,60|None,None,None,935.0,350.0
The step is one minute, can I change it to one second? I want to know what happened per second, like how many requests has been processed in the past second.
I have changed conf/storage-schemas.conf to:
[default]
pattern = .*
retentions = 1s:1d
Seems not working. Does storage-schemas.conf only work with whisper files on disk? Not all recent enough metrics are saved even in carbon-cache memory?
Regards,
jaime
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.