From f919d04e3cc389eb8f3bc1bc2f8220c69406d659 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 10 Oct 2016 09:52:53 +0200 Subject: [PATCH] docs(tsdb): improve fill comment --- pkg/tsdb/influxdb/query_builder.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tsdb/influxdb/query_builder.go b/pkg/tsdb/influxdb/query_builder.go index 5c82a41e78a..cb1be332f1c 100644 --- a/pkg/tsdb/influxdb/query_builder.go +++ b/pkg/tsdb/influxdb/query_builder.go @@ -95,7 +95,7 @@ func renderGroupBy(query *Query, queryContext *tsdb.QueryContext) string { } if i > 0 && group.Type != "fill" { - groupBy += ", " //fill is special. fill is a creep + groupBy += ", " //fill is so very special. fill is a creep, fill is a weirdo } else { groupBy += " " }