Alex
Alex

Reputation: 61

Drop in Last Data Point in Grafana Graph

I have my graphs in Grafana automatically updating every few seconds. The last data point on the right drops down temporaily as data comes in. The correct value is eventually shown, but it's low for a few updates. Is this normal? Can it be fixed?

Upvotes: 6

Views: 2913

Answers (2)

Nick
Nick

Reputation: 3374

Expanding/updating Anna's answer: There is now a dashboard-wide setting for "Now Delay" to avoid requesting recent data that might not show up yet. Note, you'll see this delay reflected in your time picker. dashboard settings showing now delay

Upvotes: 0

Anna Vergeles
Anna Vergeles

Reputation: 124

Probably, this will help. Actually, it depends on what type of datasource you use. Some of them, like Elasticsearch, have option "Trim edges". grafana_incomplete_metrics

Upvotes: 3

Related Questions