Skip to content
Snippets Groups Projects
Commit cd8d7f3b authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

Update group by to use $__interval

parent 31f038fa
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"groupBy": [ "groupBy": [
{% if not percentile %} {% if not percentile %}
{ {
"params": ["5m"], "params": ["$__interval"],
"type": "time" "type": "time"
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment