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
I have configured collectd with aerospike plugin and CW plugin. First tests, i just included into whitelist configs the metrics this way: aerospike-.* and all metrics loaded fine.
Once i wanted to select specific metrics, my current desired setup is:
[error] [AmazonCloudWatchPlugin][cloudwatch.modules.flusher] _flush error: Original map size: 10
if i remove the last metric aerospike.*memory_free_pct the error wont come up. Im not sure why this is happening.
UPDATE: So after doing some debugging/testing, i found out that the error pops for 9 metrics. If i add another metric to the whitelist config file, the error would stop popping. So i believe there is some weird edge case going on regarding amount of metrics.
The text was updated successfully, but these errors were encountered:
I have configured collectd with aerospike plugin and CW plugin. First tests, i just included into whitelist configs the metrics this way:
aerospike-.*
and all metrics loaded fine.Once i wanted to select specific metrics, my current desired setup is:
But i obtain the following error:
if i remove the last metric
aerospike.*memory_free_pct
the error wont come up. Im not sure why this is happening.UPDATE: So after doing some debugging/testing, i found out that the error pops for 9 metrics. If i add another metric to the whitelist config file, the error would stop popping. So i believe there is some weird edge case going on regarding amount of metrics.
The text was updated successfully, but these errors were encountered: