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

inputs aerospike plugin emits aerospike_node statistics as a string #10929

Closed
aratik711 opened this issue Apr 1, 2022 · 0 comments · Fixed by #10930
Closed

inputs aerospike plugin emits aerospike_node statistics as a string #10929

aratik711 opened this issue Apr 1, 2022 · 0 comments · Fixed by #10930
Labels
bug unexpected problem or unintended behavior

Comments

@aratik711
Copy link
Contributor

Relevant telegraf.conf

NA

Logs from Telegraf

NA

System info

telegraf 1.22

Docker

No response

Steps to reproduce

  1. Add aerospike plugin as input
  2. Check the output

Expected behavior

aerospike_node,aerospike_host=localhost:3000,node_name="BB9020011AC4202" batch_error=0i,batch_index_complete=0i,batch_index_created_buffers=0i,batch_index_destroyed_buffers=0i,batch_index_error=0i,batch_index_huge_buffers=0i,batch_index_initiate=0i,batch_index_queue="0:0,0:0,0:0,0:0",batch_index_timeout=0i,batch_index_unused_buffers=0i,batch_initiate=0i,batch_queue=0i,batch_timeout=0i,client_connections=6i,cluster_integrity=true,cluster_key="8AF422E05281249E",cluster_size=1i

Actual behavior

aerospike_node,aerospike_host=localhost:3000,node_name="BB9020011AC4202" statistics="batch_error=0i,batch_index_complete=0i,batch_index_created_buffers=0i,batch_index_destroyed_buffers=0i,batch_index_error=0i,batch_index_huge_buffers=0i,batch_index_initiate=0i,batch_index_queue=0:0,0:0,0:0,0:0,batch_index_timeout=0i,batch_index_unused_buffers=0i,batch_initiate=0i,batch_queue=0i,batch_timeout=0i,client_connections=6i,cluster_integrity=true,cluster_key="8AF422E05281249E",cluster_size=1i"

Additional info

The statistics metrics are coming as strings in the value to the statistics key instead of individual metrics

@aratik711 aratik711 added the bug unexpected problem or unintended behavior label Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant