Effect on Grafana dashboards on Enabling deleteCounters in StatsD

Hello guys,
Am using statsd to send data to graphite, and i use this graphite source to display data on my grafana dashboards.

I see that statsD sends value 0 for inactive counters, i would want to disable this as this fills up the cache.
Which i can just do it by defining “deleteCounters:true” in localConfig.js of my statsd.

I tried investigating how this can affect my existing graphs (or dashboards), but i didn’t find anything. Please let me know if you guys have any idea.

Depends on your null value option in Graph display tab. You will get nulls instead of zeros.