Qitmeer / qng

The next generation of the Qitmeer network implementation with the plug-able VMs under the MeerDAG consensus.
ISC License
18 stars 16 forks source link

How to setup grafana for qng. #743

Open dev001111 opened 1 month ago

dev001111 commented 1 month ago

I was trying to setup grafana for qng. According to qng metrics readme file i was setup a influxdb on my local system i was created a database also into that but when i am starting the node then i am getting the error 2024-07-30|12:11:49.622 [WARN ] Unable to send to InfluxDB err="{\"error\":\"database is required\"}\n". Please provide the solution regatding the setup of grafana.

dev001111 commented 1 month ago

i am following this repo https://github.com/Qitmeer/qng.git.

lochjin commented 5 days ago

I was trying to setup grafana for qng. According to qng metrics readme file i was setup a influxdb on my local system i was created a database also into that but when i am starting the node then i am getting the error 2024-07-30|12:11:49.622 [WARN ] Unable to send to InfluxDB err="{\"error\":\"database is required\"}\n". Please provide the solution regatding the setup of grafana.

Please ensure that these command-line parameters are enabled: ./qng --metrics --metrics.expensive --evmenv="--metrics.influxdb"