We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The integration for Aerospike doesn't collect stats for last index in each namespace.
So, for an example, if have namespace with 10 sindexes, datadog returns info only for 9 of them.
It doesn't matter how namespace or index is named.
Pooling data manually with the python client returns correct number of indexes e.g.
>>> import aerospike >>> client_config = {'hosts': ['localhost:3000']} >>> client = aerospike.client(client_config).connect('','') >>> client.info_single_node('sindex/test', 'BB99C1AE21F2A3E',{}) 'sindex/test\tns=dagger:indexname=sifts-kv_prefix_idx:set=sifts-kv:bin=prefix:type=string:indextype=default:context=null:state=RW;ns=dagger:indexname=sifts-kv_ds_idx:set=sifts-kv:bin=ds:type=string:indextype=default:context=null:state=RW;ns=dagger:indexname=sifts-kv_index0_idx:set=sifts-kv:bin=index0:type=numeric:indextype=default:context=null:state=RW;ns=dagger:indexname=sifts-kv_index1_idx:set=sifts-kv:bin=index1:type=numeric:indextype=default:context=null:state=RW\n'
However, datadog doesn't return info for sifts-kv_index1_idx.
sifts-kv_index1_idx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The integration for Aerospike doesn't collect stats for last index in each namespace.
So, for an example, if have namespace with 10 sindexes, datadog returns info only for 9 of them.
It doesn't matter how namespace or index is named.
Pooling data manually with the python client returns correct number of indexes e.g.
However, datadog doesn't return info for
sifts-kv_index1_idx
.The text was updated successfully, but these errors were encountered: