Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flush error with a specific metric #85

Open
gpereraDX opened this issue Oct 4, 2019 · 0 comments
Open

Flush error with a specific metric #85

gpereraDX opened this issue Oct 4, 2019 · 0 comments

Comments

@gpereraDX
Copy link

gpereraDX commented Oct 4, 2019

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:

aerospike.*cluster_clock_skew_stop_writes_sec
aerospike.*cluster_size
aerospike.*dead_partitions
aerospike.*device_available_pct
aerospike.*hwm_breached
aerospike.*stop_writes
aerospike.*unavailable_partitions
aerospike.*xdr_timelag
aerospike.*memory_free_pct

But i obtain the following error:

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant