aerospike / aerospike-prometheus-exporter

Monitoring suite for the Aerospike DB
Apache License 2.0
36 stars 20 forks source link

OM-209 - latencies command is not working #130

Open mphanias opened 3 days ago

mphanias commented 3 days ago

this issue is occuring because namespace is append to the latencies command with a "-" and "-" (hypen) is part of the latency command itself, because of this command is constructed wrongly. a quick fix is use a separator which is not part of server command or output like "-","_",":" etc.,