I have an issue with a templating dashboard with multiple panels which basically shows different time interval for all devices being queried when zooming.
On this particular dashboard I have Windows servers and their data is being collected through Telegraf and being sent to Influxdb. I have the below Telegraf settings for all of them.
interval = “1m”
round_interval = true
However their time interval is not properly synchronized/visualized in panels, which causes many problems in regards to alerts, counting, etc. I’ve bounced the telegraf service in all servers and still the same. I have the same config on other linux servers and do not have this issue.
These are the details of my environment.
Grafana version: 4.4.3
Influxdb version: 1.2.0
Telegraf version: 1.0.1
Grafana and influxdb are installed/running on same server.
Do you have any insights what could be causing this and how to fix it?
Forgot to mention that we still have same issue on a graph which purpose is for alerting only. This was setup due to alerts cannot be set using template variables.
If I understand you correctly you write data to influx each minute why you should use a min time interval of 1 min.
A bit unsure since this feels like the same problem you initially had. Why are no labels on series, just Disk Usage? Where you says it works you have labels on series, i.e. AD-CA-2-C
I set the time interval in my influxdb datasource as advised and it seems is working now as expected.
This graph is for alert purposes only that’s why we have disk space only.
I will keep on monitoring for a few days and will confirm if everything still working as it is now.