Browse Source

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
bergquist 8 years ago
parent
commit
48d9d0d356
1 changed files with 4 additions and 0 deletions
  1. 4 0
      public/app/plugins/datasource/prometheus/plugin.json

+ 4 - 0
public/app/plugins/datasource/prometheus/plugin.json

@@ -13,6 +13,10 @@
   "alerting": true,
   "annotations": true,
 
+  "queryOptions": {
+    "minInterval": true
+  },
+
   "info": {
     "author": {
       "name": "Grafana Project",