I’m trying to use the “merge” plugin to collect stats together as each values are sent per messages.
From the following:
ds_stats,cachegroup=total,cdn=cdn1,deliveryservice=test tps_5xx=0 1604066460811000000
ds_stats,cachegroup=total,cdn=cdn1,deliveryservice=test tps_total=0 1604066460811000000
ds_stats,cachegroup=total,cdn=cdn1,deliveryservice=test kbps=0 1604066460811000000
I’m trying to get this result:
ds_stats,cachegroup=total,cdn=cdn1,deliveryservice=test tps_5xx=0,tps_total=0,kbps=0 1604066460811000000
I’m using the following in my configuration:
[[aggregators.merge]]
period = “10s”
If I add “drop_original = true” then I never get any outputs.
Any feedback would be great.
Thanks, Steve