Open johann8384 opened 8 years ago
@manolama Is there something in the 3.0 refactoring that would make this possible? (I assume the rollups cover part of this). Perhaps we can identify which parts are covered and which parts are still "needs to be considered"
I submitted blacklist/whitelist code and @manolama converted that into a plugin.
I'd like to extend or fork+extend that plugin to support similar actions to Graphite's Carbon Relay.
http://graphite.readthedocs.io/en/latest/config-carbon.html
Downsampling
This one is not quite the same as the Carbon Relay intent, but basically buffer for $period seconds and write out $metric.$label.$aggregationMethod with the new dowsampled value
Aggregation
Rewrite
Blacklist/Whitelist
Already implemented in 2.3.0