New question #151677 on Graphite:
https://answers.launchpad.net/graphite/+question/151677

Below is my retention configuration

[Test Schema]
priority = 110
pattern = stats*
retentions = 10:120960,60:262974,600:262974

So it has data point for every 10 seconds. 
How graphite handle multiple messages send to it for the same data point..
So let say if I send 5 graphite messages at interval of 2 seconds with 
timestamp differing in 2 seconds as below, How it will be handled and what will 
be final value for that data point?

stats.test 5 1301948212
stats.test 8 1301948214
stats.test 3 1301948216
stats.test 4 1301948218
stats.test 2 1301948220

Thanks

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to