Skip to content

Commit

Permalink
update round tip
Browse files Browse the repository at this point in the history
  • Loading branch information
r.khavronenko committed Dec 13, 2017
1 parent 7ca293a commit 6a75b97
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.6 (2017-12-13)

# Fixes
* allow rounding with `round` option both time filters: $from and $to


# 1.2.5 (2017-12-05)

# Fixes
Expand Down
4 changes: 3 additions & 1 deletion dist/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
ng-model-onblur
ng-change="ctrl.refresh()"/>
<info-popover mode="right-absolute">
Set rounding for `left` interval border.<br> For example, if set `1m` - left order will be rounded to beginning of minute.
Set rounding for `$from` and `$to` timestamps.<br>
For example, if set `1m` - both `$from` and `$to` will be rounded to beginning of minute.<br>
It will make all requests similar during one minute which is good for caching.
</info-popover>
</div>

Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"url": "https://github.com/Vertamedia/clickhouse-grafana"
}
],
"version": "1.2.5"
"version": "1.2.6"
}
}
4 changes: 3 additions & 1 deletion src/partials/query.editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@
ng-model-onblur
ng-change="ctrl.refresh()"/>
<info-popover mode="right-absolute">
Set rounding for `left` interval border.<br> For example, if set `1m` - left order will be rounded to beginning of minute.
Set rounding for `$from` and `$to` timestamps.<br>
For example, if set `1m` - both `$from` and `$to` will be rounded to beginning of minute.<br>
It will make all requests similar during one minute which is good for caching.
</info-popover>
</div>

Expand Down

0 comments on commit 6a75b97

Please sign in to comment.