Graphite adding new resolution to a metric -


given have metric (stats.counters.prod.failedbuildmessages) , want extend resolution (stats.counters.prod.failedbuildmessages.1, stats.counters.prod.failedbuildmessages.2, stats.counters.prod.failedbuildmessages.3 etc') don't want lose previous data , still use long can, how can overlay data? seems once add sub counters failedbuildmessages node loses data.

is there way it?

you should send old metric alongside new one. different metrics if share same hierarchy.

i in order have coarser/finer details on metric , works quite well.


Comments

Popular posts from this blog

c# - Derived UserControl layout resets after build -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -