Skip to content

Commit 90d35ea

Browse files
authored
Added a not on where to test monitoring dashboard. (#467)
1 parent 1db8da8 commit 90d35ea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/DevelopersTips.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ When we don't see the monitoring data in grafana, here is what to do to pinpoint
6565
4. `show series`
6666
5. `select count(*) from cpuUsedPercentage` <-- use the correct metrics name
6767
6. Repeat the last command and see if the number increases. If it increases it denotes that the metrics is stored correctly in the database. If it is the case, the problem lies in your grafana.
68+
69+
### Monitoring setup for building the grafana dashboard
70+
71+
Ask Adam for an account on pcald03.cern.ch:3000.
72+
Set the monitoring url to `"url": "influxdb-udp://flptest2.cern.ch:8089"`
6873

6974
### Avoid writing QC objects to a repository
7075

0 commit comments

Comments
 (0)