Browse Source

Updated a few plugin json files with dataFormats

Torkel Ödegaard 6 years ago
parent
commit
5708660893

+ 2 - 0
public/app/plugins/panel/gauge/plugin.json

@@ -3,6 +3,8 @@
   "name": "Gauge",
   "name": "Gauge",
   "id": "gauge",
   "id": "gauge",
 
 
+  "dataFormats": ["time_series"],
+
   "info": {
   "info": {
     "author": {
     "author": {
       "name": "Grafana Project",
       "name": "Grafana Project",

+ 3 - 2
public/app/plugins/panel/graph/plugin.json

@@ -3,12 +3,14 @@
   "name": "Graph",
   "name": "Graph",
   "id": "graph",
   "id": "graph",
 
 
+  "dataFormats": ["time_series", "table"],
+
   "info": {
   "info": {
     "description": "Graph Panel for Grafana",
     "description": "Graph Panel for Grafana",
     "author": {
     "author": {
       "name": "Grafana Project",
       "name": "Grafana Project",
       "url": "https://grafana.com"
       "url": "https://grafana.com"
-},
+    },
     "logos": {
     "logos": {
       "small": "img/icn-graph-panel.svg",
       "small": "img/icn-graph-panel.svg",
       "large": "img/icn-graph-panel.svg"
       "large": "img/icn-graph-panel.svg"
@@ -16,4 +18,3 @@
     "version": "5.0.0"
     "version": "5.0.0"
   }
   }
 }
 }
-

+ 2 - 0
public/app/plugins/panel/heatmap/plugin.json

@@ -3,6 +3,8 @@
   "name": "Heatmap",
   "name": "Heatmap",
   "id": "heatmap",
   "id": "heatmap",
 
 
+  "dataFormats": ["time_series"],
+
   "info": {
   "info": {
     "description": "Heatmap Panel for Grafana",
     "description": "Heatmap Panel for Grafana",
     "author": {
     "author": {

+ 3 - 2
public/app/plugins/panel/singlestat/plugin.json

@@ -3,12 +3,14 @@
   "name": "Singlestat",
   "name": "Singlestat",
   "id": "singlestat",
   "id": "singlestat",
 
 
+  "dataFormats": ["time_series", "table"],
+
   "info": {
   "info": {
     "description": "Singlestat Panel for Grafana",
     "description": "Singlestat Panel for Grafana",
     "author": {
     "author": {
       "name": "Grafana Project",
       "name": "Grafana Project",
       "url": "https://grafana.com"
       "url": "https://grafana.com"
-},
+    },
     "logos": {
     "logos": {
       "small": "img/icn-singlestat-panel.svg",
       "small": "img/icn-singlestat-panel.svg",
       "large": "img/icn-singlestat-panel.svg"
       "large": "img/icn-singlestat-panel.svg"
@@ -16,4 +18,3 @@
     "version": "5.0.0"
     "version": "5.0.0"
   }
   }
 }
 }
-

+ 3 - 2
public/app/plugins/panel/table/plugin.json

@@ -3,12 +3,14 @@
   "name": "Table",
   "name": "Table",
   "id": "table",
   "id": "table",
 
 
+  "dataFormats": ["table", "time_series"],
+
   "info": {
   "info": {
     "description": "Table Panel for Grafana",
     "description": "Table Panel for Grafana",
     "author": {
     "author": {
       "name": "Grafana Project",
       "name": "Grafana Project",
       "url": "https://grafana.com"
       "url": "https://grafana.com"
-},
+    },
     "logos": {
     "logos": {
       "small": "img/icn-table-panel.svg",
       "small": "img/icn-table-panel.svg",
       "large": "img/icn-table-panel.svg"
       "large": "img/icn-table-panel.svg"
@@ -16,4 +18,3 @@
     "version": "5.0.0"
     "version": "5.0.0"
   }
   }
 }
 }
-