123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265 |
- {
- "id": null,
- "title": "Templated Graphs Nested",
- "tags": [
- "showcase",
- "templated"
- ],
- "style": "dark",
- "timezone": "browser",
- "editable": true,
- "hideControls": false,
- "rows": [
- {
- "title": "Row1",
- "height": "350px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 12,
- "editable": true,
- "type": "graph",
- "loadingEditor": false,
- "datasource": null,
- "renderer": "flot",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "short",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)",
- "leftMax": null,
- "rightMax": null,
- "leftMin": null,
- "rightMin": null
- },
- "annotate": {
- "enable": false
- },
- "resolution": 100,
- "lines": true,
- "fill": 1,
- "linewidth": 1,
- "dashes": false,
- "dashLength": 10,
- "spaceLength": 10,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": true,
- "legend": {
- "show": true,
- "values": false,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": false
- },
- "percentage": false,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(apps.$app.$server.counters.requests.count, 2)",
- "function": "mean",
- "column": "value"
- }
- ],
- "aliasColors": {
- "highres.test": "#1F78C1",
- "scale(highres.test,3)": "#6ED0E0",
- "mobile": "#6ED0E0",
- "tablet": "#EAB839"
- },
- "title": "Traffic [[period]]",
- "id": 1,
- "seriesOverrides": []
- }
- ],
- "notice": false
- },
- {
- "title": "Row1",
- "height": "350px",
- "editable": true,
- "collapse": false,
- "collapsable": true,
- "panels": [
- {
- "span": 12,
- "editable": true,
- "type": "graph",
- "loadingEditor": false,
- "datasource": null,
- "renderer": "flot",
- "x-axis": true,
- "y-axis": true,
- "scale": 1,
- "y_formats": [
- "short",
- "short"
- ],
- "grid": {
- "max": null,
- "min": 0,
- "threshold1": null,
- "threshold2": null,
- "threshold1Color": "rgba(216, 200, 27, 0.27)",
- "threshold2Color": "rgba(234, 112, 112, 0.22)",
- "leftMax": null,
- "rightMax": null,
- "leftMin": null,
- "rightMin": null
- },
- "annotate": {
- "enable": false
- },
- "resolution": 100,
- "lines": true,
- "fill": 1,
- "linewidth": 1,
- "points": false,
- "pointradius": 5,
- "bars": false,
- "stack": true,
- "legend": {
- "show": true,
- "values": false,
- "min": false,
- "max": false,
- "current": false,
- "total": false,
- "avg": false
- },
- "percentage": false,
- "zerofill": true,
- "nullPointMode": "connected",
- "steppedLine": false,
- "tooltip": {
- "value_type": "cumulative",
- "query_as_alias": true
- },
- "targets": [
- {
- "target": "aliasByNode(apps.$app.$server.counters.requests.count, 2)"
- }
- ],
- "aliasColors": {
- "highres.test": "#1F78C1",
- "scale(highres.test,3)": "#6ED0E0",
- "mobile": "#6ED0E0",
- "tablet": "#EAB839"
- },
- "title": "Second pannel",
- "id": 2,
- "seriesOverrides": []
- }
- ],
- "notice": false
- }
- ],
- "nav": [
- {
- "type": "timepicker",
- "collapse": false,
- "notice": false,
- "enable": true,
- "status": "Stable",
- "time_options": [
- "5m",
- "15m",
- "1h",
- "6h",
- "12h",
- "24h",
- "2d",
- "7d",
- "30d"
- ],
- "refresh_intervals": [
- "5s",
- "10s",
- "30s",
- "1m",
- "5m",
- "15m",
- "30m",
- "1h",
- "2h",
- "1d"
- ],
- "now": true
- }
- ],
- "time": {
- "from": "now-15m",
- "to": "now"
- },
- "templating": {
- "list": [
- {
- "type": "query",
- "name": "app",
- "query": "apps.*",
- "includeAll": true,
- "options": [],
- "current": {
- "text": "All",
- "value": "*"
- },
- "datasource": null,
- "allFormat": "wildcard",
- "refresh": true
- },
- {
- "type": "query",
- "name": "server",
- "query": "apps.$app.*",
- "includeAll": true,
- "options": [],
- "current": {
- "text": "All",
- "value": "*"
- },
- "datasource": null,
- "allFormat": "Glob",
- "refresh": false
- },
- {
- "type": "query",
- "datasource": null,
- "refresh": false,
- "name": "metric",
- "options": [],
- "includeAll": true,
- "allFormat": "glob",
- "query": "apps.$app.$server.*",
- "current": {
- "text": "counters",
- "value": "counters"
- }
- }
- ],
- "enable": true
- },
- "annotations": {
- "enable": false
- },
- "refresh": 0,
- "version": 6
- }
|