Results 11 comments of Alex Heylin

Personally - I wouldn't bother as Chrome sync'd to Google does this fine.

I also see this problem. Setting ``` [plugin.grafana-image-renderer] rendering_ignore_https_errors = true ``` Does work around the issue, but the real fix needs to be stop using ```localhost``` and use the...

Agree on this, and it needs to allow for a certain level of SQL-like query. As a workaround I have PoSh read the data via exec which works OK, but...

This seems to be getting worse! I do intend to work on this when time allows. I've also observed that clicking Run CWA Diagnostics often causes the timestamp to immediately...

I ran up against this today, and the install script asked me to open an issue. Rather than clutter, I'll add to this one which seems to serve the same...

danielnelson - I agree, that's a good way to go. On Windows debug should get sent to eventlog as info, because currently if you're using eventlog debug level messages are...

Thanks @danielnelson - I didn't have UsePerfCounterTime set, so it's defaulted to true. Based on your description, particularly that if UsePerfCounterTime=false then timestamp is set based on time before starting...

```UsePerfCounterTime=false``` does not resolve this issue. That suggests that some time is being "lost" between the beginning of the interval, and the timestamp collection actually occurring, even when not reading...

Results of initial testing. Removing the one second sleep seems to make no difference. The delayed data interval varies approximately inline with ```CountersRefreshInterval``` + ```interval```. Verified by changing ```CountersRefreshInterval``` to...

@sspaink - I'm going to have to investigate this a bit because my last message above suggests I built a custom build of telegraf.exe to test / resolve this, but...