How to let the line break when data is missing for a long time?

I am using Grafana Community Edition to visualize data from InfluxDB. I find that if data is missing for a long time, the line graph will still connect the two points. What I expect is to have an option to break the line if the distance of two points exceed some threshold.

For example, in the following case, it’s clean to find that there are 10 hours of missing points between the last two data points in the table view , but grafana still connect them in the graph view.


It depends on the used panel. Let’s say you use Time series panel, so then you can customize behavior via Disconnect values config:

I see, thanks. By the way, is there a way to apply this to all panels, or do I have to manually config each panel?

That’s config per panel,so you need to configure each panel manually.