Browse Source

docs(tsdb): improve fill comment

bergquist 9 năm trước cách đây
mục cha
commit
f919d04e3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pkg/tsdb/influxdb/query_builder.go

+ 1 - 1
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 += " "
 		}