New question #288779 on Graphite: https://answers.launchpad.net/graphite/+question/288779
Datapoints can be overwritten/changed through carbon, but only if there's a few seconds between writing the data points to carbon. For example, writing these two lines: alarm.total_errors 93393 1457913600 alarm.total_errors 1 1457913600 In quick succession results in the value 93393 at time stamp 1457913600 But if there's a few seconds delay between writing these two lines, then the value is 1. Carbon 0.9.12, plain text to port 2003, centos 6 Doesn't matter if lines are written in a single connection to carbon or a new connection for each line. I expect the second value written to always apply, regardless of the time between writing the two values. Any ideas? Steve -- You received this question notification because your team graphite-dev is an answer contact for Graphite. _______________________________________________ Mailing list: https://launchpad.net/~graphite-dev Post to : graphite-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~graphite-dev More help : https://help.launchpad.net/ListHelp