Martin Rademacher
Martin Rademacher

Reputation: 21

Grafana does not show graphs for longer time periods

We are using Grafana to visualise some times measured with an other application. I get a data point every 5 min. I also get a nice graph if I only visualise the last 24 or 48h. for longer time ranges no graph is shown.

I researched a little and found that in the database there are data points each minute. which means I only get one value and 4 time NULL every 5 minutes. For a time range bigger 48h grafana starts to cumulate the values it ends up with only NULL values. Here are two pictures which show my problem:

Timerange 24h

Timerange 7 days

Are there some settings I can make to avoid this behaviour?

Thank you for your help

Upvotes: 2

Views: 643

Answers (1)

Carl Bergquist
Carl Bergquist

Reputation: 3942

Are you using graphite? If so, please make sure you configured xFilesFactor correctly.

Upvotes: 0

Related Questions