You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some aggregator improvements and better stats. #361, specifically:
assure aggregation flushing is in timestamp asc order
new stat for number of metrics going into aggregator: service_is_carbon-relay-ng.instance_is_$instance.mtype_is_counter.unit_is_Metric.direction_is_in.aggregator_is_$aggregator
new stat for number of metrics going out of aggregator: service_is_carbon-relay-ng.instance_is_$instance.mtype_is_counter.unit_is_Metric.direction_is_out.aggregator_is_$aggregator
new stat for number of aggregators waiting to flush: service_is_carbon-relay-ng.instance_is_$instance.*.unit_is_aggregator.what_is_flush_waiting
new stats for CPU, memory and golang GC under `carbon-relay-ng.stats.$instance.*
give aggregators a "key" property for use in stats ($aggregator above), printed at startup and in web ui.
process pending aggregations more eagerly - instead of waiting - when relay is somewhat loaded.
Fix bad regex cache clean up resulting in unbounded growth #365