pull/10138/head
Sven Klemm 8 years ago
parent c1282e8ea8
commit 6cdd901ec6
  1. 2
      pkg/tsdb/postgres/postgres.go

@ -204,7 +204,7 @@ func (e PostgresQueryEndpoint) transformToTimeSeries(query *tsdb.Query, rows *co
fillValue := null.Float{}
if fillMissing {
fillInterval = query.Model.Get("fillInterval").MustFloat64() * 1000
if query.Model.Get("fillNULL").MustBool(false) == false {
if query.Model.Get("fillNull").MustBool(false) == false {
fillValue.Float64 = query.Model.Get("fillValue").MustFloat64()
fillValue.Valid = true
}

Loading…
Cancel
Save