threadshare
threadshare

Reputation: 11

tidb grafana no data points

I use tidb database, but when I want to build monitor. the grafana can't display data. It display "no data points". I check the network in the chrome. and docker logs. they look like right. I don't know why.

Sorry, I want to ask question,but I don't have reputation to post images. so I write the issue in the github.

https://github.com/pingcap/tidb/issues/7509#issuecomment-416438806

Upvotes: 0

Views: 539

Answers (1)

LinuxGit
LinuxGit

Reputation: 46

Thanks for your feedback. You need to use pushgateway v0.4.0 instead of pushgateway (0.5.1). You could try https://github.com/pingcap/tidb-docker-compose or https://github.com/pingcap/tidb-operator directly. We're working on remove pushgateway, and use prometheus to pull metrics directly.

Upvotes: 1

Related Questions