$ git clone https://github.com/${your-git-username}/tencentcloud-monitor-grafana-app.git
$ npm install
$ go mod vendor
$ npm run watch
$ mage -v
$ docker-compose up
Then visit http://localhost:3000
.You can also clone this project to the local Grafana plugin directory and restart the local Grafana. Please make sure that the version of the local Grafana is above 7.0.
Was this page helpful?