RocksLabs / kvrocks_exporter

Prometheus Exporter for Kvrocks Metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grafana import 15286 not data!

cuibaiyi opened this issue · comments

version: grafana v8.2.5

https://grafana.com/grafana/dashboards/15286 import to grafana

Prometheus config

  • job_name: 'kvrocks_exporter'
    static_configs:
    • targets: ['192.168.79.220:9121']

grafana not data
image

commented

Can u check whether http://192.168.79.220:9121/metrics can get the right data or not?

can.
but grafana version v7.5.11 get data is ok, version v8.2.5 not data

commented

I may guess the reason, we need to set the Prometheus data source mode to Browser after 8.x manually. My bad, I should mention this on the README.

image