mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
prom: enable min interval per panel
This commit makes it possible to set min interval per panel. Overrides the value configured on the datasource. ref #9705
This commit is contained in:
parent
3aa1cb012a
commit
48d9d0d356
@ -13,6 +13,10 @@
|
|||||||
"alerting": true,
|
"alerting": true,
|
||||||
"annotations": true,
|
"annotations": true,
|
||||||
|
|
||||||
|
"queryOptions": {
|
||||||
|
"minInterval": true
|
||||||
|
},
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Grafana Project",
|
"name": "Grafana Project",
|
||||||
|
Loading…
Reference in New Issue
Block a user