Просмотр исходного кода

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 лет назад
Родитель
Сommit
48d9d0d356
1 измененных файлов с 4 добавлено и 0 удалено
  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",