grobian / carbon-c-relay

Enhanced C implementation of Carbon relay, aggregator and rewriter
Apache License 2.0
380 stars 107 forks source link

Deduplication of inbound metrics #417

Closed obfuscurity closed 4 months ago

obfuscurity commented 4 years ago

Does carbon-c-relay include any features that would support normalization/deduplication of multiple inbound metrics streams? We are looking for a relay that could accept multiple inbound feeds, but then only fanout a single normalized stream (to address potential metric gaps in any one of the upstream emitters).

grobian commented 4 years ago

currently not, this would require buffering (like aggregations), but it is an interesting use-case.