Cannot collect traffic on Grafana

Q: I added to the datasource as an InfluxDB and created a graph according to the documentation but there is no data on graph.

A: Check to see the influxdb database itself is actually populating. Your NetQ agents may not be streaming data to the influxdb instance correctly.

Next, enable the statsd service:

cumulus@ts:~$ sudo systemctl enable netq-stats-pushd.service
cumulus@ts:~$ sudo systemctl start netq-stats-pushd.service

Then configure the service for the NetQ Agent:

cumulus@spine01:~$ netq config add agent stats
cumulus@spine01:~$ netq config restart agent

You can check the influxdb entries by using the following command within influxdb:

cumulus@ts:~$ sudo docker exec -it 9bb544d9bb1b /bin/bash
bash-4.3# influx -precision rfc3339
> SHOW FIELD KEYS ON "netq"
> SHOW SERIES