Commit f919d04e by bergquist

docs(tsdb): improve fill comment

parent 0bfb94dc
......@@ -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 += " "
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment