I have a dashboard that displays service status in a time-series graph, with data sourced from InfluxDB. Currently, it can only show data for a 1-hour period. When I attempt to view data beyond that, I encounter the message: “Too many points to visualize properly. Update the query to return fewer points”
I understand that this is due to the large number of data points, but is there a way to address this limitation?
The reason I’m asking is that I want to review when a service became unavailable over a 6-hour period, for example, without needing to filter the time range into smaller sections each time.
That v. windowPeriod is too fine/granular for this type of panel. Create custom interval variable - customize step count, e. g. 30 = Grafana will try to create aggregation window where only 30 values will be returned for selected time period. Select auto value (you may hide that variable then) and use it in the query instead of “magic” v.windowaperiod