RocksLabs / kvrocks_exporter

Prometheus Exporter for Kvrocks Metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't connect to kvrocks instance

cuibaiyi opened this issue · comments

Describe the problem
runing kvrocks_exporter out Couldn't connect to kvrocks instance!

version
kvrocks: 2.0.3
kvrocks_exporter: 1.0.0

Running the exporter
./kvrocks_exporter -kvrocks.addr="kvrocks://ip:6666" -kvrocks.password="xxx"

Screenshots
./kvrocks_exporter -kvrocks.addr="kvrocks://ip:6666" -kvrocks.password="xxx" out:
ERRO[0005] Couldn't connect to kvrocks instance

commented

@cuibaiyi Thanks for your feedback, it's a bug, can use ./kvrocks_exporter -kvrocks.addr="ip:6666" -kvrocks.password="xxx" to workaround, would fix it soon.