mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs(tsdb): improve fill comment
This commit is contained in:
parent
0bfb94dc6f
commit
f919d04e3c
@ -95,7 +95,7 @@ func renderGroupBy(query *Query, queryContext *tsdb.QueryContext) string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if i > 0 && group.Type != "fill" {
|
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 {
|
} else {
|
||||||
groupBy += " "
|
groupBy += " "
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user