diff --git a/.prettierignore b/.prettierignore index 8fd0b837b78..e5b7bd9ca75 100644 --- a/.prettierignore +++ b/.prettierignore @@ -5,7 +5,6 @@ build compiled data deployment_tools_config.json -devenv dist e2e/tmp node_modules @@ -40,3 +39,7 @@ public/mockServiceWorker.js /.nx/cache /.nx/workspace-data + +# Playwright results +test-results +playwright-report \ No newline at end of file diff --git a/devenv/README.md b/devenv/README.md index cc37e031d0a..72c218037b9 100644 --- a/devenv/README.md +++ b/devenv/README.md @@ -14,53 +14,57 @@ Grafana uses [Docker](https://docker.com) to make the task of setting up databas ## Developer dashboards and data sources To setup developer dashboards and data sources + ```bash ./setup.sh ``` To remove the setup developer dashboards and data sources + ```bash ./setup.sh undev ``` After restarting the Grafana server, there should be a number of data sources named `gdev-` provisioned as well as -a dashboard folder named `gdev dashboards`. This folder contains dashboard and panel features tests dashboards. +a dashboard folder named `gdev dashboards`. This folder contains dashboard and panel features tests dashboards. Please update these dashboards or make new ones as new panels and dashboards features are developed or new bugs are -found. The dashboards are located in the `devenv/dev-dashboards` folder. +found. The dashboards are located in the `devenv/dev-dashboards` folder. ## docker-compose with databases This command creates a docker-compose file with specified databases configured and ready to run. Each database has a prepared image with some fake data ready to use. For available databases, see `docker/blocks` directory. Notice that -for some databases there are multiple images with different versions. Some blocks such as `slow_proxy_mac` or `apache_proxy_mac` are specifically for Macs. +for some databases there are multiple images with different versions. Some blocks such as `slow_proxy_mac` or `apache_proxy_mac` are specifically for Macs. ```bash make devenv sources=influxdb,prometheus,elastic5 ``` -Some of the blocks support dynamic change of the image version used in the Docker file. The signature looks like this: +Some of the blocks support dynamic change of the image version used in the Docker file. The signature looks like this: ```bash make devenv sources=postgres,auth/openldap,grafana postgres_version=9.2 grafana_version=6.7.0-beta1 ``` - ### Notes per block #### Grafana + The grafana block is pre-configured with the dev-datasources and dashboards. #### Tempo + The tempo block runs loki and prometheus as well and should not be ran with prometheus as a separate source. You need to install a docker plugin for the self logging to work, without it the container won't start. See https://grafana.com/docs/loki/latest/clients/docker-driver/#installing for installation instructions. #### Jaeger + Jaeger block runs both Jaeger and Loki container. Loki container sends traces to Jaeger and also logs its own logs into itself so it is possible to setup derived field for traceID from Loki to Jaeger. You need to install a docker plugin for the self logging to work, without it the container won't start. See https://grafana.com/docs/loki/latest/clients/docker-driver/#installing for installation instructions. #### Graphite | version | source name | graphite-web port | plaintext port | pickle port | -|---------|-------------|-------------------|----------------|-------------| +| ------- | ----------- | ----------------- | -------------- | ----------- | | 1.1 | graphite | 8180 | 2103 | 2103 | | 1.0 | graphite1 | 8280 | 2203 | 2203 | | 0.9 | graphite09 | 8380 | 2303 | 2303 | @@ -81,7 +85,8 @@ host = "localhost:1025" You can access the web UI at http://localhost:12080/#/ ## Debugging setup in VS Code -An example of launch.json is provided in `.vscode/launch.json`. It basically does what Makefile and .bra.toml do. The 'program' field is set to the folder name so VS Code loads all *.go files in it instead of just main.go. + +An example of launch.json is provided in `.vscode/launch.json`. It basically does what Makefile and .bra.toml do. The 'program' field is set to the folder name so VS Code loads all \*.go files in it instead of just main.go. ## Troubleshooting diff --git a/devenv/datasources.yaml b/devenv/datasources.yaml index 8eaad77a2fb..346cd22e02d 100644 --- a/devenv/datasources.yaml +++ b/devenv/datasources.yaml @@ -27,21 +27,21 @@ datasources: access: proxy url: http://localhost:8180 jsonData: - graphiteVersion: "1.1" + graphiteVersion: '1.1' - name: gdev-graphite-1.0 type: graphite access: proxy url: http://localhost:8280 jsonData: - graphiteVersion: "1.0" + graphiteVersion: '1.0' - name: gdev-graphite-0.9 type: graphite access: proxy url: http://localhost:8380 jsonData: - graphiteVersion: "0.9" + graphiteVersion: '0.9' - name: gdev-alertmanager type: alertmanager @@ -64,8 +64,8 @@ datasources: prometheusType: Prometheus #Cortex | Mimir | Prometheus | Thanos prometheusVersion: 2.40.0 exemplarTraceIdDestinations: - - name: traceID - datasourceUid: gdev-tempo + - name: traceID + datasourceUid: gdev-tempo secureJsonData: basicAuthPassword: admin #https://grafana.com/docs/grafana/latest/administration/provisioning/#using-environment-variables @@ -84,6 +84,7 @@ datasources: basicAuthPassword: admin #https://grafana.com/docs/grafana/latest/administration/provisioning/#using-environment-variables - name: gdev-testdata + uid: PD8C576611E62080A isDefault: true type: testdata @@ -116,9 +117,9 @@ datasources: url: http://localhost:8086 jsonData: dbName: mybucket - httpHeaderName1: "Authorization" + httpHeaderName1: 'Authorization' secureJsonData: - httpHeaderValue1: "Token mytoken" + httpHeaderValue1: 'Token mytoken' - name: gdev-opentsdb type: opentsdb @@ -150,9 +151,9 @@ datasources: access: proxy url: http://localhost:9200 jsonData: - index: "[logs-]YYYY.MM.DD" + index: '[logs-]YYYY.MM.DD' interval: Daily - timeField: "@timestamp" + timeField: '@timestamp' logLevelField: level logMessageField: line @@ -161,10 +162,10 @@ datasources: access: proxy url: http://localhost:9200 jsonData: - index: "[filebeat-]YYYY.MM.DD" + index: '[filebeat-]YYYY.MM.DD' interval: Daily - timeField: "@timestamp" - timeInterval: "10s" + timeField: '@timestamp' + timeInterval: '10s' logMessageField: message logLevelField: fields.level @@ -173,10 +174,10 @@ datasources: access: proxy url: http://localhost:9200 jsonData: - index: "[metricbeat-]YYYY.MM.DD" + index: '[metricbeat-]YYYY.MM.DD' interval: Daily - timeField: "@timestamp" - timeInterval: "10s" + timeField: '@timestamp' + timeInterval: '10s' - name: gdev-mysql type: mysql @@ -211,7 +212,7 @@ datasources: user: grafana jsonData: database: grafana - encrypt: "true" + encrypt: 'true' tlsSkipVerify: true secureJsonData: password: Password! @@ -232,7 +233,7 @@ datasources: secureJsonData: password: password jsonData: - sslmode: "disable" + sslmode: 'disable' database: grafana - name: gdev-postgres-ds-tests @@ -242,7 +243,7 @@ datasources: secureJsonData: password: grafanatest jsonData: - sslmode: "disable" + sslmode: 'disable' database: grafanadstest - name: gdev-cloudwatch @@ -252,7 +253,7 @@ datasources: jsonData: authType: credentials defaultRegion: eu-west-2 - customMetricsNamespaces: "CWAgent" + customMetricsNamespaces: 'CWAgent' - name: gdev-loki uid: gdev-loki @@ -262,36 +263,36 @@ datasources: editable: false correlations: - targetUID: gdev-jaeger - label: "Jaeger traces" - description: "Related traces stored in Jaeger" + label: 'Jaeger traces' + description: 'Related traces stored in Jaeger' - targetUID: gdev-zipkin - label: "Zipkin traces" - description: "Related traces stored in Zipkin" + label: 'Zipkin traces' + description: 'Related traces stored in Zipkin' - targetUID: gdev-tempo - label: "Tempo traces" - description: "Related traces stored in Tempo" + label: 'Tempo traces' + description: 'Related traces stored in Tempo' - targetUID: gdev-prometheus - label: "Logs to metrics" - description: "Related metrics stored in Prometheus" + label: 'Logs to metrics' + description: 'Related metrics stored in Prometheus' config: type: query target: - expr: "{ job=\"test\" }" - field: "traceID" + expr: '{ job="test" }' + field: 'traceID' jsonData: manageAlerts: false derivedFields: - - name: "traceID" + - name: 'traceID' matcherRegex: "traceID=(\\w+)" - url: "$${__value.raw}" + url: '$${__value.raw}' datasourceUid: gdev-jaeger - - name: "traceID" + - name: 'traceID' matcherRegex: "traceID=(\\w+)" - url: "$${__value.raw}" + url: '$${__value.raw}' datasourceUid: gdev-zipkin - - name: "traceID" + - name: 'traceID' matcherRegex: "traceID=(\\w+)" - url: "$${__value.raw}" + url: '$${__value.raw}' datasourceUid: gdev-tempo - name: gdev-jaeger @@ -316,23 +317,23 @@ datasources: editable: false correlations: - targetUID: gdev-loki - label: "Logs (correlation)" - description: "Correlation to logs stored in Loki" + label: 'Logs (correlation)' + description: 'Correlation to logs stored in Loki' config: type: query target: - expr: "{ job=\"job\" }" - field: "traceID" + expr: '{ job="job" }' + field: 'traceID' jsonData: tracesToLogsV2: - datasourceUid: gdev-loki - spanStartTimeShift: '5m' - spanEndTimeShift: '-5m' - customQuery: true - query: '{filename="/var/log/grafana/grafana.log"} |="$${__span.traceId}"' + datasourceUid: gdev-loki + spanStartTimeShift: '5m' + spanEndTimeShift: '-5m' + customQuery: true + query: '{filename="/var/log/grafana/grafana.log"} |="$${__span.traceId}"' tracesToProfiles: datasourceUid: gdev-pyroscope - profileTypeId: "process_cpu:cpu:nanoseconds:cpu:nanoseconds" + profileTypeId: 'process_cpu:cpu:nanoseconds:cpu:nanoseconds' tracesToMetrics: datasourceUid: gdev-prometheus spanStartTimeShift: '1h' @@ -352,7 +353,6 @@ datasources: url: http://localhost:4040 editable: false - - name: gdev-e2etestdatasource type: grafana-e2etest-datasource uid: gdev-e2etest-datasource diff --git a/devenv/dev-dashboards-without-uid/panel_tests_graph_time_regions.json b/devenv/dev-dashboards-without-uid/panel_tests_graph_time_regions.json index 98d49958aaf..9f2fce99582 100644 --- a/devenv/dev-dashboards-without-uid/panel_tests_graph_time_regions.json +++ b/devenv/dev-dashboards-without-uid/panel_tests_graph_time_regions.json @@ -467,10 +467,7 @@ ], "refresh": false, "schemaVersion": 16, - "tags": [ - "gdev", - "panel-tests" - ], + "tags": ["gdev", "panel-tests"], "templating": { "list": [] }, @@ -479,20 +476,9 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "browser", "title": "Panel Tests - Graph (Time Regions)", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards-without-uid/panel_tests_polystat.json b/devenv/dev-dashboards-without-uid/panel_tests_polystat.json index 25b1f7154e5..d70f9ee68cc 100644 --- a/devenv/dev-dashboards-without-uid/panel_tests_polystat.json +++ b/devenv/dev-dashboards-without-uid/panel_tests_polystat.json @@ -43,48 +43,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", @@ -1201,48 +1161,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", @@ -2324,48 +2244,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", diff --git a/devenv/dev-dashboards/all-panels.json b/devenv/dev-dashboards/all-panels.json index c6d93b191fc..873691e4c8d 100644 --- a/devenv/dev-dashboards/all-panels.json +++ b/devenv/dev-dashboards/all-panels.json @@ -1,981 +1,967 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "graphTooltip": 0, - "iteration": 1629464729438, - "links": [ - { - "asDropdown": true, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [ - "gdev", - "panel-tests" - ], - "targetBlank": false, - "title": "Dropdown link", - "tooltip": "", - "type": "dashboards", - "url": "" - }, - { - "asDropdown": false, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [], - "targetBlank": false, - "title": "External link", - "tooltip": "localhost", - "type": "link", - "url": "localhost:3000" + }, + "type": "dashboard" } - ], - "panels": [ - { - "gridPos": { - "h": 3, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 34, - "options": { - "content": "# All panels\n\nThis dashboard was created to quickly check accessiblity issues on a lot of panels at the same time ", - "mode": "markdown" - }, - "pluginVersion": "8.1.0-pre", - "transparent": true, - "type": "text" + ] + }, + "editable": true, + "graphTooltip": 0, + "iteration": 1629464729438, + "links": [ + { + "asDropdown": true, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": ["gdev", "panel-tests"], + "targetBlank": false, + "title": "Dropdown link", + "tooltip": "", + "type": "dashboards", + "url": "" + }, + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": [], + "targetBlank": false, + "title": "External link", + "tooltip": "localhost", + "type": "link", + "url": "localhost:3000" + } + ], + "panels": [ + { + "gridPos": { + "h": 3, + "w": 12, + "x": 0, + "y": 0 }, - { - "gridPos": { - "h": 3, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 35, - "options": { - "content": "# Another text panel\n\nBecause why not", - "mode": "markdown" - }, - "pluginVersion": "8.1.0-pre", - "transparent": true, - "type": "text" + "id": 34, + "options": { + "content": "# All panels\n\nThis dashboard was created to quickly check accessiblity issues on a lot of panels at the same time ", + "mode": "markdown" }, - { - "collapsed": false, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 3 - }, - "id": 32, - "panels": [], - "title": "Row title", - "type": "row" + "pluginVersion": "8.1.0-pre", + "transparent": true, + "type": "text" + }, + { + "gridPos": { + "h": 3, + "w": 12, + "x": 12, + "y": 0 }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "fillOpacity": 70, - "lineWidth": 1 - }, - "mappings": [ - { - "options": { - "CRITICAL": { - "color": "red", - "index": 3 - }, - "HIGH": { - "color": "orange", - "index": 2 - }, - "LOW": { - "color": "blue", - "index": 0 - }, - "NORMAL": { - "color": "green", - "index": 1 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 24, - "x": 0, - "y": 4 - }, - "id": 41, - "options": { - "alignValue": "left", - "legend": { - "displayMode": "list", - "placement": "bottom" - }, - "mergeValues": true, - "rowHeight": 0.99, - "showValue": "auto", - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "LOW,HIGH,NORMAL,NORMAL,NORMAL,LOW,LOW,NORMAL,HIGH,CRITICAL" - }, - { - "refId": "B", - "scenarioId": "csv_metric_values", - "stringInput": "NORMAL,LOW,LOW,CRITICAL,CRITICAL,LOW,LOW,NORMAL,HIGH,CRITICAL" - }, - { - "refId": "C", - "scenarioId": "csv_metric_values", - "stringInput": "NORMAL,NORMAL,NORMAL,NORMAL,CRITICAL,LOW,NORMAL,NORMAL,NORMAL,LOW" - } - ], - "title": "State timeline", - "type": "state-timeline" + "id": 35, + "options": { + "content": "# Another text panel\n\nBecause why not", + "mode": "markdown" }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "continuous-GrYlRd" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } + "pluginVersion": "8.1.0-pre", + "transparent": true, + "type": "text" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 3 + }, + "id": 32, + "panels": [], + "title": "Row title", + "type": "row" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "overrides": [] - }, - "gridPos": { - "h": 11, - "w": 9, - "x": 0, - "y": 0 - }, - "id": 62, - "options": { - "basemap": { - "config": {}, - "type": "default" + "custom": { + "fillOpacity": 70, + "lineWidth": 1 }, - "controls": { - "mouseWheelZoom": true, - "showAttribution": true, - "showDebug": false, - "showScale": false, - "showZoom": true - }, - "layers": [ + "mappings": [ { - "config": { - "color": { - "field": "Price", - "fixed": "dark-green" + "options": { + "CRITICAL": { + "color": "red", + "index": 3 }, - "fillOpacity": 0.4, - "shape": "circle", - "showLegend": true, - "size": { - "field": "Count", - "fixed": 5, - "max": 15, - "min": 2 + "HIGH": { + "color": "orange", + "index": 2 + }, + "LOW": { + "color": "blue", + "index": 0 + }, + "NORMAL": { + "color": "green", + "index": 1 } }, - "location": { - "gazetteer": "public/gazetteer/usa-states.json", - "lookup": "State", - "mode": "auto" - }, - "type": "markers" + "type": "value" } ], - "view": { - "id": "coords", - "lat": 38.297683, - "lon": -99.228359, - "shared": true, - "zoom": 3.98 - } - }, - "targets": [ - { - "csvFileName": "flight_info_by_state.csv", - "refId": "A", - "scenarioId": "csv_file" - } - ], - "title": "Size, color mapped to different fields + share view", - "type": "geomap" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "fillOpacity": 80, - "gradientMode": "hue", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 1 - }, - "links": [ + "thresholds": { + "mode": "absolute", + "steps": [ { - "title": "Data link", - "url": "/" + "color": "green" + }, + { + "color": "red", + "value": 80 } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 13 - }, - "id": 4, - "options": { - "bucketOffset": 0, - "combine": false, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" + ] } }, - "title": "Histogram", - "type": "histogram" + "overrides": [] }, - { - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 21 - }, - "id": 28, - "options": { - "dedupStrategy": "none", - "enableLogDetails": true, - "prettifyLogMessage": false, - "showCommonLabels": false, - "showLabels": false, - "showTime": false, - "sortOrder": "Descending", - "wrapLogMessage": false - }, - "targets": [ - { - "refId": "A", - "scenarioId": "logs" - } - ], - "title": "Logs", - "type": "logs" + "gridPos": { + "h": 9, + "w": 24, + "x": 0, + "y": 4 }, - { - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 21 - }, - "id": 8, - "options": { - "maxItems": 10, - "query": "", - "showHeadings": true, - "showRecentlyViewed": true, - "showSearch": true, - "showStarred": true, - "tags": [] - }, - "pluginVersion": "8.1.0-pre", - "title": "Dashboard list", - "type": "dashlist" - }, - { - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 29 - }, - "id": 6, - "options": { - "alertName": "", - "dashboardAlerts": false, - "maxItems": 20, - "showInstances": false, - "sortOrder": 1, - "stateFilter": { - "firing": true, - "inactive": false, - "pending": true - } - }, - "title": "Alert list", - "type": "alertlist" - }, - { - "cards": { - }, - "color": { - "cardColor": "#b4ff00", - "colorScale": "sqrt", - "colorScheme": "interpolateOranges", - "exponent": 0.5, - "mode": "spectrum" - }, - "dataFormat": "timeseries", - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 37 - }, - "heatmap": {}, - "hideZeroBuckets": false, - "highlightCards": true, - "id": 26, + "id": 41, + "options": { + "alignValue": "left", "legend": { - "show": false + "displayMode": "list", + "placement": "bottom" }, - "reverseYBuckets": false, - "targets": [ - { - "refId": "A", - "scenarioId": "exponential_heatmap_bucket_data" - } - ], - "title": "Heatmap", + "mergeValues": true, + "rowHeight": 0.99, + "showValue": "auto", "tooltip": { - "show": true, - "showHistogram": false - }, - "type": "heatmap", - "xAxis": { - "show": true - }, - "yAxis": { - "format": "short", - "logBase": 1, - "show": true - }, - "yBucketBound": "auto" + "mode": "single", + "sort": "none" + } }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 37 - }, - "id": 20, - "options": { - "displayMode": "gradient", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true, - "text": {} - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 10 - } - ], - "title": "Bar gauge", - "type": "bargauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "mappings": [] - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 45 - }, - "id": 24, - "options": { - "legend": { - "displayMode": "list", - "placement": "bottom" - }, - "pieType": "pie", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 6 - } - ], - "title": "Pie chart", - "type": "piechart" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 45 - }, - "id": 18, - "options": { - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "orientation": "auto", - "showValue": "auto", - "showThresholdLabels": false, - "showThresholdMarkers": true, - "text": {} - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 3 - } - ], - "title": "Gauge", - "type": "gauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 53 - }, - "id": 22, - "options": { - "showHeader": true - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "refId": "A", - "scenarioId": "table_static" - } - ], - "title": "Tabel", - "type": "table" - }, - { - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 53 - }, - "id": 10, - "options": { - "limit": 10, - "navigateAfter": "10m", - "navigateBefore": "10m", - "onlyFromThisDashboard": false, - "onlyInTimeRange": false, - "showTags": true, - "showTime": true, - "showUser": true - }, - "title": "Annotation list", - "type": "annolist" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 61 - }, - "id": 16, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.1.0-pre", - "title": "Stat", - "type": "stat" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 12, - "y": 61 - }, - "id": 2, - "links": [], - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 4, - "spread": 120 - } - ], - "title": "Graph NG", - "type": "timeseries" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisLabel": "", - "axisPlacement": "auto", - "axisSoftMin": 0, - "fillOpacity": 80, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 1 - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 69 - }, - "id": 14, - "options": { - "barWidth": 0.97, - "groupWidth": 0.7, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom" - }, - "orientation": "auto", - "showValue": "auto", - "stacking": "none", - "text": {}, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "csvContent": "Series, Value\nBar 2, 20\nBar 3, 25\nBar 3, 55.4", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Bar chart", - "type": "barchart" - }, - { - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 77 - }, - "id": 12, - "options": { - "showImage": true - }, - "title": "News panel", - "type": "news" - } - ], - "refresh": "", - "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "all-panels" - ], - "templating": { - "list": [ + "targets": [ { - "current": {}, - "datasource": "gdev-testdata", - "definition": "*", - "hide": 0, - "includeAll": true, - "multi": true, - "name": "query0", - "options": [], - "query": { - "query": "*", - "refId": "StandardVariableQuery" - }, - "refresh": 1, - "regex": "", - "skipUrlSync": false, - "sort": 0, - "type": "query" + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "LOW,HIGH,NORMAL,NORMAL,NORMAL,LOW,LOW,NORMAL,HIGH,CRITICAL" }, { - "current": { + "refId": "B", + "scenarioId": "csv_metric_values", + "stringInput": "NORMAL,LOW,LOW,CRITICAL,CRITICAL,LOW,LOW,NORMAL,HIGH,CRITICAL" + }, + { + "refId": "C", + "scenarioId": "csv_metric_values", + "stringInput": "NORMAL,NORMAL,NORMAL,NORMAL,CRITICAL,LOW,NORMAL,NORMAL,NORMAL,LOW" + } + ], + "title": "State timeline", + "type": "state-timeline" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-GrYlRd" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 11, + "w": 9, + "x": 0, + "y": 0 + }, + "id": 62, + "options": { + "basemap": { + "config": {}, + "type": "default" + }, + "controls": { + "mouseWheelZoom": true, + "showAttribution": true, + "showDebug": false, + "showScale": false, + "showZoom": true + }, + "layers": [ + { + "config": { + "color": { + "field": "Price", + "fixed": "dark-green" + }, + "fillOpacity": 0.4, + "shape": "circle", + "showLegend": true, + "size": { + "field": "Count", + "fixed": 5, + "max": 15, + "min": 2 + } + }, + "location": { + "gazetteer": "public/gazetteer/usa-states.json", + "lookup": "State", + "mode": "auto" + }, + "type": "markers" + } + ], + "view": { + "id": "coords", + "lat": 38.297683, + "lon": -99.228359, + "shared": true, + "zoom": 3.98 + } + }, + "targets": [ + { + "csvFileName": "flight_info_by_state.csv", + "refId": "A", + "scenarioId": "csv_file" + } + ], + "title": "Size, color mapped to different fields + share view", + "type": "geomap" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "fillOpacity": 80, + "gradientMode": "hue", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineWidth": 1 + }, + "links": [ + { + "title": "Data link", + "url": "/" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 13 + }, + "id": 4, + "options": { + "bucketOffset": 0, + "combine": false, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + } + }, + "title": "Histogram", + "type": "histogram" + }, + { + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 21 + }, + "id": 28, + "options": { + "dedupStrategy": "none", + "enableLogDetails": true, + "prettifyLogMessage": false, + "showCommonLabels": false, + "showLabels": false, + "showTime": false, + "sortOrder": "Descending", + "wrapLogMessage": false + }, + "targets": [ + { + "refId": "A", + "scenarioId": "logs" + } + ], + "title": "Logs", + "type": "logs" + }, + { + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 21 + }, + "id": 8, + "options": { + "maxItems": 10, + "query": "", + "showHeadings": true, + "showRecentlyViewed": true, + "showSearch": true, + "showStarred": true, + "tags": [] + }, + "pluginVersion": "8.1.0-pre", + "title": "Dashboard list", + "type": "dashlist" + }, + { + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 29 + }, + "id": 6, + "options": { + "alertName": "", + "dashboardAlerts": false, + "maxItems": 20, + "showInstances": false, + "sortOrder": 1, + "stateFilter": { + "firing": true, + "inactive": false, + "pending": true + } + }, + "title": "Alert list", + "type": "alertlist" + }, + { + "cards": {}, + "color": { + "cardColor": "#b4ff00", + "colorScale": "sqrt", + "colorScheme": "interpolateOranges", + "exponent": 0.5, + "mode": "spectrum" + }, + "dataFormat": "timeseries", + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 37 + }, + "heatmap": {}, + "hideZeroBuckets": false, + "highlightCards": true, + "id": 26, + "legend": { + "show": false + }, + "reverseYBuckets": false, + "targets": [ + { + "refId": "A", + "scenarioId": "exponential_heatmap_bucket_data" + } + ], + "title": "Heatmap", + "tooltip": { + "show": true, + "showHistogram": false + }, + "type": "heatmap", + "xAxis": { + "show": true + }, + "yAxis": { + "format": "short", + "logBase": 1, + "show": true + }, + "yBucketBound": "auto" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 37 + }, + "id": 20, + "options": { + "displayMode": "gradient", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true, + "text": {} + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 10 + } + ], + "title": "Bar gauge", + "type": "bargauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [] + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 45 + }, + "id": 24, + "options": { + "legend": { + "displayMode": "list", + "placement": "bottom" + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 6 + } + ], + "title": "Pie chart", + "type": "piechart" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 45 + }, + "id": 18, + "options": { + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "orientation": "auto", + "showValue": "auto", + "showThresholdLabels": false, + "showThresholdMarkers": true, + "text": {} + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 3 + } + ], + "title": "Gauge", + "type": "gauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 53 + }, + "id": 22, + "options": { + "showHeader": true + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "refId": "A", + "scenarioId": "table_static" + } + ], + "title": "Tabel", + "type": "table" + }, + { + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 53 + }, + "id": 10, + "options": { + "limit": 10, + "navigateAfter": "10m", + "navigateBefore": "10m", + "onlyFromThisDashboard": false, + "onlyInTimeRange": false, + "showTags": true, + "showTime": true, + "showUser": true + }, + "title": "Annotation list", + "type": "annolist" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 61 + }, + "id": 16, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.0-pre", + "title": "Stat", + "type": "stat" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 61 + }, + "id": 2, + "links": [], + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 4, + "spread": 120 + } + ], + "title": "Graph NG", + "type": "timeseries" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "fillOpacity": 80, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineWidth": 1 + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 69 + }, + "id": 14, + "options": { + "barWidth": 0.97, + "groupWidth": 0.7, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom" + }, + "orientation": "auto", + "showValue": "auto", + "stacking": "none", + "text": {}, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "csvContent": "Series, Value\nBar 2, 20\nBar 3, 25\nBar 3, 55.4", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Bar chart", + "type": "barchart" + }, + { + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 77 + }, + "id": 12, + "options": { + "showImage": true + }, + "title": "News panel", + "type": "news" + } + ], + "refresh": "", + "schemaVersion": 36, + "tags": ["gdev", "panel-tests", "all-panels"], + "templating": { + "list": [ + { + "current": {}, + "datasource": { + "type": "grafana-testdata-datasource" + }, + "definition": "*", + "hide": 0, + "includeAll": true, + "multi": true, + "name": "query0", + "options": [], + "query": { + "query": "*", + "refId": "StandardVariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "current": { + "selected": true, + "text": "7", + "value": "7" + }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "query1", + "options": [ + { + "selected": false, + "text": "1", + "value": "1" + }, + { + "selected": false, + "text": "5", + "value": "5" + }, + { + "selected": false, + "text": "6", + "value": "6" + }, + { "selected": true, "text": "7", "value": "7" - }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "query1", - "options": [ - { - "selected": false, - "text": "1", - "value": "1" - }, - { - "selected": false, - "text": "5", - "value": "5" - }, - { - "selected": false, - "text": "6", - "value": "6" - }, - { - "selected": true, - "text": "7", - "value": "7" - } - ], - "query": "1,5,6,7", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" + } + ], + "query": "1,5,6,7", + "queryValue": "", + "skipUrlSync": false, + "type": "custom" + }, + { + "current": { + "selected": false, + "text": "", + "value": "" }, - { - "current": { - "selected": false, + "description": "This is some descriptive text", + "hide": 0, + "label": "Plain text", + "name": "text", + "options": [ + { + "selected": true, "text": "", "value": "" - }, - "description": "This is some descriptive text", - "hide": 0, - "label": "Plain text", - "name": "text", - "options": [ - { - "selected": true, - "text": "", - "value": "" - } - ], - "query": "", - "skipUrlSync": false, - "type": "textbox" - } - ] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Panel tests - All panels", - "uid": "n1jR8vnnz", - "version": 24 - } + } + ], + "query": "", + "skipUrlSync": false, + "type": "textbox" + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Panel tests - All panels", + "uid": "n1jR8vnnz", + "version": 24 +} diff --git a/devenv/dev-dashboards/annotations/annotation-filtering.json b/devenv/dev-dashboards/annotations/annotation-filtering.json index a827d960d76..0a07c80ff0a 100644 --- a/devenv/dev-dashboards/annotations/annotation-filtering.json +++ b/devenv/dev-dashboards/annotations/annotation-filtering.json @@ -32,15 +32,12 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "enable": true, "filter": { "exclude": false, - "ids": [ - 1 - ] + "ids": [1] }, "iconColor": "red", "name": "Red, only panel 1", @@ -52,15 +49,12 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "enable": true, "filter": { "exclude": true, - "ids": [ - 1 - ] + "ids": [1] }, "iconColor": "yellow", "name": "Yellow - all except 1", @@ -72,16 +66,12 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "enable": true, "filter": { "exclude": false, - "ids": [ - 3, - 4 - ] + "ids": [3, 4] }, "iconColor": "dark-purple", "name": "Purple only panel 3+4", @@ -101,7 +91,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -176,7 +168,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -251,7 +245,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -326,7 +322,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { diff --git a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_complex.json b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_complex.json index 523a5b9db03..56187286696 100644 --- a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_complex.json +++ b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_complex.json @@ -596,13 +596,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ] + "percents": ["25", "50", "75", "95", "99"] }, "type": "percentiles" } @@ -4565,13 +4559,7 @@ "field": "float", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ], + "percents": ["25", "50", "75", "95", "99"], "script": "_value * 2" }, "type": "percentiles" @@ -4695,9 +4683,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "99" - ] + "percents": ["99"] }, "type": "percentiles" } @@ -4927,9 +4913,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -5015,9 +4999,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -5255,9 +5237,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -5291,7 +5271,7 @@ ], "title": "Logs", "type": "row" - }, + }, { "collapsed": true, "gridPos": { @@ -5739,11 +5719,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "elasticsearch", - "datasource-test" - ], + "tags": ["gdev", "elasticsearch", "datasource-test"], "templating": { "list": [ { diff --git a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_migration.json b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_migration.json index 47a36a310a9..1acd8d1246f 100644 --- a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_migration.json +++ b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_migration.json @@ -1051,13 +1051,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ] + "percents": ["25", "50", "75", "95", "99"] }, "type": "percentiles" } @@ -1167,13 +1161,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ] + "percents": ["25", "50", "75", "95", "99"] }, "type": "percentiles" } @@ -9165,13 +9153,7 @@ "field": "float", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ], + "percents": ["25", "50", "75", "95", "99"], "script": "_value * 2" }, "type": "percentiles" @@ -9295,13 +9277,7 @@ "field": "float", "id": "1", "settings": { - "percents": [ - "25", - "50", - "75", - "95", - "99" - ], + "percents": ["25", "50", "75", "95", "99"], "script": "_value * 2" }, "type": "percentiles" @@ -9436,9 +9412,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "99" - ] + "percents": ["99"] }, "type": "percentiles" } @@ -9561,9 +9535,7 @@ "field": "value", "id": "1", "settings": { - "percents": [ - "99" - ] + "percents": ["99"] }, "type": "percentiles" } @@ -9959,9 +9931,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -10048,9 +10018,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -10290,9 +10258,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -10330,11 +10296,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "elasticsearch", - "datasource-test" - ], + "tags": ["gdev", "elasticsearch", "datasource-test"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_simple.json b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_simple.json index b86f99334a8..bfa84378ba5 100644 --- a/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_simple.json +++ b/devenv/dev-dashboards/datasource-elasticsearch/elasticsearch_simple.json @@ -406,13 +406,7 @@ "id": "1", "meta": {}, "settings": { - "percents": [ - 25, - 50, - 75, - 95, - 99 - ] + "percents": [25, 50, 75, 95, 99] }, "type": "percentiles" } @@ -589,9 +583,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -979,9 +971,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -1059,9 +1049,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -1106,11 +1094,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "elasticsearch", - "datasource-test" - ], + "tags": ["gdev", "elasticsearch", "datasource-test"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/datasource-loki/loki_fakedata.json b/devenv/dev-dashboards/datasource-loki/loki_fakedata.json index 947c191ba61..57242a86953 100644 --- a/devenv/dev-dashboards/datasource-loki/loki_fakedata.json +++ b/devenv/dev-dashboards/datasource-loki/loki_fakedata.json @@ -276,9 +276,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -338,9 +336,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -366,11 +362,7 @@ ], "refresh": "", "schemaVersion": 37, - "tags": [ - "gdev", - "loki", - "datasource-test" - ], + "tags": ["gdev", "loki", "datasource-test"], "templating": { "list": [ { diff --git a/devenv/dev-dashboards/datasource-loki/loki_query_splitting.json b/devenv/dev-dashboards/datasource-loki/loki_query_splitting.json index 804b354ea9d..0cc5135a0f4 100644 --- a/devenv/dev-dashboards/datasource-loki/loki_query_splitting.json +++ b/devenv/dev-dashboards/datasource-loki/loki_query_splitting.json @@ -65,9 +65,7 @@ "alias": "id_count", "mode": "reduceRow", "reduce": { - "include": [ - "id" - ], + "include": ["id"], "reducer": "count" }, "replaceFields": false @@ -138,9 +136,7 @@ "alias": "id_count", "mode": "reduceRow", "reduce": { - "include": [ - "id" - ], + "include": ["id"], "reducer": "count" }, "replaceFields": false @@ -514,9 +510,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -607,9 +601,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -700,9 +692,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -816,9 +806,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -932,9 +920,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -1049,9 +1035,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -1136,4 +1120,4 @@ "uid": "dc4ec947-7e6b-4c3b-be8f-0abec7b0652a", "version": 2, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/datasource-testdata/demo1.json b/devenv/dev-dashboards/datasource-testdata/demo1.json index 56a57f50b9c..a2400c1716e 100644 --- a/devenv/dev-dashboards/datasource-testdata/demo1.json +++ b/devenv/dev-dashboards/datasource-testdata/demo1.json @@ -23,8 +23,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -196,8 +195,7 @@ { "alias": "memory", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -207,8 +205,7 @@ { "alias": "cpu", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk", @@ -220,8 +217,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -349,8 +345,7 @@ { "alias": "logins", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -359,8 +354,7 @@ { "alias": "logins (-1h)", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk", @@ -373,8 +367,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -426,9 +419,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -440,8 +431,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_01.counters.requests.count, 0.4)" @@ -452,8 +442,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -503,9 +492,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -517,8 +504,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "apps.backend.backend_02.counters.requests.count" @@ -529,8 +515,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -582,9 +567,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -596,8 +579,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_01.counters.requests.count, 0.8)" @@ -608,8 +590,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -659,9 +640,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -673,8 +652,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "apps.backend.backend_04.counters.requests.count" @@ -685,8 +663,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -829,8 +806,7 @@ { "alias": "web_server_01", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -839,8 +815,7 @@ { "alias": "web_server_02", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" @@ -848,8 +823,7 @@ { "alias": "web_server_03", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -857,8 +831,7 @@ { "alias": "web_server_04", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" @@ -869,8 +842,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -922,9 +894,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -936,8 +906,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_01.counters.requests.count, 0.2)" @@ -948,8 +917,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -999,9 +967,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1013,8 +979,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_01.counters.requests.count, 0.7)" @@ -1025,8 +990,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1076,9 +1040,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1090,8 +1052,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_03.counters.requests.count, 0.3)" @@ -1102,8 +1063,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1155,9 +1115,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1169,8 +1127,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "target": "scale(apps.backend.backend_01.counters.requests.count, 0.2)" @@ -1181,8 +1138,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1309,8 +1265,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -1325,10 +1280,7 @@ "preload": false, "refresh": false, "schemaVersion": 41, - "tags": [ - "gdev", - "demo" - ], + "tags": ["gdev", "demo"], "templating": { "list": [] }, @@ -1341,4 +1293,4 @@ "title": "TestData - Demo Dashboard", "uid": "000000003", "version": 2 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/datasource-testdata/new_features_in_v74.json b/devenv/dev-dashboards/datasource-testdata/new_features_in_v74.json index ae996d5a3af..3f495d65f8c 100644 --- a/devenv/dev-dashboards/datasource-testdata/new_features_in_v74.json +++ b/devenv/dev-dashboards/datasource-testdata/new_features_in_v74.json @@ -64,7 +64,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -177,7 +179,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -290,7 +294,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -404,7 +410,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -456,7 +464,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -555,7 +565,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -656,7 +668,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -758,7 +772,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -861,7 +877,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -913,7 +931,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1018,9 +1038,7 @@ "maxDataPoints": 50, "options": { "legend": { - "calcs": [ - "last" - ], + "calcs": ["last"], "displayMode": "list", "placement": "bottom" }, @@ -1121,7 +1139,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -1173,7 +1193,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1202,10 +1224,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "dash" }, "lineWidth": 2, @@ -1242,10 +1261,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 20 - ], + "dash": [10, 20], "fill": "dash" } } @@ -1260,10 +1276,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 30 - ], + "dash": [10, 30], "fill": "dash" } } @@ -1278,11 +1291,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 30, - 3, - 3 - ], + "dash": [30, 3, 3], "fill": "dash" } } @@ -1308,10 +1317,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 0, - 10 - ], + "dash": [0, 10], "fill": "dot" } } @@ -1499,7 +1505,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1525,10 +1533,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "solid" }, "lineWidth": 1, @@ -1625,7 +1630,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1651,10 +1658,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "solid" }, "lineWidth": 1, @@ -1752,7 +1756,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -1790,7 +1796,9 @@ "type": "text" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1929,7 +1937,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -1981,7 +1991,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2079,9 +2091,7 @@ "maxDataPoints": 500, "options": { "legend": { - "calcs": [ - "last" - ], + "calcs": ["last"], "displayMode": "list", "placement": "bottom" }, @@ -2125,7 +2135,9 @@ }, { "cacheTimeout": null, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": {}, @@ -2165,11 +2177,7 @@ ], "refresh": false, "schemaVersion": 27, - "tags": [ - "gdev", - "graph-ng", - "demo" - ], + "tags": ["gdev", "graph-ng", "demo"], "templating": { "list": [] }, @@ -2178,17 +2186,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "America/New_York", "title": "New Features in v7.4", diff --git a/devenv/dev-dashboards/datasource-testdata/new_features_in_v8.json b/devenv/dev-dashboards/datasource-testdata/new_features_in_v8.json index 75c322564af..797ec076556 100644 --- a/devenv/dev-dashboards/datasource-testdata/new_features_in_v8.json +++ b/devenv/dev-dashboards/datasource-testdata/new_features_in_v8.json @@ -41,7 +41,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 8, @@ -68,7 +68,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -165,7 +165,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 15, @@ -345,7 +345,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 13, @@ -372,7 +372,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -437,7 +437,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -527,7 +527,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 3, @@ -554,7 +554,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -674,7 +674,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -767,7 +767,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 3, @@ -794,7 +794,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 6, @@ -821,7 +821,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -942,7 +942,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1063,7 +1063,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1184,7 +1184,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 8, @@ -1211,7 +1211,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1315,7 +1315,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -1422,7 +1422,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -1529,7 +1529,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 5, @@ -1556,7 +1556,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1669,9 +1669,7 @@ "maxDataPoints": 50, "options": { "legend": { - "calcs": [ - "last" - ], + "calcs": ["last"], "displayMode": "list", "placement": "bottom" }, @@ -1773,7 +1771,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 5, @@ -1800,7 +1798,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1821,10 +1819,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "dash" }, "lineWidth": 2, @@ -1866,10 +1861,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 20 - ], + "dash": [10, 20], "fill": "dash" } } @@ -1884,10 +1876,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 30 - ], + "dash": [10, 30], "fill": "dash" } } @@ -1902,11 +1891,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 30, - 3, - 3 - ], + "dash": [30, 3, 3], "fill": "dash" } } @@ -1932,10 +1917,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 0, - 10 - ], + "dash": [0, 10], "fill": "dot" } } @@ -2125,7 +2107,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2146,10 +2128,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "dash" }, "lineWidth": 2, @@ -2191,10 +2170,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 20 - ], + "dash": [10, 20], "fill": "dash" } } @@ -2209,10 +2185,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 30 - ], + "dash": [10, 30], "fill": "dash" } } @@ -2227,11 +2200,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 30, - 3, - 3 - ], + "dash": [30, 3, 3], "fill": "dash" } } @@ -2257,10 +2226,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 0, - 10 - ], + "dash": [0, 10], "fill": "dot" } } @@ -2450,7 +2416,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2471,10 +2437,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "solid" }, "lineWidth": 1, @@ -2578,7 +2541,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 3, @@ -2605,7 +2568,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2710,7 +2673,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2814,11 +2777,7 @@ ], "refresh": false, "schemaVersion": 33, - "tags": [ - "gdev", - "graph-ng", - "demo" - ], + "tags": ["gdev", "graph-ng", "demo"], "templating": { "list": [] }, @@ -2827,17 +2786,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "New Features in v8.0", diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-Kitchen-Sink.json b/devenv/dev-dashboards/e2e-repeats/Repeating-Kitchen-Sink.json index bdb3ab46b5c..82f271830fb 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-Kitchen-Sink.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-Kitchen-Sink.json @@ -27,7 +27,7 @@ "panels": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -115,7 +115,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -192,7 +192,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -267,7 +267,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -350,12 +350,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -391,12 +387,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -432,12 +424,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-horizontally.json b/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-horizontally.json index 2def57915d9..d90b2f02fdb 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-horizontally.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-horizontally.json @@ -30,7 +30,7 @@ "panels": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -112,12 +112,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -153,12 +149,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-vertically.json b/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-vertically.json index 9a450a79b4e..f64a8b06ed0 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-vertically.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-a-panel-vertically.json @@ -26,7 +26,7 @@ "panels": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -108,12 +108,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -149,12 +145,8 @@ { "current": { "selected": true, - "text": [ - "1" - ], - "value": [ - "1" - ] + "text": ["1"], + "value": ["1"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-horizontal-panel.json b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-horizontal-panel.json index 5278ec5f319..f0b1ad3dedf 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-horizontal-panel.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-horizontal-panel.json @@ -41,7 +41,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -124,12 +124,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -165,12 +161,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -206,12 +198,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-vertical-panel.json b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-vertical-panel.json index 34cfd58c81d..b19b4b8d2c9 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-vertical-panel.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-a-row-with-a-repeating-vertical-panel.json @@ -41,7 +41,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -123,12 +123,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -164,12 +160,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -205,12 +197,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/e2e-repeats/Repeating-an-empty-row.json b/devenv/dev-dashboards/e2e-repeats/Repeating-an-empty-row.json index 9220c5d1d7b..8ac2547df4b 100644 --- a/devenv/dev-dashboards/e2e-repeats/Repeating-an-empty-row.json +++ b/devenv/dev-dashboards/e2e-repeats/Repeating-an-empty-row.json @@ -47,12 +47,8 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -88,12 +84,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -129,12 +121,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/extensions/link-onclick-extensions.json b/devenv/dev-dashboards/extensions/link-onclick-extensions.json index 5119eb4c1b9..b7217bdca36 100644 --- a/devenv/dev-dashboards/extensions/link-onclick-extensions.json +++ b/devenv/dev-dashboards/extensions/link-onclick-extensions.json @@ -23,7 +23,7 @@ "panels": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -101,7 +101,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -144,9 +144,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -158,7 +156,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -191,9 +189,7 @@ }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -205,7 +201,7 @@ "targets": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -213,7 +209,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -226,7 +222,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -302,7 +298,7 @@ "targets": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -310,7 +306,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -339,4 +335,4 @@ "uid": "dbfb47c5-e5e5-4d28-8ac7-35f349b95946", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/extensions/link-path-extensions.json b/devenv/dev-dashboards/extensions/link-path-extensions.json index 6ef0669e371..821a3b00bdb 100644 --- a/devenv/dev-dashboards/extensions/link-path-extensions.json +++ b/devenv/dev-dashboards/extensions/link-path-extensions.json @@ -1,237 +1,233 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1, - "links": [], - "liveNow": false, - "panels": [ + "annotations": { + "list": [ { + "builtIn": 1, "datasource": { - "type": "testdata" + "type": "grafana", + "uid": "-- Grafana --" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 0 - }, - "id": 6, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "showRowNums": false - }, - "pluginVersion": "9.5.0-53420pre", - "title": "No extensions", - "type": "table" - }, - { - "datasource": { - "type": "testdata" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "mappings": [] - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 6, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "pieType": "pie", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata" - }, - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 4 - } - ], - "title": "Link with new name", - "type": "piechart" - }, - { - "datasource": { - "type": "testdata" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 6, - "x": 0, - "y": 8 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "title": "Link with defaults", - "type": "timeseries" + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" } - ], - "refresh": "", - "schemaVersion": 38, - "style": "dark", - "tags": [], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 0 + }, + "id": 6, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "showRowNums": false + }, + "pluginVersion": "9.5.0-53420pre", + "title": "No extensions", + "type": "table" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [] + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 6, + "y": 0 + }, + "id": 4, + "options": { + "legend": { + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 4 + } + ], + "title": "Link with new name", + "type": "piechart" }, - "timepicker": {}, - "timezone": "", - "title": "Link Extensions (path)", - "uid": "d1fbb077-cd44-4738-8c8a-d4e66748b719", - "version": 3, - "weekStart": "" - } \ No newline at end of file + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 6, + "x": 0, + "y": 8 + }, + "id": 2, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "title": "Link with defaults", + "type": "timeseries" + } + ], + "refresh": "", + "schemaVersion": 38, + "style": "dark", + "tags": [], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Link Extensions (path)", + "uid": "d1fbb077-cd44-4738-8c8a-d4e66748b719", + "version": 3, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/feature-templating/datadata-macros.json b/devenv/dev-dashboards/feature-templating/datadata-macros.json index a0068fea71e..815ad3f7259 100644 --- a/devenv/dev-dashboards/feature-templating/datadata-macros.json +++ b/devenv/dev-dashboards/feature-templating/datadata-macros.json @@ -1,870 +1,832 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1267, - "links": [], - "liveNow": false, - "panels": [ + "annotations": { + "list": [ { + "builtIn": 1, "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana", + "uid": "-- Grafana --" }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 8, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "* `__all_variables`=${__all_variables}\n* `__url_time_range`=${__url_time_range}", - "mode": "markdown" - }, - "pluginVersion": "9.5.0-pre", - "title": "Panel Title", - "type": "text" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "links": [ - { - "targetBlank": true, - "title": "value=${__value.raw}&time=${__value.time}&__value:percentencode=${__value:percentencode}&text=${__value.text}", - "url": "value=${__value.raw}&time=${__value.time}justvalue=${__value:percentencode}&text=${__value.text}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percent" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 3 - }, - "id": 2, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "showRowNums": false - }, - "pluginVersion": "9.5.0-pre", - "title": "DataLink: with __value.raw=&__value.time=&__value:percentencode=", - "type": "table" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "links": [ - { - "targetBlank": true, - "title": "Value link", - "url": "value=${__value.raw}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 3 - }, - "id": 3, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 5 - } - ], - "title": "Stat panel with __value.raw ", - "type": "stat" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "continuous-GrYlRd" - }, - "links": [ - { - "title": "${__value.raw}", - "url": "${__value.raw}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 10 - }, - "id": 6, - "options": { - "displayMode": "basic", - "minVizHeight": 10, - "minVizWidth": 0, - "orientation": "horizontal", - "reduceOptions": { - "calcs": [], - "fields": "", - "values": true - }, - "showUnfilled": true, - "valueMode": "color" - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "csvFileName": "browser_marketshare.csv", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_file" - } - ], - "title": "data link __value.raw", - "transformations": [ - { - "id": "limit", - "options": { - "limitField": 5 - } - } - ], - "type": "bargauge" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "description": "Since this is using getFrameDisplayName it works kind badly (especially with testdata) and only returns the `Series (refId)`. \n\nSo this should show:\n* Series (Query1)\n* Series (Query2)", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "displayName": "${__series.name}", - "links": [ - { - "targetBlank": true, - "title": "Value link", - "url": "value=${__calc}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 10 - }, - "id": 12, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "textMode": "auto" - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "alias": "", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "Query1", - "scenarioId": "random_walk", - "seriesCount": 1 - }, - { - "alias": "", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "hide": false, - "refId": "Query2", - "scenarioId": "random_walk", - "seriesCount": 1 - } - ], - "title": "${series.name} in display name", - "type": "stat" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "links": [ - { - "title": "__data.refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}", - "url": "refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percent" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 17 - }, - "id": 11, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "showRowNums": false - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "labels": "cluster=US", - "refId": "A", - "scenarioId": "random_walk" - } - ], - "title": "DataLink: refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}", - "type": "table" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "links": [ - { - "title": "${__value.raw}", - "url": "${__value.raw}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 17 - }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "alias": "10,20,30,40", - "csvContent": "Time, value, test\n\"2023-03-24T17:12:12.347Z\", 10,hello\n\"2023-03-24T17:22:12.347Z\", 20,asd\n\"2023-03-24T17:32:12.347Z\", 30,asd2\n\"2023-03-24T17:42:12.347Z\", 40,as34\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - }, - { - "alias": "5,6,7", - "csvContent": "Time, value, test\n\"2023-03-24T17:12:12.347Z\", 5,hello\n\"2023-03-24T17:22:12.347Z\", 6,asd\n\"2023-03-24T17:42:12.347Z\", 7,as34\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Data links with ${__value.raw}", - "transformations": [ - { - "id": "joinByField", - "options": {} - } - ], - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "links": [ - { - "title": "__field.name=${__field.name}&__field.labels.cluster=${__field.labels.cluster}", - "url": "__field.name=${__field.name}&__field.labels.cluster=${__field.labels.cluster}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percent" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 24 - }, - "id": 13, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "showRowNums": false - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "labels": "cluster=US", - "refId": "A", - "scenarioId": "random_walk" - } - ], - "title": "DataLink: __field.name=&__field.labels.cluster", - "type": "table" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "displayName": "$__cell_0 = $__cell_2", - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 24 - }, - "id": 14, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": true - }, - "textMode": "auto" - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "alias": "", - "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "DisplayName with __cell_0 = __cell_2", - "type": "stat" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "displayName": "${__field.name}", - "links": [ - { - "targetBlank": true, - "title": "Value link", - "url": "value=${__calc}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 31 - }, - "id": 15, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "showRowNums": false - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "alias": "", - "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "DisplayName: __field.name", - "type": "table" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "displayName": "${__data.fields[0]} = ${__data.fields[2]}", - "links": [ - { - "targetBlank": true, - "title": "__data.fields[0] = ${__data.fields[0]} = __value.raw = ${__value.raw}", - "url": "__data.fields[0] = ${__data.fields[0]} = __value.raw = ${__value.raw}" - } - ], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 31 - }, - "id": 16, - "options": { - "colorMode": "value", - "graphMode": "area", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": true - }, - "textMode": "auto" - }, - "pluginVersion": "9.5.0-pre", - "targets": [ - { - "alias": "", - "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "$__data.fields[0] = $__data.fields[2] with datalinks", - "type": "stat" + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" } - ], - "refresh": "", - "schemaVersion": 38, - "tags": ["gdev", "templating"], - "templating": { - "list": [ + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1267, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "gridPos": { + "h": 3, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 8, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "* `__all_variables`=${__all_variables}\n* `__url_time_range`=${__url_time_range}", + "mode": "markdown" + }, + "pluginVersion": "9.5.0-pre", + "title": "Panel Title", + "type": "text" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "links": [ + { + "targetBlank": true, + "title": "value=${__value.raw}&time=${__value.time}&__value:percentencode=${__value:percentencode}&text=${__value.text}", + "url": "value=${__value.raw}&time=${__value.time}justvalue=${__value:percentencode}&text=${__value.text}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 3 + }, + "id": 2, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "showRowNums": false + }, + "pluginVersion": "9.5.0-pre", + "title": "DataLink: with __value.raw=&__value.time=&__value:percentencode=", + "type": "table" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "links": [ + { + "targetBlank": true, + "title": "Value link", + "url": "value=${__value.raw}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 3 + }, + "id": 3, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "9.5.0-pre", + "targets": [ { - "current": { - "selected": false, + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 5 + } + ], + "title": "Stat panel with __value.raw ", + "type": "stat" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-GrYlRd" + }, + "links": [ + { + "title": "${__value.raw}", + "url": "${__value.raw}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 10 + }, + "id": 6, + "options": { + "displayMode": "basic", + "minVizHeight": 10, + "minVizWidth": 0, + "orientation": "horizontal", + "reduceOptions": { + "calcs": [], + "fields": "", + "values": true + }, + "showUnfilled": true, + "valueMode": "color" + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "csvFileName": "browser_marketshare.csv", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_file" + } + ], + "title": "data link __value.raw", + "transformations": [ + { + "id": "limit", + "options": { + "limitField": 5 + } + } + ], + "type": "bargauge" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "description": "Since this is using getFrameDisplayName it works kind badly (especially with testdata) and only returns the `Series (refId)`. \n\nSo this should show:\n* Series (Query1)\n* Series (Query2)", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "displayName": "${__series.name}", + "links": [ + { + "targetBlank": true, + "title": "Value link", + "url": "value=${__calc}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 10 + }, + "id": 12, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "alias": "", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "Query1", + "scenarioId": "random_walk", + "seriesCount": 1 + }, + { + "alias": "", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "hide": false, + "refId": "Query2", + "scenarioId": "random_walk", + "seriesCount": 1 + } + ], + "title": "${series.name} in display name", + "type": "stat" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "links": [ + { + "title": "__data.refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}", + "url": "refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 17 + }, + "id": 11, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "showRowNums": false + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "labels": "cluster=US", + "refId": "A", + "scenarioId": "random_walk" + } + ], + "title": "DataLink: refId=${__data.refId}&__data.fields[0]=${__data.fields[0]}&cluster=${__field.labels.cluster}", + "type": "table" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [ + { + "title": "${__value.raw}", + "url": "${__value.raw}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 17 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "alias": "10,20,30,40", + "csvContent": "Time, value, test\n\"2023-03-24T17:12:12.347Z\", 10,hello\n\"2023-03-24T17:22:12.347Z\", 20,asd\n\"2023-03-24T17:32:12.347Z\", 30,asd2\n\"2023-03-24T17:42:12.347Z\", 40,as34\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + }, + { + "alias": "5,6,7", + "csvContent": "Time, value, test\n\"2023-03-24T17:12:12.347Z\", 5,hello\n\"2023-03-24T17:22:12.347Z\", 6,asd\n\"2023-03-24T17:42:12.347Z\", 7,as34\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Data links with ${__value.raw}", + "transformations": [ + { + "id": "joinByField", + "options": {} + } + ], + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "links": [ + { + "title": "__field.name=${__field.name}&__field.labels.cluster=${__field.labels.cluster}", + "url": "__field.name=${__field.name}&__field.labels.cluster=${__field.labels.cluster}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 24 + }, + "id": 13, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "showRowNums": false + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "labels": "cluster=US", + "refId": "A", + "scenarioId": "random_walk" + } + ], + "title": "DataLink: __field.name=&__field.labels.cluster", + "type": "table" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "displayName": "$__cell_0 = $__cell_2", + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 24 + }, + "id": 14, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": true + }, + "textMode": "auto" + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "alias": "", + "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "DisplayName with __cell_0 = __cell_2", + "type": "stat" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "displayName": "${__field.name}", + "links": [ + { + "targetBlank": true, + "title": "Value link", + "url": "value=${__calc}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 31 + }, + "id": 15, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "showRowNums": false + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "alias": "", + "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "DisplayName: __field.name", + "type": "table" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "displayName": "${__data.fields[0]} = ${__data.fields[2]}", + "links": [ + { + "targetBlank": true, + "title": "__data.fields[0] = ${__data.fields[0]} = __value.raw = ${__value.raw}", + "url": "__data.fields[0] = ${__data.fields[0]} = __value.raw = ${__value.raw}" + } + ], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 31 + }, + "id": 16, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": true + }, + "textMode": "auto" + }, + "pluginVersion": "9.5.0-pre", + "targets": [ + { + "alias": "", + "csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "$__data.fields[0] = $__data.fields[2] with datalinks", + "type": "stat" + } + ], + "refresh": "", + "schemaVersion": 38, + "tags": ["gdev", "templating"], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "A", + "value": "A" + }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "customVar", + "options": [ + { + "selected": true, "text": "A", "value": "A" }, - "hide": 0, - "includeAll": false, - "multi": false, - "name": "customVar", - "options": [ - { - "selected": true, - "text": "A", - "value": "A" - }, - { - "selected": false, - "text": "B", - "value": "B" - }, - { - "selected": false, - "text": "C", - "value": "C" - } - ], - "query": "A,B,C", - "queryValue": "", - "skipUrlSync": false, - "type": "custom" - } - ] - }, - "time": { - "from": "2023-03-24T17:12:12.347Z", - "to": "2023-03-24T17:42:12.347Z" - }, - "timepicker": {}, - "timezone": "", - "title": "Templating - Macros", - "uid": "e7c29343-6d1e-4167-9c13-803fe5be8c46", - "version": 48, - "weekStart": "" - } + { + "selected": false, + "text": "B", + "value": "B" + }, + { + "selected": false, + "text": "C", + "value": "C" + } + ], + "query": "A,B,C", + "queryValue": "", + "skipUrlSync": false, + "type": "custom" + } + ] + }, + "time": { + "from": "2023-03-24T17:12:12.347Z", + "to": "2023-03-24T17:42:12.347Z" + }, + "timepicker": {}, + "timezone": "", + "title": "Templating - Macros", + "uid": "e7c29343-6d1e-4167-9c13-803fe5be8c46", + "version": 48, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/feature-templating/templating-repeating-panels.json b/devenv/dev-dashboards/feature-templating/templating-repeating-panels.json index ee69cd7e110..ebf8b77d814 100644 --- a/devenv/dev-dashboards/feature-templating/templating-repeating-panels.json +++ b/devenv/dev-dashboards/feature-templating/templating-repeating-panels.json @@ -42,7 +42,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -123,8 +125,7 @@ { "alias": "server = $server", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -156,7 +157,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -239,8 +242,7 @@ { "alias": "host = ${host:text} / id = $host", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -259,16 +261,8 @@ { "current": { "selected": false, - "text": [ - "A", - "B", - "C" - ], - "value": [ - "A", - "B", - "C" - ] + "text": ["A", "B", "C"], + "value": ["A", "B", "C"] }, "hide": 0, "includeAll": true, @@ -354,12 +348,8 @@ { "current": { "selected": true, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "hide": 0, "includeAll": true, @@ -414,4 +404,4 @@ "uid": "templating-repeating-panels", "version": 37, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/feature-templating/templating-repeating-rows.json b/devenv/dev-dashboards/feature-templating/templating-repeating-rows.json index af630afd1f5..1c407e4a0e5 100644 --- a/devenv/dev-dashboards/feature-templating/templating-repeating-rows.json +++ b/devenv/dev-dashboards/feature-templating/templating-repeating-rows.json @@ -69,7 +69,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -150,8 +152,7 @@ { "alias": "server = $server, pod id = $pod ", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -198,23 +199,14 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "templating", - "gdev" - ], + "tags": ["templating", "gdev"], "templating": { "list": [ { "current": { "selected": true, - "text": [ - "A", - "B" - ], - "value": [ - "A", - "B" - ] + "text": ["A", "B"], + "value": ["A", "B"] }, "hide": 0, "includeAll": true, @@ -300,14 +292,8 @@ { "current": { "selected": true, - "text": [ - "Bob", - "Rob" - ], - "value": [ - "1", - "2" - ] + "text": ["Bob", "Rob"], + "value": ["1", "2"] }, "hide": 0, "includeAll": true, @@ -362,4 +348,4 @@ "uid": "Repeating-rows-uid", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/feature-templating/testdata-nested-variables-drilldown.json b/devenv/dev-dashboards/feature-templating/testdata-nested-variables-drilldown.json index 73b9a970880..357a764f2c6 100644 --- a/devenv/dev-dashboards/feature-templating/testdata-nested-variables-drilldown.json +++ b/devenv/dev-dashboards/feature-templating/testdata-nested-variables-drilldown.json @@ -128,7 +128,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 0, "gridPos": { @@ -221,7 +223,9 @@ "text": "A", "value": ["A"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "*", "hide": 0, "includeAll": true, @@ -246,7 +250,9 @@ "text": "AA", "value": ["AA"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "$datacenter.*", "hide": 0, "includeAll": true, @@ -271,7 +277,9 @@ "text": "All", "value": ["$__all"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "$datacenter.$server.*", "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/feature-templating/testdata-nested-variables.json b/devenv/dev-dashboards/feature-templating/testdata-nested-variables.json index 6c3b9760e66..ede752ed948 100644 --- a/devenv/dev-dashboards/feature-templating/testdata-nested-variables.json +++ b/devenv/dev-dashboards/feature-templating/testdata-nested-variables.json @@ -51,7 +51,9 @@ "colorBackground": false, "colorValue": false, "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "custom": {} @@ -345,7 +347,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "custom": {} @@ -446,7 +450,9 @@ "text": "A", "value": ["A"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "*", "hide": 0, "includeAll": true, @@ -472,7 +478,9 @@ "text": "AA", "value": ["AA"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "$datacenter.*", "hide": 0, "includeAll": true, @@ -498,7 +506,9 @@ "text": "All", "value": ["$__all"] }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "$datacenter.$server.*", "hide": 0, "includeAll": true, diff --git a/devenv/dev-dashboards/feature-templating/testdata-variables-that-update-on-time-change.json b/devenv/dev-dashboards/feature-templating/testdata-variables-that-update-on-time-change.json index b7d1b02a9ab..48d6dce2277 100644 --- a/devenv/dev-dashboards/feature-templating/testdata-variables-that-update-on-time-change.json +++ b/devenv/dev-dashboards/feature-templating/testdata-variables-that-update-on-time-change.json @@ -123,7 +123,9 @@ "text": "value.1584434137814", "value": "value.1584434137814" }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "value.$__from", "hide": 0, "includeAll": false, @@ -149,7 +151,9 @@ "text": "value.value.1584434072074", "value": "value.value.1584434072074" }, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "definition": "value.$updatesOnTime", "hide": 0, "includeAll": false, diff --git a/devenv/dev-dashboards/home.json b/devenv/dev-dashboards/home.json index 410e1bcf290..5f87229e532 100644 --- a/devenv/dev-dashboards/home.json +++ b/devenv/dev-dashboards/home.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 26, "w": 6, @@ -53,7 +53,7 @@ "type": "dashlist" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 13, "w": 6, @@ -69,19 +69,15 @@ "showRecentlyViewed": false, "showSearch": true, "showStarred": false, - "tags": [ - "panel-tests" - ] + "tags": ["panel-tests"] }, "pluginVersion": "9.0.0-pre", - "tags": [ - "panel-tests" - ], + "tags": ["panel-tests"], "title": "tag: panel-tests", "type": "dashlist" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 13, "w": 6, @@ -97,21 +93,15 @@ "showRecentlyViewed": false, "showSearch": true, "showStarred": false, - "tags": [ - "gdev", - "demo" - ] + "tags": ["gdev", "demo"] }, "pluginVersion": "9.0.0-pre", - "tags": [ - "gdev", - "demo" - ], + "tags": ["gdev", "demo"], "title": "tag: dashboard-demo", "type": "dashlist" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 26, "w": 6, @@ -127,21 +117,15 @@ "showRecentlyViewed": false, "showSearch": true, "showStarred": false, - "tags": [ - "gdev", - "datasource-test" - ] + "tags": ["gdev", "datasource-test"] }, "pluginVersion": "9.0.0-pre", - "tags": [ - "gdev", - "datasource-test" - ], + "tags": ["gdev", "datasource-test"], "title": "Data source tests", "type": "dashlist" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 13, "w": 6, @@ -157,21 +141,15 @@ "showRecentlyViewed": false, "showSearch": true, "showStarred": false, - "tags": [ - "templating", - "gdev" - ] + "tags": ["templating", "gdev"] }, "pluginVersion": "9.0.0-pre", - "tags": [ - "templating", - "gdev" - ], + "tags": ["templating", "gdev"], "title": "tag: templating ", "type": "dashlist" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "gridPos": { "h": 13, "w": 6, @@ -187,16 +165,10 @@ "showRecentlyViewed": false, "showSearch": true, "showStarred": false, - "tags": [ - "gdev", - "transform" - ] + "tags": ["gdev", "transform"] }, "pluginVersion": "9.0.0-pre", - "tags": [ - "gdev", - "demo" - ], + "tags": ["gdev", "demo"], "title": "tag: transforms", "type": "dashlist" } @@ -211,18 +183,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Grafana Dev Overview & Home", diff --git a/devenv/dev-dashboards/live/live-flakey-refresh.json b/devenv/dev-dashboards/live/live-flakey-refresh.json index c68dd267f9c..2fb5f98261f 100644 --- a/devenv/dev-dashboards/live/live-flakey-refresh.json +++ b/devenv/dev-dashboards/live/live-flakey-refresh.json @@ -1,377 +1,368 @@ { - "annotations": { - "list": [ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 220, + "links": [ + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": ["live-tests"], + "targetBlank": false, + "title": "gdev live tests", + "tooltip": "", + "type": "dashboards", + "url": "" + } + ], + "liveNow": true, + "panels": [ + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 2, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 9, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "## Note the consistent refresh rate (liveNow = true)", + "mode": "markdown" + }, + "pluginVersion": "11.1.0-pre", + "type": "text" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 4, + "w": 11, + "x": 0, + "y": 2 + }, + "id": 2, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" + }, + "display": "none", + "json": { + "hello": "world" + }, + "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", + "publish": "influx" + }, + "title": "Enter weather data", + "type": "live" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 13, + "x": 11, + "y": 2 + }, + "id": 4, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "11.1.0-pre", + "targets": [ { - "builtIn": 1, + "channel": "stream/devenv/weather", "datasource": { - "type": "grafana", - "uid": "-- Grafana --" + "type": "datasource", + "uid": "grafana" }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" + "queryType": "measurements", + "refId": "A" } - ] + ], + "title": "Weather (values)", + "transformations": [ + { + "id": "reduce", + "options": { + "includeTimeField": true, + "labelsToFields": false, + "mode": "reduceFields", + "reducers": ["last"] + } + } + ], + "type": "table" }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 220, - "links": [ - { - "asDropdown": false, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [ - "live-tests" - ], - "targetBlank": false, - "title": "gdev live tests", - "tooltip": "", - "type": "dashboards", - "url": "" - } - ], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 9, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "## Note the consistent refresh rate (liveNow = true)", - "mode": "markdown" - }, - "pluginVersion": "11.1.0-pre", - "type": "text" + { + "datasource": { + "type": "datasource", + "uid": "grafana" }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 4, - "w": 11, - "x": 0, - "y": 2 - }, - "id": 2, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", - "publish": "influx" - }, - "title": "Enter weather data", - "type": "live" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 7, + "scaleDistribution": { + "type": "linear" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + "showPoints": "always", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 13, - "x": 11, - "y": 2 - }, - "id": 4, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Weather (values)", - "transformations": [ - { - "id": "reduce", - "options": { - "includeTimeField": true, - "labelsToFields": false, - "mode": "reduceFields", - "reducers": [ - "last" - ] - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 7, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "always", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" + { + "color": "red", + "value": 80 } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 6 - }, - "id": 1, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" + ] } }, - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Manually entered weather points", - "type": "timeseries" + "overrides": [] }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 6 + }, + "id": 1, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "stream/devenv/weather", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "queryType": "measurements", + "refId": "A" + } + ], + "title": "Manually entered weather points", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 7, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "always", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 7, + "scaleDistribution": { + "type": "linear" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + "showPoints": "always", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 13 + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 13 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "plugin/testdata/random-flakey-stream", + "datasource": { + "type": "datasource", + "uid": "grafana" }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "channel": "plugin/testdata/random-flakey-stream", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Random flakey stream", - "type": "timeseries" - } - ], - "schemaVersion": 39, - "tags": [ - "gdev", - "live-tests" - ], - "templating": { - "list": [] - }, - "time": { - "from": "now-30s", - "to": "now" - }, - "timeRangeUpdatedDuringEditOrView": false, - "timepicker": {}, - "timezone": "browser", - "title": "Live flakey stream (w/ liveNow)", - "uid": "liveddluze", - "version": 4, - "weekStart": "" - } \ No newline at end of file + "queryType": "measurements", + "refId": "A" + } + ], + "title": "Random flakey stream", + "type": "timeseries" + } + ], + "schemaVersion": 39, + "tags": ["gdev", "live-tests"], + "templating": { + "list": [] + }, + "time": { + "from": "now-30s", + "to": "now" + }, + "timeRangeUpdatedDuringEditOrView": false, + "timepicker": {}, + "timezone": "browser", + "title": "Live flakey stream (w/ liveNow)", + "uid": "liveddluze", + "version": 4, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/live/live-flakey.json b/devenv/dev-dashboards/live/live-flakey.json index e8ae8a7d1b0..d7ff8d6cb0b 100644 --- a/devenv/dev-dashboards/live/live-flakey.json +++ b/devenv/dev-dashboards/live/live-flakey.json @@ -1,377 +1,368 @@ { - "annotations": { - "list": [ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 220, + "links": [ + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": ["live-tests"], + "targetBlank": false, + "title": "gdev live tests", + "tooltip": "", + "type": "dashboards", + "url": "" + } + ], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 2, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 9, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false + }, + "content": "## Note the flakey refresh rate (liveNow = false). Also the time axis is not the same for all panels.", + "mode": "markdown" + }, + "pluginVersion": "11.1.0-pre", + "type": "text" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 4, + "w": 11, + "x": 0, + "y": 2 + }, + "id": 2, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" + }, + "display": "none", + "json": { + "hello": "world" + }, + "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", + "publish": "influx" + }, + "title": "Enter weather data", + "type": "live" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 4, + "w": 13, + "x": 11, + "y": 2 + }, + "id": 4, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "11.1.0-pre", + "targets": [ { - "builtIn": 1, + "channel": "stream/devenv/weather", "datasource": { - "type": "grafana", - "uid": "-- Grafana --" + "type": "datasource", + "uid": "grafana" }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" + "queryType": "measurements", + "refId": "A" } - ] + ], + "title": "Weather (values)", + "transformations": [ + { + "id": "reduce", + "options": { + "includeTimeField": true, + "labelsToFields": false, + "mode": "reduceFields", + "reducers": ["last"] + } + } + ], + "type": "table" }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 220, - "links": [ - { - "asDropdown": false, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [ - "live-tests" - ], - "targetBlank": false, - "title": "gdev live tests", - "tooltip": "", - "type": "dashboards", - "url": "" - } - ], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 9, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "## Note the flakey refresh rate (liveNow = false). Also the time axis is not the same for all panels.", - "mode": "markdown" - }, - "pluginVersion": "11.1.0-pre", - "type": "text" + { + "datasource": { + "type": "datasource", + "uid": "grafana" }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 4, - "w": 11, - "x": 0, - "y": 2 - }, - "id": 2, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", - "publish": "influx" - }, - "title": "Enter weather data", - "type": "live" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 7, + "scaleDistribution": { + "type": "linear" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + "showPoints": "always", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] - }, - "gridPos": { - "h": 4, - "w": 13, - "x": 11, - "y": 2 - }, - "id": 4, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Weather (values)", - "transformations": [ - { - "id": "reduce", - "options": { - "includeTimeField": true, - "labelsToFields": false, - "mode": "reduceFields", - "reducers": [ - "last" - ] - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 7, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "always", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" + { + "color": "red", + "value": 80 } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 6 - }, - "id": 1, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" + ] } }, - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Manually entered weather points", - "type": "timeseries" + "overrides": [] }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 6 + }, + "id": 1, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "stream/devenv/weather", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "queryType": "measurements", + "refId": "A" + } + ], + "title": "Manually entered weather points", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 7, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "always", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 7, + "scaleDistribution": { + "type": "linear" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + "showPoints": "always", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 13 + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 13 + }, + "id": 10, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "id": 10, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "plugin/testdata/random-flakey-stream", + "datasource": { + "type": "datasource", + "uid": "grafana" }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "channel": "plugin/testdata/random-flakey-stream", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Random flakey stream", - "type": "timeseries" - } - ], - "schemaVersion": 39, - "tags": [ - "gdev", - "live-tests" - ], - "templating": { - "list": [] - }, - "time": { - "from": "now-30s", - "to": "now" - }, - "timeRangeUpdatedDuringEditOrView": false, - "timepicker": {}, - "timezone": "browser", - "title": "Live flakey stream", - "uid": "liveddluzy", - "version": 4, - "weekStart": "" - } \ No newline at end of file + "queryType": "measurements", + "refId": "A" + } + ], + "title": "Random flakey stream", + "type": "timeseries" + } + ], + "schemaVersion": 39, + "tags": ["gdev", "live-tests"], + "templating": { + "list": [] + }, + "time": { + "from": "now-30s", + "to": "now" + }, + "timeRangeUpdatedDuringEditOrView": false, + "timepicker": {}, + "timezone": "browser", + "title": "Live flakey stream", + "uid": "liveddluzy", + "version": 4, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/live/live-publish.json b/devenv/dev-dashboards/live/live-publish.json index 50269ad28e2..6121af7eea2 100644 --- a/devenv/dev-dashboards/live/live-publish.json +++ b/devenv/dev-dashboards/live/live-publish.json @@ -1,462 +1,453 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 209, - "links": [ + "annotations": { + "list": [ { - "asDropdown": false, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [ - "live-tests" - ], - "targetBlank": false, - "title": "gdev live tests", - "tooltip": "", - "type": "dashboards", - "url": "" + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" } - ], - "panels": [ - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 2, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 9, - "options": { - "code": { - "language": "plaintext", - "showLineNumbers": false, - "showMiniMap": false - }, - "content": "## This dashboard requires alpha panels to be enabled!", - "mode": "markdown" - }, - "pluginVersion": "11.0.0-pre", - "type": "text" + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 209, + "links": [ + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": ["live-tests"], + "targetBlank": false, + "title": "gdev live tests", + "tooltip": "", + "type": "dashboards", + "url": "" + } + ], + "panels": [ + { + "datasource": { + "type": "datasource", + "uid": "grafana" }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 4, - "w": 15, - "x": 0, - "y": 2 - }, - "id": 2, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" - }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", - "publish": "influx" - }, - "title": "Panel Title", - "type": "live" + "gridPos": { + "h": 2, + "w": 24, + "x": 0, + "y": 0 }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" + "id": 9, + "options": { + "code": { + "language": "plaintext", + "showLineNumbers": false, + "showMiniMap": false }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 9, - "x": 15, - "y": 2 - }, - "id": 4, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "11.0.0-pre", - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - } - ], - "title": "Weather (values)", - "transformations": [ - { - "id": "sortBy", - "options": { - "fields": {}, - "sort": [ - { - "desc": true, - "field": "time" - } - ] - } - } - ], - "type": "table" + "content": "## This dashboard requires alpha panels to be enabled!", + "mode": "markdown" }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 4, - "w": 15, - "x": 0, - "y": 6 - }, - "id": 5, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" - }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weather,location=west,sensor=A temperature=90\nweather,location=east,sensor=A temperature=80", - "publish": "influx" - }, - "title": "Timeseries with multiple streaming queries", - "type": "live" + "pluginVersion": "11.0.0-pre", + "type": "text" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" + "gridPos": { + "h": 4, + "w": 15, + "x": 0, + "y": 2 + }, + "id": 2, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" + "display": "none", + "json": { + "hello": "world" + }, + "message": "weather,location=west,sensor=A temperature=82\nweather,location=east,sensor=A temperature=76", + "publish": "influx" + }, + "title": "Panel Title", + "type": "live" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" + { + "color": "red", + "value": 80 } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 9, + "x": 15, + "y": 2 + }, + "id": 4, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "sortBy": [] + }, + "pluginVersion": "11.0.0-pre", + "targets": [ + { + "channel": "stream/devenv/weather", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "queryType": "measurements", + "refId": "A" + } + ], + "title": "Weather (values)", + "transformations": [ + { + "id": "sortBy", + "options": { + "fields": {}, + "sort": [ + { + "desc": true, + "field": "time" + } + ] + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 4, + "w": 15, + "x": 0, + "y": 6 + }, + "id": 5, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" + }, + "display": "none", + "json": { + "hello": "world" + }, + "message": "weather,location=west,sensor=A temperature=90\nweather,location=east,sensor=A temperature=80", + "publish": "influx" + }, + "title": "Timeseries with multiple streaming queries", + "type": "live" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 24, - "x": 0, - "y": 10 - }, - "id": 1, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "channel": "stream/devenv/weather", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" - }, - { - "channel": "stream/devenv/weatherX", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "hide": false, - "queryType": "measurements", - "refId": "B" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "gridPos": { - "h": 4, - "w": 15, - "x": 0, - "y": 17 - }, - "id": 6, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" - }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weatherX,location=west,sensor=X temperature=82\nweatherX,location=east,sensor=X temperature=76", - "publish": "influx" - }, - "title": "Panel Title", - "type": "live" - }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 9, - "x": 15, - "y": 17 - }, - "id": 7, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "11.0.0-pre", - "targets": [ - { - "channel": "stream/devenv/weatherX", - "datasource": { - "type": "datasource", - "uid": "grafana" - }, - "queryType": "measurements", - "refId": "A" + { + "color": "red", + "value": 80 + } + ] } - ], - "title": "WeatherX (values)", - "transformations": [ - { - "id": "sortBy", - "options": { - "fields": {}, - "sort": [ - { - "desc": true, - "field": "time" - } - ] - } - } - ], - "type": "table" + }, + "overrides": [] }, - { - "datasource": { - "type": "datasource", - "uid": "grafana" + "gridPos": { + "h": 7, + "w": 24, + "x": 0, + "y": 10 + }, + "id": 1, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "gridPos": { - "h": 4, - "w": 15, - "x": 0, - "y": 21 - }, - "id": 8, - "options": { - "channel": { - "namespace": "devenv", - "path": "weather", - "scope": "stream" + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "stream/devenv/weather", + "datasource": { + "type": "datasource", + "uid": "grafana" }, - "display": "none", - "json": { - "hello": "world" - }, - "message": "weatherX,location=west,sensor=X temperature=90\nweatherX,location=east,sensor=X temperature=22", - "publish": "influx" + "queryType": "measurements", + "refId": "A" }, - "title": "Panel Title", - "type": "live" - } - ], - "schemaVersion": 39, - "tags": [ - "gdev", - "live-tests" - ], - "templating": { - "list": [] + { + "channel": "stream/devenv/weatherX", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "hide": false, + "queryType": "measurements", + "refId": "B" + } + ], + "title": "Panel Title", + "type": "timeseries" }, - "time": { - "from": "now-1m", - "to": "now" + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 4, + "w": 15, + "x": 0, + "y": 17 + }, + "id": 6, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" + }, + "display": "none", + "json": { + "hello": "world" + }, + "message": "weatherX,location=west,sensor=X temperature=82\nweatherX,location=east,sensor=X temperature=76", + "publish": "influx" + }, + "title": "Panel Title", + "type": "live" }, - "timepicker": {}, - "timezone": "browser", - "title": "Live publish test", - "uid": "addoomtlivedev", - "version": 17, - "weekStart": "" - } \ No newline at end of file + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 9, + "x": 15, + "y": 17 + }, + "id": 7, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "sortBy": [] + }, + "pluginVersion": "11.0.0-pre", + "targets": [ + { + "channel": "stream/devenv/weatherX", + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "queryType": "measurements", + "refId": "A" + } + ], + "title": "WeatherX (values)", + "transformations": [ + { + "id": "sortBy", + "options": { + "fields": {}, + "sort": [ + { + "desc": true, + "field": "time" + } + ] + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "grafana" + }, + "gridPos": { + "h": 4, + "w": 15, + "x": 0, + "y": 21 + }, + "id": 8, + "options": { + "channel": { + "namespace": "devenv", + "path": "weather", + "scope": "stream" + }, + "display": "none", + "json": { + "hello": "world" + }, + "message": "weatherX,location=west,sensor=X temperature=90\nweatherX,location=east,sensor=X temperature=22", + "publish": "influx" + }, + "title": "Panel Title", + "type": "live" + } + ], + "schemaVersion": 39, + "tags": ["gdev", "live-tests"], + "templating": { + "list": [] + }, + "time": { + "from": "now-1m", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Live publish test", + "uid": "addoomtlivedev", + "version": 17, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/live/live-streams.json b/devenv/dev-dashboards/live/live-streams.json index f7b178ec3b7..f7598ecbd99 100644 --- a/devenv/dev-dashboards/live/live-streams.json +++ b/devenv/dev-dashboards/live/live-streams.json @@ -1,795 +1,758 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 218, + "links": [ + { + "asDropdown": false, + "icon": "external link", + "includeVars": false, + "keepTime": false, + "tags": ["live-tests"], + "targetBlank": false, + "title": "gdev live tests", + "tooltip": "", + "type": "dashboards", + "url": "" + } + ], + "liveNow": true, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Value" + }, + "properties": [ + { + "id": "custom.lineWidth", + "value": 3 + }, + { + "id": "color", + "value": { + "fixedColor": "super-light-blue", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Max" + }, + "properties": [ + { + "id": "custom.fillBelowTo", + "value": "Min" + }, + { + "id": "custom.fillOpacity", + "value": 72 + }, + { + "id": "color", + "value": { + "fixedColor": "dark-blue", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Min" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "dark-blue", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 13, + "x": 0, + "y": 0 + }, + "id": 1, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" } - ] + }, + "targets": [ + { + "channel": "random-20Hz-stream", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "live" + } + ], + "title": "Random 20hs stream", + "type": "timeseries" }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 218, - "links": [ - { - "asDropdown": false, - "icon": "external link", - "includeVars": false, - "keepTime": false, - "tags": [ - "live-tests" - ], - "targetBlank": false, - "title": "gdev live tests", - "tooltip": "", - "type": "dashboards", - "url": "" - } - ], - "liveNow": true, - "panels": [ - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" + { + "color": "red", + "value": 80 } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Value" - }, - "properties": [ - { - "id": "custom.lineWidth", - "value": 3 - }, - { - "id": "color", - "value": { - "fixedColor": "super-light-blue", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Max" - }, - "properties": [ - { - "id": "custom.fillBelowTo", - "value": "Min" - }, - { - "id": "custom.fillOpacity", - "value": 72 - }, - { - "id": "color", - "value": { - "fixedColor": "dark-blue", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Min" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "dark-blue", - "mode": "fixed" - } - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 13, - "x": 0, - "y": 0 - }, - "id": 1, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" + ] } }, - "targets": [ - { - "channel": "random-20Hz-stream", - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "live" - } - ], - "title": "Random 20hs stream", - "type": "timeseries" + "overrides": [] }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 7, - "x": 13, - "y": 0 - }, - "id": 5, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Time" - } - ] - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 1, - "refId": "A" - } - ], - "title": "Panel Title", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "Time", - "Value" - ] - } - } - } - ], - "type": "table" + "gridPos": { + "h": 7, + "w": 7, + "x": 13, + "y": 0 }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" + "id": 5, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 4, - "x": 20, - "y": 0 - }, - "id": 3, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "11.1.0-pre", - "targets": [ + "showHeader": true, + "sortBy": [ { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 1, - "refId": "A" + "desc": true, + "displayName": "Time" } - ], - "title": "Stats", - "transformations": [ - { - "id": "reduce", - "options": { - "reducers": [ - "lastNotNull", - "min", - "max", - "count" - ] - } - } - ], - "type": "stat" + ] }, - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 13, - "x": 0, - "y": 7 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "channel": "random-2s-stream", - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "live" - } - ], - "title": "Random 2s stream", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 7, - "x": 13, - "y": 7 - }, - "id": 6, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Time" - } - ] - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Panel Title", - "transformations": [ - { - "id": "filterFieldsByName", - "options": { - "include": { - "names": [ - "Time", - "Value" - ] - } + "panelId": 1, + "refId": "A" + } + ], + "title": "Panel Title", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": ["Time", "Value"] } } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 4, - "x": 20, - "y": 7 - }, - "id": 4, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showPercentChange": false, - "textMode": "auto", - "wideLayout": true - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Stats", - "transformations": [ - { - "id": "reduce", - "options": { - "reducers": [ - "lastNotNull", - "min", - "max", - "count" - ] - } - } - ], - "type": "stat" - }, - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 13, - "x": 0, - "y": 14 - }, - "id": 7, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "channel": "random-labeled-stream", - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "live" - } - ], - "title": "Random Labeled streams", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 11, - "x": 13, - "y": 14 - }, - "id": 8, - "options": { - "cellHeight": "sm", - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Time" - } - ] - }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 7, - "refId": "A" - } - ], - "title": "Labeled structure", - "type": "table" - } - ], - "schemaVersion": 39, - "tags": [ - "gdev", - "live-tests" - ], - "templating": { - "list": [] + } + ], + "type": "table" }, - "time": { - "from": "now-1m", - "to": "now" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 4, + "x": 20, + "y": 0 + }, + "id": 3, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 1, + "refId": "A" + } + ], + "title": "Stats", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": ["lastNotNull", "min", "max", "count"] + } + } + ], + "type": "stat" }, - "timeRangeUpdatedDuringEditOrView": false, - "timepicker": {}, - "timezone": "browser", - "title": "Live streaming examples", - "uid": "liveb94wbb", - "version": 9, - "weekStart": "" - } \ No newline at end of file + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 13, + "x": 0, + "y": 7 + }, + "id": 2, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "random-2s-stream", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "live" + } + ], + "title": "Random 2s stream", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 7, + "x": 13, + "y": 7 + }, + "id": 6, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Time" + } + ] + }, + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Panel Title", + "transformations": [ + { + "id": "filterFieldsByName", + "options": { + "include": { + "names": ["Time", "Value"] + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 4, + "x": 20, + "y": 7 + }, + "id": 4, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showPercentChange": false, + "textMode": "auto", + "wideLayout": true + }, + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Stats", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": ["lastNotNull", "min", "max", "count"] + } + } + ], + "type": "stat" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 13, + "x": 0, + "y": 14 + }, + "id": 7, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "channel": "random-labeled-stream", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "live" + } + ], + "title": "Random Labeled streams", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 11, + "x": 13, + "y": 14 + }, + "id": 8, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Time" + } + ] + }, + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 7, + "refId": "A" + } + ], + "title": "Labeled structure", + "type": "table" + } + ], + "schemaVersion": 39, + "tags": ["gdev", "live-tests"], + "templating": { + "list": [] + }, + "time": { + "from": "now-1m", + "to": "now" + }, + "timeRangeUpdatedDuringEditOrView": false, + "timepicker": {}, + "timezone": "browser", + "title": "Live streaming examples", + "uid": "liveb94wbb", + "version": 9, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/migrations/migrations.json b/devenv/dev-dashboards/migrations/migrations.json index d872f4e6893..4c2160e1f26 100644 --- a/devenv/dev-dashboards/migrations/migrations.json +++ b/devenv/dev-dashboards/migrations/migrations.json @@ -195,7 +195,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "unit": "short" @@ -249,8 +251,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -288,7 +289,9 @@ } }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -309,8 +312,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -323,7 +325,9 @@ "bars": true, "dashLength": 10, "dashes": false, - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "unit": "short" @@ -377,8 +381,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"typeVersion\": [\n 0,\n 0\n ],\n \"custom\": {\n \"customStat\": 10\n }\n },\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 3600000\n }\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {\n \"pod\": \"A-pod\"\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1727107111901,\n 1727110711901,\n 1727114311901,\n 1727117911901,\n 1727121511901,\n 1727125111901\n ],\n [\n 1.907286825122581,\n 2.260951647569786,\n 1.887442338051216,\n 2.1526144400893514,\n 1.7287721375237766,\n 1.7262902137793208\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"typeVersion\": [\n 0,\n 0\n ],\n \"custom\": {\n \"customStat\": 10\n }\n },\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 3600000\n }\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {\n \"pod\": \"A-pod1\"\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1727107111901,\n 1727110711901,\n 1727114311901,\n 1727117911901,\n 1727121511901,\n 1727125111901\n ],\n [\n 1.907286825122581,\n 1.589539045095202,\n 1.5914283506847613,\n 1.8976990616650726,\n 1.758223085999124,\n 2.2294649594813816\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"typeVersion\": [\n 0,\n 0\n ],\n \"custom\": {\n \"customStat\": 10\n }\n },\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 3600000\n }\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {\n \"pod\": \"A-pod2\"\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1727107111901,\n 1727110711901,\n 1727114311901,\n 1727117911901,\n 1727121511901,\n 1727125111901\n ],\n [\n 1.907286825122581,\n 2.0914263380328766,\n 1.8164545521094575,\n 1.621111084665713,\n 1.3902653996444705,\n 1.482803315949775\n ]\n ]\n }\n }\n]", "refId": "A", @@ -397,9 +400,7 @@ "xaxis": { "mode": "series", "show": true, - "values": [ - "total" - ] + "values": ["total"] }, "yaxes": [ { @@ -420,7 +421,9 @@ } }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -441,8 +444,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -533,9 +535,7 @@ "xaxis": { "mode": "series", "show": true, - "values": [ - "total" - ] + "values": ["total"] }, "yaxes": [ { @@ -556,7 +556,9 @@ } }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -577,8 +579,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -591,7 +592,9 @@ "bars": true, "dashLength": 10, "dashes": false, - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "unit": "short" @@ -645,8 +648,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -686,7 +688,9 @@ } }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -707,8 +711,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -718,7 +721,9 @@ }, { "columns": [], - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 10, @@ -732,9 +737,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -757,11 +760,7 @@ { "alias": "", "align": "right", - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "decimals": 2, "pattern": "/.*/", "thresholds": [], @@ -772,8 +771,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk_table" @@ -792,7 +790,9 @@ "type": "table-old" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 8, @@ -813,8 +813,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -825,12 +824,10 @@ { "colorBackground": false, "colorValue": true, - "colors": [ - "#299c46", - "rgba(237, 129, 40, 0.89)", - "#d44a3a" - ], - "datasource": { "type": "testdata" }, + "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], + "datasource": { + "type": "grafana-testdata-datasource" + }, "format": "areaF2", "gauge": { "maxValue": 100, @@ -880,8 +877,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -900,7 +896,9 @@ "valueName": "avg" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "mappings": [ @@ -945,9 +943,7 @@ "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -959,8 +955,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -969,7 +964,9 @@ "type": "stat" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 8, "w": 8, @@ -990,8 +987,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -1000,7 +996,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 16, @@ -1016,9 +1014,7 @@ }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1031,8 +1027,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk_table" @@ -1050,7 +1045,9 @@ "type": "grafana-piechart-panel" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 8, @@ -1071,8 +1068,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -1083,14 +1079,9 @@ { "circleMaxSize": 30, "circleMinSize": 2, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "decimals": 0, "esMetric": "Count", @@ -1194,8 +1185,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -1213,9 +1203,7 @@ { "id": "reduce", "options": { - "reducers": [ - "sum" - ] + "reducers": ["sum"] } } ], @@ -1225,7 +1213,9 @@ "valueName": "total" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 8, @@ -1246,8 +1236,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -1258,11 +1247,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "migrations", - "angular" - ], + "tags": ["gdev", "migrations", "angular"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json b/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json index d484fabcc11..dce9167e212 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-autosizing.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -79,9 +79,7 @@ "barWidth": 1, "groupWidth": 0.82, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -107,7 +105,7 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "description": "Should be smaller given the longer value", "fieldConfig": { "defaults": { @@ -159,9 +157,7 @@ "barWidth": 1, "groupWidth": 0.82, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -187,7 +183,7 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -237,9 +233,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -265,7 +259,7 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -315,9 +309,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -424,7 +416,7 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -475,9 +467,7 @@ "barWidth": 1, "groupWidth": 0.82, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -503,7 +493,7 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { "defaults": { @@ -554,9 +544,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "list", "placement": "right" }, @@ -584,12 +572,7 @@ ], "refresh": "", "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "barchart", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "barchart", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-barchart/barchart-label-rotation-skipping.json b/devenv/dev-dashboards/panel-barchart/barchart-label-rotation-skipping.json index ee99245953b..5695faa2c6f 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-label-rotation-skipping.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-label-rotation-skipping.json @@ -1,319 +1,309 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 530, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "fillOpacity": 80, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 1, - "scaleDistribution": { - "type": "linear" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "decmbytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 14, - "w": 11, - "x": 0, - "y": 0 - }, - "id": 2, - "maxDataPoints": 30, - "options": { - "barRadius": 0, - "barWidth": 0.97, - "groupWidth": 0.7, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "orientation": "vertical", - "showValue": "auto", - "stacking": "none", - "tooltip": { - "mode": "single", - "sort": "none" - }, - "xTickLabelMaxLength": 6, - "xTickLabelRotation": 45, - "xTickLabelSpacing": 100 - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 600000\n }\n },\n {\n \"name\": \"A-series\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {},\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n \"acquisition\",\n \"extension\",\n \"conductor\",\n \"authorise\",\n \"architect\",\n \"illusion\",\n \"congress\",\n \"highlight\",\n \"partnership\",\n \"understanding\",\n \"disagreement\",\n \"personality\",\n \"commerce\",\n \"systematic\",\n \"hesitate\",\n \"business\",\n \"manufacture\",\n \"incredible\",\n \"constitutional\",\n \"prevalence\",\n \"professor\",\n \"entitlement\",\n \"cooperation\",\n \"sickness\",\n \"contrast\",\n \"reference\",\n \"audience\",\n \"discount\",\n \"apparatus\",\n \"disturbance\",\n \"automatic\",\n \"refrigerator\",\n \"elaborate\",\n \"sympathetic\",\n \"integration\",\n \"president\"\n ],\n [\n 306.78931659492116,\n 200.00696051101917,\n 164.90889283973593,\n 518.9385023737021,\n 999.9040675564702,\n 613.9689830172349,\n 773.2337077340269,\n 317.47395634701644,\n 748.3318338316539,\n 606.8039493787173,\n 426.27771317792866,\n 376.47735643253924,\n 66.30635081800493,\n 401.70654338415505,\n 108.86259550477234,\n 182.40284186231278,\n 867.7047958572101,\n 959.3957783599242,\n 396.7606089549935,\n 455.9625595614323,\n 685.4792456298062,\n 368.6567303946707,\n 157.06596562976327,\n 59.54120602048763,\n 406.72723615743973,\n 440.18247585615575,\n 516.0267558264891,\n 258.76006051667315,\n 952.966531725171,\n 554.8746357628739,\n 86.7279280805682,\n 781.2422516386563,\n 754.2723802427706,\n 435.0305712850233,\n 384.43181614983,\n 459.04164596738127\n ]\n ]\n }\n }\n]", - "refId": "A", - "scenarioId": "raw_frame" - } - ], - "title": "Panel Title", - "type": "barchart" + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 530, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "fillOpacity": 80, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "axisSoftMin": 0, - "fillOpacity": 80, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineWidth": 0, - "scaleDistribution": { - "type": "linear" - }, - "thresholdsStyle": { - "mode": "off" - } + "lineWidth": 1, + "scaleDistribution": { + "type": "linear" }, - "decimals": 7, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] + "thresholdsStyle": { + "mode": "off" } }, - "overrides": [] - }, - "gridPos": { - "h": 14, - "w": 13, - "x": 11, - "y": 0 - }, - "id": 5, - "options": { - "barRadius": 0, - "barWidth": 1, - "groupWidth": 0.82, - "legend": { - "calcs": [ - "max" - ], - "displayMode": "list", - "placement": "right", - "showLegend": true - }, - "orientation": "horizontal", - "showValue": "auto", - "stacking": "none", - "text": {}, - "tooltip": { - "mode": "single", - "sort": "none" - }, - "xTickLabelRotation": 45, - "xTickLabelSpacing": 0 - }, - "targets": [ - { - "csvContent": "Name,Stat1,Stat2\nStockholm, 10, 15\nNew York, 19, -5\nLondon, 10, 1\nLong value, 15,10", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Auto sizing & auto show values", - "type": "barchart" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "fillOpacity": 80, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" }, - "lineWidth": 1, - "scaleDistribution": { - "type": "linear" - }, - "thresholdsStyle": { - "mode": "off" + { + "color": "red", + "value": 80 } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "decmbytes" + ] }, - "overrides": [] + "unit": "decmbytes" }, - "gridPos": { - "h": 18, - "w": 24, - "x": 0, - "y": 14 + "overrides": [] + }, + "gridPos": { + "h": 14, + "w": 11, + "x": 0, + "y": 0 + }, + "id": 2, + "maxDataPoints": 30, + "options": { + "barRadius": 0, + "barWidth": 0.97, + "groupWidth": 0.7, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true }, - "id": 3, - "maxDataPoints": 20, - "options": { - "barRadius": 0, - "barWidth": 0.97, - "groupWidth": 0.7, - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true + "orientation": "vertical", + "showValue": "auto", + "stacking": "none", + "tooltip": { + "mode": "single", + "sort": "none" + }, + "xTickLabelMaxLength": 6, + "xTickLabelRotation": 45, + "xTickLabelSpacing": 100 + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" }, - "orientation": "horizontal", - "showValue": "auto", - "stacking": "none", - "tooltip": { - "mode": "single", - "sort": "none" + "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 600000\n }\n },\n {\n \"name\": \"A-series\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {},\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n \"acquisition\",\n \"extension\",\n \"conductor\",\n \"authorise\",\n \"architect\",\n \"illusion\",\n \"congress\",\n \"highlight\",\n \"partnership\",\n \"understanding\",\n \"disagreement\",\n \"personality\",\n \"commerce\",\n \"systematic\",\n \"hesitate\",\n \"business\",\n \"manufacture\",\n \"incredible\",\n \"constitutional\",\n \"prevalence\",\n \"professor\",\n \"entitlement\",\n \"cooperation\",\n \"sickness\",\n \"contrast\",\n \"reference\",\n \"audience\",\n \"discount\",\n \"apparatus\",\n \"disturbance\",\n \"automatic\",\n \"refrigerator\",\n \"elaborate\",\n \"sympathetic\",\n \"integration\",\n \"president\"\n ],\n [\n 306.78931659492116,\n 200.00696051101917,\n 164.90889283973593,\n 518.9385023737021,\n 999.9040675564702,\n 613.9689830172349,\n 773.2337077340269,\n 317.47395634701644,\n 748.3318338316539,\n 606.8039493787173,\n 426.27771317792866,\n 376.47735643253924,\n 66.30635081800493,\n 401.70654338415505,\n 108.86259550477234,\n 182.40284186231278,\n 867.7047958572101,\n 959.3957783599242,\n 396.7606089549935,\n 455.9625595614323,\n 685.4792456298062,\n 368.6567303946707,\n 157.06596562976327,\n 59.54120602048763,\n 406.72723615743973,\n 440.18247585615575,\n 516.0267558264891,\n 258.76006051667315,\n 952.966531725171,\n 554.8746357628739,\n 86.7279280805682,\n 781.2422516386563,\n 754.2723802427706,\n 435.0305712850233,\n 384.43181614983,\n 459.04164596738127\n ]\n ]\n }\n }\n]", + "refId": "A", + "scenarioId": "raw_frame" + } + ], + "title": "Panel Title", + "type": "barchart" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "xTickLabelMaxLength": 5, - "xTickLabelRotation": 45, - "xTickLabelSpacing": 100 - }, - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "axisSoftMin": 0, + "fillOpacity": 80, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "panelId": 2, - "refId": "A" + "lineWidth": 0, + "scaleDistribution": { + "type": "linear" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 7, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] } - ], - "title": "Panel Title", - "type": "barchart" - } - ], - "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "barchart", - "graph-ng" - ], - "templating": { - "list": [] + }, + "overrides": [] + }, + "gridPos": { + "h": 14, + "w": 13, + "x": 11, + "y": 0 + }, + "id": 5, + "options": { + "barRadius": 0, + "barWidth": 1, + "groupWidth": 0.82, + "legend": { + "calcs": ["max"], + "displayMode": "list", + "placement": "right", + "showLegend": true + }, + "orientation": "horizontal", + "showValue": "auto", + "stacking": "none", + "text": {}, + "tooltip": { + "mode": "single", + "sort": "none" + }, + "xTickLabelRotation": 45, + "xTickLabelSpacing": 0 + }, + "targets": [ + { + "csvContent": "Name,Stat1,Stat2\nStockholm, 10, 15\nNew York, 19, -5\nLondon, 10, 1\nLong value, 15,10", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Auto sizing & auto show values", + "type": "barchart" }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "BarChart - Label Rotation & Skipping", - "uid": "xCmMwXdVz", - "version": 20, - "weekStart": "" - } + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "fillOpacity": 80, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineWidth": 1, + "scaleDistribution": { + "type": "linear" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decmbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 18, + "w": 24, + "x": 0, + "y": 14 + }, + "id": 3, + "maxDataPoints": 20, + "options": { + "barRadius": 0, + "barWidth": 0.97, + "groupWidth": 0.7, + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "orientation": "horizontal", + "showValue": "auto", + "stacking": "none", + "tooltip": { + "mode": "single", + "sort": "none" + }, + "xTickLabelMaxLength": 5, + "xTickLabelRotation": 45, + "xTickLabelSpacing": 100 + }, + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Panel Title", + "type": "barchart" + } + ], + "schemaVersion": 37, + "tags": ["gdev", "panel-tests", "barchart", "graph-ng"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "BarChart - Label Rotation & Skipping", + "uid": "xCmMwXdVz", + "version": 20, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-barchart/barchart-series-toggle.json b/devenv/dev-dashboards/panel-barchart/barchart-series-toggle.json index 8264f5a0315..d58523b07ea 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-series-toggle.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-series-toggle.json @@ -24,8 +24,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -104,8 +103,7 @@ { "csvContent": "Name,Stat1\nStockholm, 10\nNew York, 19\nLondon, 10\nNegative, 15\nLong value, 15", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -116,8 +114,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -196,8 +193,7 @@ { "csvContent": "Name,Stat1,Stat2\nStockholm, 10, 15\nNew York, 19, 5\nLondon, 10, 1\nNegative, 15, 5\nLong value, 15,10", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -208,8 +204,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -288,8 +283,7 @@ { "csvContent": "Name,Stat1,Stat2\nStockholm, 10, 15\nNew York, 19, 5\nLondon, 10, 1\nNegative, 15, 5\nLong value, 15,10", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -300,8 +294,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -380,8 +373,7 @@ { "csvContent": "Name,Stat1,Stat2\nStockholm, 10, 15\nNew York, 19, 5\nLondon, 10, 1\nNegative, 15, 5\nLong value, 15,10", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -392,12 +384,7 @@ } ], "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "barchart", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "barchart", "graph-ng"], "templating": { "list": [] }, @@ -411,4 +398,4 @@ "uid": "adoero0hbka9sf", "version": 4, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-barchart/barchart-thresholds-mappings.json b/devenv/dev-dashboards/panel-barchart/barchart-thresholds-mappings.json index 81138940b74..7ff778a0353 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-thresholds-mappings.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-thresholds-mappings.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -110,8 +112,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -121,7 +122,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -227,8 +230,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -238,7 +240,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -307,8 +311,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n },\n {\n \"color\": \"#EAB839\",\n \"value\": 10\n },\n {\n \"color\": \"red\",\n \"value\": 15\n },\n {\n \"color\": \"#6ED0E0\",\n \"value\": 25\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n \"x\",\n \"a\",\n \"b\",\n \"c\"\n ],\n [\n 3,\n 10,\n 20,\n 30\n ]\n ]\n }\n }\n]", "refId": "A", @@ -319,7 +322,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -389,8 +394,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"label\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n },\n {\n \"color\": \"#EAB839\",\n \"value\": 10\n },\n {\n \"color\": \"red\",\n \"value\": 15\n },\n {\n \"color\": \"#6ED0E0\",\n \"value\": 25\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n \"x\",\n \"a\",\n \"b\",\n \"c\"\n ],\n [\n 3,\n 10,\n 20,\n 30\n ]\n ]\n }\n }\n]", "refId": "A", @@ -401,7 +405,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -516,8 +522,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -527,7 +532,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -655,8 +662,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -666,7 +672,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -741,16 +749,14 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "max": 30, @@ -784,7 +790,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -913,8 +921,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -924,7 +931,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -997,8 +1006,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1008,7 +1016,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1081,8 +1091,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1092,7 +1101,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1165,8 +1176,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1176,7 +1186,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1279,8 +1291,7 @@ { "csvContent": "label,value\nx,3\na,10\nb,20\nc,30", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1291,12 +1302,7 @@ } ], "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests", - "barchart", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "barchart", "graph-ng"], "templating": { "list": [] }, @@ -1310,4 +1316,4 @@ "uid": "2I2uMSB7z", "version": 7, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-barchart/barchart-tooltips-legends.json b/devenv/dev-dashboards/panel-barchart/barchart-tooltips-legends.json index 7dc1b0ee08c..c99a5a7903b 100644 --- a/devenv/dev-dashboards/panel-barchart/barchart-tooltips-legends.json +++ b/devenv/dev-dashboards/panel-barchart/barchart-tooltips-legends.json @@ -163,8 +163,7 @@ { "csvContent": "id,column1,column2\r\nA,1,2", "datasource": { - "type": "testdata", - "uid": "o63ntNT4z" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -172,8 +171,7 @@ { "csvContent": "id,column1,column2\r\nB,2,1", "datasource": { - "type": "testdata", - "uid": "o63ntNT4z" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -318,8 +316,7 @@ { "csvContent": "id,column1,column2\r\nA,1,2", "datasource": { - "type": "testdata", - "uid": "o63ntNT4z" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -327,8 +324,7 @@ { "csvContent": "id,column1,column2\r\nB,2,1", "datasource": { - "type": "testdata", - "uid": "o63ntNT4z" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -358,7 +354,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -451,8 +449,7 @@ { "csvContent": "id, field 1, field 2, field 3\na, 20, 30, 40\nb, 40, 50, 60", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -462,7 +459,9 @@ "type": "barchart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -555,8 +554,7 @@ { "csvContent": "id, field 1, field 2, field 3\na, 20, 30, 40\nb, 40, 50, 60", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -580,8 +578,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -640,12 +637,7 @@ "fullHighlight": false, "groupWidth": 0.7, "legend": { - "calcs": [ - "min", - "max", - "mean", - "variance" - ], + "calcs": ["min", "max", "mean", "variance"], "displayMode": "table", "placement": "bottom", "showLegend": true @@ -664,8 +656,7 @@ { "csvContent": "time, value\n100000, 10\n200000, 20\n300000, 30\n400000, 40", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -673,8 +664,7 @@ { "csvContent": "time, value\n100000, 500\n200000, 220\n300000, 10\n400000, 550", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -686,8 +676,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -779,8 +768,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"fields\": [\n {\n \"name\": \"TimeGenerated\",\n \"type\": \"time\",\n \"values\": [\n 1687200000000\n ]\n },\n {\n \"name\": \"Total\",\n \"type\": \"number\",\n \"values\": [\n 200\n ],\n \"labels\": {\n \"name\": \"A\"\n }\n },\n {\n \"name\": \"Total\",\n \"type\": \"number\",\n \"values\": [\n 180\n ],\n \"labels\": {\n \"name\": \"B\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"custom\": {\n \"azureColumnTypes\": [\n \"string\",\n \"datetime\",\n \"long\"\n ]\n },\n \"type\": \"timeseries-wide\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n }\n]", "refId": "A", @@ -792,8 +780,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -869,8 +856,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f141\"\n },\n \"values\": [\n 11834,\n 26195,\n 27496,\n 21417\n ],\n \"labels\": {\n \"nodename\": \"z141\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f131\"\n },\n \"values\": [\n 11042,\n 26646,\n 27120,\n 21508,\n 19905\n ],\n \"labels\": {\n \"nodename\": \"t131\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f121\"\n },\n \"values\": [\n 12095,\n 26718,\n 26907,\n 21483,\n 20272\n ],\n \"labels\": {\n \"nodename\": \"k121\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f111\"\n },\n \"values\": [\n 641,\n 1015,\n 791,\n 752,\n 758\n ],\n \"labels\": {\n \"nodename\": \"n111\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f102\"\n },\n \"values\": [\n 101,\n 167,\n 205,\n 181,\n 172\n ],\n \"labels\": {\n \"nodename\": \"a102\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"f100\"\n },\n \"values\": [\n 89,\n 137,\n 161,\n 150,\n 161\n ],\n \"labels\": {\n \"nodename\": \"v100\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"d141\"\n },\n \"values\": [\n 11616,\n 26053,\n 25586,\n 21023,\n 19787\n ],\n \"labels\": {\n \"nodename\": \"e141\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"d131\"\n },\n \"values\": [\n 11682,\n 26851,\n 26985,\n 22475,\n 20852\n ],\n \"labels\": {\n \"nodename\": \"r131\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"d121\"\n },\n \"values\": [\n 12108,\n 26379,\n 25734,\n 20145,\n 19310\n ],\n \"labels\": {\n \"nodename\": \"g121\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"d111\"\n },\n \"values\": [\n 11254,\n 24739,\n 25406,\n 21239,\n 19426\n ],\n \"labels\": {\n \"nodename\": \"q111\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n },\n {\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"config\": {},\n \"values\": [\n 1700488200000,\n 1700488500000,\n 1700488800000,\n 1700489100000,\n 1700489400000\n ]\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"config\": {\n \"displayNameFromDS\": \"d102\"\n },\n \"values\": [\n 168,\n 264,\n 288,\n 283,\n 267\n ],\n \"labels\": {\n \"nodename\": \"d102\"\n }\n }\n ],\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"timeseries-multi\",\n \"typeVersion\": [\n 0,\n 0\n ]\n }\n }\n]", "refId": "A", @@ -883,12 +869,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "barchart", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "barchart", "graph-ng"], "templating": { "list": [] }, @@ -902,4 +883,4 @@ "uid": "ea33320b-bd97-4fe1-a27c-24bc61a48b41", "version": 5, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-bargauge/bar_gauge_demo.json b/devenv/dev-dashboards/panel-bargauge/bar_gauge_demo.json index eda6ccfe996..ebfdf855286 100644 --- a/devenv/dev-dashboards/panel-bargauge/bar_gauge_demo.json +++ b/devenv/dev-dashboards/panel-bargauge/bar_gauge_demo.json @@ -19,7 +19,9 @@ "links": [], "panels": [ { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 7, "w": 24, @@ -149,7 +151,9 @@ "type": "bargauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 16, @@ -231,7 +235,9 @@ "type": "bargauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 10, "w": 6, @@ -328,7 +334,9 @@ "type": "bargauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 22, "w": 2, @@ -375,7 +383,9 @@ "type": "bargauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 12, "w": 22, @@ -509,7 +519,9 @@ "type": "bargauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 8, "w": 24, diff --git a/devenv/dev-dashboards/panel-bargauge/panel_tests_bar_gauge.json b/devenv/dev-dashboards/panel-bargauge/panel_tests_bar_gauge.json index cc8f600140f..d2f6271be2b 100644 --- a/devenv/dev-dashboards/panel-bargauge/panel_tests_bar_gauge.json +++ b/devenv/dev-dashboards/panel-bargauge/panel_tests_bar_gauge.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -79,9 +81,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -93,8 +93,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -103,16 +102,14 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" @@ -122,7 +119,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -173,9 +172,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -187,8 +184,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -197,32 +193,28 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -232,7 +224,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -283,9 +277,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -297,8 +289,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -307,32 +298,28 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -342,7 +329,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -393,9 +382,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -407,8 +394,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -417,32 +403,28 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -452,7 +434,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -503,9 +487,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -517,8 +499,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -527,32 +508,28 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -562,7 +539,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -613,9 +592,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -627,8 +604,7 @@ { "alias": "Inside", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -637,32 +613,28 @@ { "alias": "Outhouse", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" @@ -672,7 +644,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -718,9 +692,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -731,8 +703,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "csv_metric_values", @@ -740,24 +711,21 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -765,56 +733,49 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "I", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "J", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "K", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "L", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "M", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "N", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "O", "scenarioId": "random_walk" @@ -824,7 +785,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -870,9 +833,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -883,8 +844,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_metric_values", @@ -892,104 +852,91 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "I", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "J", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "K", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "L", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "M", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "N", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "O", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "P", "scenarioId": "random_walk" }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "Q", "scenarioId": "random_walk" @@ -999,7 +946,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1044,9 +993,7 @@ "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { - "calcs": [ - "last" - ], + "calcs": ["last"], "fields": "", "values": false }, @@ -1057,8 +1004,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1069,7 +1015,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1114,9 +1062,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "last" - ], + "calcs": ["last"], "fields": "", "values": false }, @@ -1127,8 +1073,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1139,7 +1084,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1184,9 +1131,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "last" - ], + "calcs": ["last"], "fields": "", "values": false }, @@ -1197,8 +1142,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1209,7 +1153,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1259,9 +1205,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "last" - ], + "calcs": ["last"], "fields": "", "values": false }, @@ -1272,8 +1216,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1284,7 +1227,9 @@ "type": "bargauge" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1334,9 +1279,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "last" - ], + "calcs": ["last"], "fields": "", "values": false }, @@ -1347,8 +1290,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1361,10 +1303,7 @@ ], "revision": 1, "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests" - ], + "tags": ["gdev", "panel-tests"], "templating": { "list": [] }, @@ -1373,18 +1312,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Panel Tests - Bar Gauge", diff --git a/devenv/dev-dashboards/panel-candlestick/candlestick.json b/devenv/dev-dashboards/panel-candlestick/candlestick.json index 63a57ad394b..40c153d092c 100644 --- a/devenv/dev-dashboards/panel-candlestick/candlestick.json +++ b/devenv/dev-dashboards/panel-candlestick/candlestick.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -49,10 +49,7 @@ }, "lineInterpolation": "linear", "lineStyle": { - "dash": [ - 10, - 10 - ], + "dash": [10, 10], "fill": "dash" }, "lineWidth": 1, @@ -106,10 +103,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 0, - 20 - ], + "dash": [0, 20], "fill": "dot" } } @@ -174,7 +168,7 @@ "type": "candlestick" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -260,7 +254,7 @@ "type": "candlestick" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -346,7 +340,7 @@ "type": "candlestick" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -467,11 +461,7 @@ ], "refresh": false, "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-canvas/canvas-connection-examples.json b/devenv/dev-dashboards/panel-canvas/canvas-connection-examples.json index aedd6be604f..943ba719303 100644 --- a/devenv/dev-dashboards/panel-canvas/canvas-connection-examples.json +++ b/devenv/dev-dashboards/panel-canvas/canvas-connection-examples.json @@ -29,8 +29,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2213,8 +2212,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -2225,7 +2223,9 @@ "type": "canvas" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2843,8 +2843,7 @@ { "csvContent": "gateway, product-details, product-reviews, reviews-ratings, details-checkout\n100, 56, 44, 22, 28", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2854,7 +2853,9 @@ "type": "canvas" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3609,8 +3610,7 @@ { "csvContent": "database_server, server_database, server_region, region_server, database2_server, server_database2\n10, 53, 35, 12, 22, 81", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3623,11 +3623,7 @@ "refresh": "", "revision": 1, "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "canvas" - ], + "tags": ["gdev", "panel-tests", "canvas"], "templating": { "list": [] }, @@ -3642,4 +3638,4 @@ "uid": "Pu8lwQAVz", "version": 6, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-canvas/canvas-datalinks.json b/devenv/dev-dashboards/panel-canvas/canvas-datalinks.json index 7ecbdd30838..5ec2bd179a6 100644 --- a/devenv/dev-dashboards/panel-canvas/canvas-datalinks.json +++ b/devenv/dev-dashboards/panel-canvas/canvas-datalinks.json @@ -1,3449 +1,2264 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "description": "", - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "links": [], - "panels": [ - { - "datasource": { - "type": "grafana", - "uid": "grafana" + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "", + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "links": [], + "panels": [ + { + "datasource": { + "type": "grafana", + "uid": "grafana" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "A-hehwzd" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "A-hehwzd" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "A-series data link", - "url": "http://localhost:3000/d/dddouk2ygsb9cc/6114e28a-4041-5fbd-878f-b98718a90c4d?${__url_time_range}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Count (transformation)" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Count data link", - "url": "http://localhost:3000/d/dddouk2ygsb9cc/6114e28a-4041-5fbd-878f-b98718a90c4d${__data.fields.A-series}" - } - ] - } - ] - } + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "A-series data link", + "url": "http://localhost:3000/d/dddouk2ygsb9cc/6114e28a-4041-5fbd-878f-b98718a90c4d?${__url_time_range}" + } ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Count (transformation)" }, - "gridPos": { - "h": 30, - "w": 24, - "x": 0, - "y": 0 + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Count data link", + "url": "http://localhost:3000/d/dddouk2ygsb9cc/6114e28a-4041-5fbd-878f-b98718a90c4d${__data.fields.A-series}" + } + ] + } + ] + } + ] + }, + "gridPos": { + "h": 30, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 1, + "options": { + "infinitePan": false, + "inlineEditing": false, + "panZoom": false, + "root": { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" }, - "id": 1, - "options": { - "infinitePan": false, - "inlineEditing": false, - "panZoom": false, - "root": { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - }, - "width": 0 - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "elements": [ - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Metric Value" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 1", - "placement": { - "height": 50, - "left": 38, - "top": 23, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "size": 20, - "text": { - "field": "A-hehwzd", - "fixed": "", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 2", - "placement": { - "height": 50, - "left": 16, - "top": 91, - "width": 188 - }, - "type": "metric-value" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "size": 20, - "text": { - "fixed": "Text color", - "mode": "fixed" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 3", - "placement": { - "height": 50, - "left": 16, - "top": 170, - "width": 188 - }, - "type": "metric-value" - }, - { - "background": { - "color": { - "fixed": "transparent" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "text" - }, - "size": 20, - "text": { - "fixed": "Background image", - "mode": "fixed" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 4", - "placement": { - "height": 50, - "left": 16, - "top": 249, - "width": 188 - }, - "type": "metric-value" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 2 - }, - "config": { - "align": "center", - "color": { - "fixed": "text" - }, - "size": 20, - "text": { - "fixed": "Border", - "mode": "fixed" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 5", - "placement": { - "height": 50, - "left": 16, - "top": 328, - "width": 188 - }, - "type": "metric-value" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "text" - }, - "size": 16, - "text": { - "field": "A-hehwzd", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 6", - "placement": { - "height": 50, - "left": 262, - "top": 91, - "width": 188 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - }, - "image": { - "fixed": "" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "rgb(204, 204, 220)" - }, - "size": 16, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 7", - "placement": { - "height": 50, - "left": 262, - "top": 170, - "width": 188 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 16, - "text": { - "fixed": "Background image" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 8", - "placement": { - "height": 50, - "left": 262, - "top": 249, - "width": 188 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 2 - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 16, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 9", - "placement": { - "height": 50, - "left": 262, - "top": 328, - "width": 188 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Text" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 10", - "placement": { - "height": 50, - "left": 284, - "top": 23, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "fixed": "#D9D9D9" - }, - "border": { - "color": { - "fixed": "transparent" - }, - "width": 1 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "field": "A-hehwzd", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 11", - "placement": { - "height": 50, - "left": 530, - "top": 91, - "width": 188 - }, - "type": "ellipse" - }, - { - "background": { - "fixed": "#D9D9D9" - }, - "border": { - "color": { - "fixed": "transparent" - }, - "width": 1 - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 12", - "placement": { - "height": 50, - "left": 530, - "top": 170, - "width": 188 - }, - "type": "ellipse" - }, - { - "background": { - "fixed": "#D9D9D9", - "image": { - "field": "Count (transformation)", - "fixed": "", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "transparent" - }, - "width": 1 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Background image" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 13", - "placement": { - "height": 50, - "left": 530, - "top": 248.33333333333334, - "width": 187.99997965494794 - }, - "type": "ellipse" - }, - { - "background": { - "fixed": "#D9D9D9" - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "transparent" - }, - "radius": 0, - "width": 2 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 14", - "placement": { - "height": 50, - "left": 530, - "top": 328.33333333333337, - "width": 187.99997965494794 - }, - "type": "ellipse" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Ellipse" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 15", - "placement": { - "height": 50, - "left": 552, - "top": 23, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "field": "A-hehwzd", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 16", - "placement": { - "height": 50, - "left": 798, - "top": 91, - "width": 188 - }, - "type": "rectangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 17", - "placement": { - "height": 50, - "left": 798, - "top": 170, - "width": 188 - }, - "type": "rectangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Background image" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 18", - "placement": { - "height": 50, - "left": 798.3333333333334, - "top": 248.33333333333334, - "width": 187.99997965494794 - }, - "type": "rectangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 2 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 19", - "placement": { - "height": 50, - "left": 798.3333333333334, - "top": 328.33333333333337, - "width": 187.99235026041669 - }, - "type": "rectangle" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Rectangle" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 20", - "placement": { - "height": 50, - "left": 820, - "top": 23, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "fill": { - "fixed": "#D9D9D9" - }, - "path": { - "field": "A-hehwzd", - "fixed": "img/icons/unicons/question-circle.svg", - "mode": "field" - } - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 21", - "placement": { - "height": 50, - "left": 1066, - "top": 91, - "width": 188 - }, - "type": "icon" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "fill": { - "field": "A-hehwzd", - "fixed": "#D9D9D9" - }, - "path": { - "fixed": "img/icons/unicons/question-circle.svg", - "mode": "fixed" - } - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 22", - "placement": { - "height": 50, - "left": 1066, - "top": 170, - "width": 188 - }, - "type": "icon" - }, - { - "background": { - "color": { - "fixed": "transparent" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "fill": { - "fixed": "#D9D9D9" - }, - "path": { - "fixed": "img/icons/unicons/question-circle.svg", - "mode": "fixed" - } - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 23", - "placement": { - "height": 50, - "left": 1066, - "top": 249, - "width": 188 - }, - "type": "icon" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 2 - }, - "config": { - "fill": { - "fixed": "#D9D9D9" - }, - "path": { - "fixed": "img/icons/unicons/question-circle.svg", - "mode": "fixed" - } - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 24", - "placement": { - "height": 50, - "left": 1066, - "top": 328, - "width": 188 - }, - "type": "icon" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Icon" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 25", - "placement": { - "height": 50, - "left": 1088, - "top": 23, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "statusColor": { - "field": "A-hehwzd" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 26", - "placement": { - "height": 90, - "left": 65, - "top": 516, - "width": 90 - }, - "type": "server" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 2 - }, - "config": { - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 29", - "placement": { - "height": 90, - "left": 65, - "top": 870, - "width": 90 - }, - "type": "server" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Server" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 30", - "placement": { - "height": 50, - "left": 38, - "top": 438, - "width": 144 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "bulbColor": { - "field": "A-hehwzd" - }, - "statusColor": { - "fixed": "transparent" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 31", - "placement": { - "height": 90, - "left": 65, - "top": 634, - "width": 90 - }, - "type": "server" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "blinkRate": { - "field": "A-hehwzd" - }, - "bulbColor": { - "fixed": "#000000" - }, - "statusColor": { - "fixed": "transparent" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 32", - "placement": { - "height": 90, - "left": 65, - "top": 752, - "width": 90 - }, - "type": "server" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "rpm": { - "field": "A-hehwzd" - }, - "statusColor": { - "field": "A-hehwzd" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 33", - "placement": { - "height": 55, - "left": 329, - "top": 516, - "width": 55 - }, - "type": "windTurbine" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Wind Turbine" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 35", - "placement": { - "height": 50, - "left": 270, - "top": 438, - "width": 172 - }, - "type": "text" - }, - { - "background": { - "color": { - "field": "A-hehwzd", - "fixed": "transparent" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "bulbColor": { - "field": "A-hehwzd" - }, - "statusColor": { - "fixed": "transparent" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 36", - "placement": { - "height": 55, - "left": 329, - "top": 633, - "width": 55 - }, - "type": "windTurbine" - }, - { - "background": { - "color": { - "field": "Count (transformation)", - "fixed": "transparent" - }, - "image": { - "field": "A-hehwzd", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - }, - "width": 0 - }, - "config": { - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 38", - "placement": { - "height": 90, - "left": 65, - "top": 988, - "width": 90 - }, - "type": "server" - }, - { - "background": { - "color": { - "fixed": "transparent" - }, - "image": { - "field": "", - "mode": "field" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 1 - }, - "config": { - "bulbColor": { - "field": "A-hehwzd" - }, - "statusColor": { - "fixed": "transparent" - }, - "type": "Single" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 37", - "placement": { - "height": 55, - "left": 329, - "top": 752, - "width": 55 - }, - "type": "windTurbine" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Cloud" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 39", - "placement": { - "height": 50, - "left": 530, - "top": 438, - "width": 172 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "field": "A-hehwzd", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 40", - "placement": { - "height": 50, - "left": 530, - "top": 517, - "width": 188 - }, - "type": "cloud" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 41", - "placement": { - "height": 50, - "left": 530, - "top": 596, - "width": 188 - }, - "type": "cloud" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "left", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Background image" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 42", - "placement": { - "height": 50, - "left": 530, - "top": 675, - "width": 188 - }, - "type": "cloud" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 5 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 43", - "placement": { - "height": 50, - "left": 530, - "top": 754, - "width": 188 - }, - "type": "cloud" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Parallelogram" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 44", - "placement": { - "height": 50, - "left": 806, - "top": 438, - "width": 172 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "field": "A-hehwzd", - "fixed": "", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 45", - "placement": { - "height": 50, - "left": 798, - "top": 516, - "width": 188 - }, - "type": "parallelogram" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 46", - "placement": { - "height": 50, - "left": 798, - "top": 595, - "width": 188 - }, - "type": "parallelogram" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "left", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Background image" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 47", - "placement": { - "height": 50, - "left": 798, - "top": 674, - "width": 188 - }, - "type": "parallelogram" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 5 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 48", - "placement": { - "height": 50, - "left": 798, - "top": 753, - "width": 188 - }, - "type": "parallelogram" - }, - { - "background": { - "color": { - "fixed": "transparent" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "rgb(204, 204, 220)" - }, - "size": 24, - "text": { - "fixed": "Triangle" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 49", - "placement": { - "height": 50, - "left": 1074, - "top": 438, - "width": 172 - }, - "type": "text" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "field": "A-hehwzd", - "fixed": "", - "mode": "field" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 50", - "placement": { - "height": 50, - "left": 1066, - "top": 516, - "width": 188 - }, - "type": "triangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "center", - "color": { - "field": "A-hehwzd", - "fixed": "#000000" - }, - "text": { - "fixed": "Text color" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 51", - "placement": { - "height": 50, - "left": 1066, - "top": 595, - "width": 188 - }, - "type": "triangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - }, - "image": { - "field": "Count (transformation)", - "mode": "field" - } - }, - "border": { - "color": { - "fixed": "dark-green" - } - }, - "config": { - "align": "left", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Background image" - }, - "valign": "bottom" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 52", - "placement": { - "height": 50, - "left": 1066, - "top": 674, - "width": 188 - }, - "type": "triangle" - }, - { - "background": { - "color": { - "fixed": "#D9D9D9" - } - }, - "border": { - "color": { - "field": "A-hehwzd", - "fixed": "dark-green" - }, - "width": 5 - }, - "config": { - "align": "center", - "color": { - "fixed": "#000000" - }, - "text": { - "fixed": "Border" - }, - "valign": "middle" - }, - "constraint": { - "horizontal": "left", - "vertical": "top" - }, - "name": "Element 53", - "placement": { - "height": 50, - "left": 1066, - "top": 753, - "width": 188 - }, - "type": "triangle" - } - ], - "name": "Element 1708700648848", - "placement": { - "height": 100, - "left": 0, - "rotation": 0, - "top": 0, - "width": 100 - }, - "type": "frame" + "width": 0 + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "elements": [ + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" }, - "showAdvancedTypes": true + "size": 24, + "text": { + "fixed": "Metric Value" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 1", + "placement": { + "height": 50, + "left": 38, + "top": 23, + "width": 144 + }, + "type": "text" }, - "pluginVersion": "11.1.0-pre", - "targets": [ - { - "datasource": { - "type": "grafana", - "uid": "grafana" + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "size": 20, + "text": { + "field": "A-hehwzd", + "fixed": "", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 2", + "placement": { + "height": 50, + "left": 16, + "top": 91, + "width": 188 + }, + "type": "metric-value" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "size": 20, + "text": { + "fixed": "Text color", + "mode": "fixed" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 3", + "placement": { + "height": 50, + "left": 16, + "top": 170, + "width": 188 + }, + "type": "metric-value" + }, + { + "background": { + "color": { + "fixed": "transparent" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "text" + }, + "size": 20, + "text": { + "fixed": "Background image", + "mode": "fixed" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 4", + "placement": { + "height": 50, + "left": 16, + "top": 249, + "width": 188 + }, + "type": "metric-value" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 2 + }, + "config": { + "align": "center", + "color": { + "fixed": "text" + }, + "size": 20, + "text": { + "fixed": "Border", + "mode": "fixed" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 5", + "placement": { + "height": 50, + "left": 16, + "top": 328, + "width": 188 + }, + "type": "metric-value" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "text" + }, + "size": 16, + "text": { + "field": "A-hehwzd", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 6", + "placement": { + "height": 50, + "left": 262, + "top": 91, + "width": 188 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + }, + "image": { + "fixed": "" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "rgb(204, 204, 220)" + }, + "size": 16, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 7", + "placement": { + "height": 50, + "left": 262, + "top": 170, + "width": 188 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 16, + "text": { + "fixed": "Background image" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 8", + "placement": { + "height": 50, + "left": 262, + "top": 249, + "width": 188 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 2 + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 16, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 9", + "placement": { + "height": 50, + "left": 262, + "top": 328, + "width": 188 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Text" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 10", + "placement": { + "height": 50, + "left": 284, + "top": 23, + "width": 144 + }, + "type": "text" + }, + { + "background": { + "fixed": "#D9D9D9" + }, + "border": { + "color": { + "fixed": "transparent" + }, + "width": 1 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "field": "A-hehwzd", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 11", + "placement": { + "height": 50, + "left": 530, + "top": 91, + "width": 188 + }, + "type": "ellipse" + }, + { + "background": { + "fixed": "#D9D9D9" + }, + "border": { + "color": { + "fixed": "transparent" + }, + "width": 1 + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 12", + "placement": { + "height": 50, + "left": 530, + "top": 170, + "width": 188 + }, + "type": "ellipse" + }, + { + "background": { + "fixed": "#D9D9D9", + "image": { + "field": "Count (transformation)", + "fixed": "", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "transparent" + }, + "width": 1 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Background image" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 13", + "placement": { + "height": 50, + "left": 530, + "top": 248.33333333333334, + "width": 187.99997965494794 + }, + "type": "ellipse" + }, + { + "background": { + "fixed": "#D9D9D9" + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "transparent" + }, + "radius": 0, + "width": 2 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 14", + "placement": { + "height": 50, + "left": 530, + "top": 328.33333333333337, + "width": 187.99997965494794 + }, + "type": "ellipse" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Ellipse" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 15", + "placement": { + "height": 50, + "left": 552, + "top": 23, + "width": 144 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "field": "A-hehwzd", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 16", + "placement": { + "height": 50, + "left": 798, + "top": 91, + "width": 188 + }, + "type": "rectangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 17", + "placement": { + "height": 50, + "left": 798, + "top": 170, + "width": 188 + }, + "type": "rectangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Background image" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 18", + "placement": { + "height": 50, + "left": 798.3333333333334, + "top": 248.33333333333334, + "width": 187.99997965494794 + }, + "type": "rectangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 2 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 19", + "placement": { + "height": 50, + "left": 798.3333333333334, + "top": 328.33333333333337, + "width": 187.99235026041669 + }, + "type": "rectangle" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Rectangle" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 20", + "placement": { + "height": 50, + "left": 820, + "top": 23, + "width": 144 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "fill": { + "fixed": "#D9D9D9" + }, + "path": { + "field": "A-hehwzd", + "fixed": "img/icons/unicons/question-circle.svg", + "mode": "field" + } + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 21", + "placement": { + "height": 50, + "left": 1066, + "top": 91, + "width": 188 + }, + "type": "icon" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "fill": { + "field": "A-hehwzd", + "fixed": "#D9D9D9" + }, + "path": { + "fixed": "img/icons/unicons/question-circle.svg", + "mode": "fixed" + } + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 22", + "placement": { + "height": 50, + "left": 1066, + "top": 170, + "width": 188 + }, + "type": "icon" + }, + { + "background": { + "color": { + "fixed": "transparent" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "fill": { + "fixed": "#D9D9D9" + }, + "path": { + "fixed": "img/icons/unicons/question-circle.svg", + "mode": "fixed" + } + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 23", + "placement": { + "height": 50, + "left": 1066, + "top": 249, + "width": 188 + }, + "type": "icon" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 2 + }, + "config": { + "fill": { + "fixed": "#D9D9D9" + }, + "path": { + "fixed": "img/icons/unicons/question-circle.svg", + "mode": "fixed" + } + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 24", + "placement": { + "height": 50, + "left": 1066, + "top": 328, + "width": 188 + }, + "type": "icon" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Icon" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 25", + "placement": { + "height": 50, + "left": 1088, + "top": 23, + "width": 144 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "statusColor": { + "field": "A-hehwzd" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 26", + "placement": { + "height": 90, + "left": 65, + "top": 516, + "width": 90 + }, + "type": "server" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 2 + }, + "config": { + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 29", + "placement": { + "height": 90, + "left": 65, + "top": 870, + "width": 90 + }, + "type": "server" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Server" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 30", + "placement": { + "height": 50, + "left": 38, + "top": 438, + "width": 144 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "bulbColor": { + "field": "A-hehwzd" + }, + "statusColor": { + "fixed": "transparent" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 31", + "placement": { + "height": 90, + "left": 65, + "top": 634, + "width": 90 + }, + "type": "server" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "blinkRate": { + "field": "A-hehwzd" + }, + "bulbColor": { + "fixed": "#000000" + }, + "statusColor": { + "fixed": "transparent" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 32", + "placement": { + "height": 90, + "left": 65, + "top": 752, + "width": 90 + }, + "type": "server" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "rpm": { + "field": "A-hehwzd" + }, + "statusColor": { + "field": "A-hehwzd" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 33", + "placement": { + "height": 55, + "left": 329, + "top": 516, + "width": 55 + }, + "type": "windTurbine" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Wind Turbine" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 35", + "placement": { + "height": 50, + "left": 270, + "top": 438, + "width": 172 + }, + "type": "text" + }, + { + "background": { + "color": { + "field": "A-hehwzd", + "fixed": "transparent" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "bulbColor": { + "field": "A-hehwzd" + }, + "statusColor": { + "fixed": "transparent" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 36", + "placement": { + "height": 55, + "left": 329, + "top": 633, + "width": 55 + }, + "type": "windTurbine" + }, + { + "background": { + "color": { + "field": "Count (transformation)", + "fixed": "transparent" + }, + "image": { + "field": "A-hehwzd", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + }, + "width": 0 + }, + "config": { + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 38", + "placement": { + "height": 90, + "left": 65, + "top": 988, + "width": 90 + }, + "type": "server" + }, + { + "background": { + "color": { + "fixed": "transparent" + }, + "image": { + "field": "", + "mode": "field" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 1 + }, + "config": { + "bulbColor": { + "field": "A-hehwzd" + }, + "statusColor": { + "fixed": "transparent" + }, + "type": "Single" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 37", + "placement": { + "height": 55, + "left": 329, + "top": 752, + "width": 55 + }, + "type": "windTurbine" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Cloud" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 39", + "placement": { + "height": 50, + "left": 530, + "top": 438, + "width": 172 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "field": "A-hehwzd", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 40", + "placement": { + "height": 50, + "left": 530, + "top": 517, + "width": 188 + }, + "type": "cloud" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 41", + "placement": { + "height": 50, + "left": 530, + "top": 596, + "width": 188 + }, + "type": "cloud" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "left", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Background image" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 42", + "placement": { + "height": 50, + "left": 530, + "top": 675, + "width": 188 + }, + "type": "cloud" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 5 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 43", + "placement": { + "height": 50, + "left": 530, + "top": 754, + "width": 188 + }, + "type": "cloud" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Parallelogram" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 44", + "placement": { + "height": 50, + "left": 806, + "top": 438, + "width": 172 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "field": "A-hehwzd", + "fixed": "", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 45", + "placement": { + "height": 50, + "left": 798, + "top": 516, + "width": 188 + }, + "type": "parallelogram" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 46", + "placement": { + "height": 50, + "left": 798, + "top": 595, + "width": 188 + }, + "type": "parallelogram" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "left", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Background image" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 47", + "placement": { + "height": 50, + "left": 798, + "top": 674, + "width": 188 + }, + "type": "parallelogram" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 5 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 48", + "placement": { + "height": 50, + "left": 798, + "top": 753, + "width": 188 + }, + "type": "parallelogram" + }, + { + "background": { + "color": { + "fixed": "transparent" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "rgb(204, 204, 220)" + }, + "size": 24, + "text": { + "fixed": "Triangle" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 49", + "placement": { + "height": 50, + "left": 1074, + "top": 438, + "width": 172 + }, + "type": "text" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "field": "A-hehwzd", + "fixed": "", + "mode": "field" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 50", + "placement": { + "height": 50, + "left": 1066, + "top": 516, + "width": 188 + }, + "type": "triangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "center", + "color": { + "field": "A-hehwzd", + "fixed": "#000000" + }, + "text": { + "fixed": "Text color" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 51", + "placement": { + "height": 50, + "left": 1066, + "top": 595, + "width": 188 + }, + "type": "triangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + }, + "image": { + "field": "Count (transformation)", + "mode": "field" + } + }, + "border": { + "color": { + "fixed": "dark-green" + } + }, + "config": { + "align": "left", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Background image" + }, + "valign": "bottom" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 52", + "placement": { + "height": 50, + "left": 1066, + "top": 674, + "width": 188 + }, + "type": "triangle" + }, + { + "background": { + "color": { + "fixed": "#D9D9D9" + } + }, + "border": { + "color": { + "field": "A-hehwzd", + "fixed": "dark-green" + }, + "width": 5 + }, + "config": { + "align": "center", + "color": { + "fixed": "#000000" + }, + "text": { + "fixed": "Border" + }, + "valign": "middle" + }, + "constraint": { + "horizontal": "left", + "vertical": "top" + }, + "name": "Element 53", + "placement": { + "height": 50, + "left": 1066, + "top": 753, + "width": 188 + }, + "type": "triangle" + } + ], + "name": "Element 1708700648848", + "placement": { + "height": 100, + "left": 0, + "rotation": 0, + "top": 0, + "width": 100 + }, + "type": "frame" + }, + "showAdvancedTypes": true + }, + "pluginVersion": "11.1.0-pre", + "targets": [ + { + "datasource": { + "type": "grafana", + "uid": "grafana" + }, + "queryType": "snapshot", + "refId": "A", + "snapshot": [ + { + "data": { + "values": [ + [ + 1708679336805, 1708679366805, 1708679396805, 1708679426805, 1708679456805, 1708679486805, + 1708679516805, 1708679546805, 1708679576805, 1708679606805, 1708679636805, 1708679666805, + 1708679696805, 1708679726805, 1708679756805, 1708679786805, 1708679816805, 1708679846805, + 1708679876805, 1708679906805, 1708679936805, 1708679966805, 1708679996805, 1708680026805, + 1708680056805, 1708680086805, 1708680116805, 1708680146805, 1708680176805, 1708680206805, + 1708680236805, 1708680266805, 1708680296805, 1708680326805, 1708680356805, 1708680386805, + 1708680416805, 1708680446805, 1708680476805, 1708680506805, 1708680536805, 1708680566805, + 1708680596805, 1708680626805, 1708680656805, 1708680686805, 1708680716805, 1708680746805, + 1708680776805, 1708680806805, 1708680836805, 1708680866805, 1708680896805, 1708680926805, + 1708680956805, 1708680986805, 1708681016805, 1708681046805, 1708681076805, 1708681106805, + 1708681136805, 1708681166805, 1708681196805, 1708681226805, 1708681256805, 1708681286805, + 1708681316805, 1708681346805, 1708681376805, 1708681406805, 1708681436805, 1708681466805, + 1708681496805, 1708681526805, 1708681556805, 1708681586805, 1708681616805, 1708681646805, + 1708681676805, 1708681706805, 1708681736805, 1708681766805, 1708681796805, 1708681826805, + 1708681856805, 1708681886805, 1708681916805, 1708681946805, 1708681976805, 1708682006805, + 1708682036805, 1708682066805, 1708682096805, 1708682126805, 1708682156805, 1708682186805, + 1708682216805, 1708682246805, 1708682276805, 1708682306805, 1708682336805, 1708682366805, + 1708682396805, 1708682426805, 1708682456805, 1708682486805, 1708682516805, 1708682546805, + 1708682576805, 1708682606805, 1708682636805, 1708682666805, 1708682696805, 1708682726805, + 1708682756805, 1708682786805, 1708682816805, 1708682846805, 1708682876805, 1708682906805, + 1708682936805, 1708682966805, 1708682996805, 1708683026805, 1708683056805, 1708683086805, + 1708683116805, 1708683146805, 1708683176805, 1708683206805, 1708683236805, 1708683266805, + 1708683296805, 1708683326805, 1708683356805, 1708683386805, 1708683416805, 1708683446805, + 1708683476805, 1708683506805, 1708683536805, 1708683566805, 1708683596805, 1708683626805, + 1708683656805, 1708683686805, 1708683716805, 1708683746805, 1708683776805, 1708683806805, + 1708683836805, 1708683866805, 1708683896805, 1708683926805, 1708683956805, 1708683986805, + 1708684016805, 1708684046805, 1708684076805, 1708684106805, 1708684136805, 1708684166805, + 1708684196805, 1708684226805, 1708684256805, 1708684286805, 1708684316805, 1708684346805, + 1708684376805, 1708684406805, 1708684436805, 1708684466805, 1708684496805, 1708684526805, + 1708684556805, 1708684586805, 1708684616805, 1708684646805, 1708684676805, 1708684706805, + 1708684736805, 1708684766805, 1708684796805, 1708684826805, 1708684856805, 1708684886805, + 1708684916805, 1708684946805, 1708684976805, 1708685006805, 1708685036805, 1708685066805, + 1708685096805, 1708685126805, 1708685156805, 1708685186805, 1708685216805, 1708685246805, + 1708685276805, 1708685306805, 1708685336805, 1708685366805, 1708685396805, 1708685426805, + 1708685456805, 1708685486805, 1708685516805, 1708685546805, 1708685576805, 1708685606805, + 1708685636805, 1708685666805, 1708685696805, 1708685726805, 1708685756805, 1708685786805, + 1708685816805, 1708685846805, 1708685876805, 1708685906805, 1708685936805, 1708685966805, + 1708685996805, 1708686026805, 1708686056805, 1708686086805, 1708686116805, 1708686146805, + 1708686176805, 1708686206805, 1708686236805, 1708686266805, 1708686296805, 1708686326805, + 1708686356805, 1708686386805, 1708686416805, 1708686446805, 1708686476805, 1708686506805, + 1708686536805, 1708686566805, 1708686596805, 1708686626805, 1708686656805, 1708686686805, + 1708686716805, 1708686746805, 1708686776805, 1708686806805, 1708686836805, 1708686866805, + 1708686896805, 1708686926805, 1708686956805, 1708686986805, 1708687016805, 1708687046805, + 1708687076805, 1708687106805, 1708687136805, 1708687166805, 1708687196805, 1708687226805, + 1708687256805, 1708687286805, 1708687316805, 1708687346805, 1708687376805, 1708687406805, + 1708687436805, 1708687466805, 1708687496805, 1708687526805, 1708687556805, 1708687586805, + 1708687616805, 1708687646805, 1708687676805, 1708687706805, 1708687736805, 1708687766805, + 1708687796805, 1708687826805, 1708687856805, 1708687886805, 1708687916805, 1708687946805, + 1708687976805, 1708688006805, 1708688036805, 1708688066805, 1708688096805, 1708688126805, + 1708688156805, 1708688186805, 1708688216805, 1708688246805, 1708688276805, 1708688306805, + 1708688336805, 1708688366805, 1708688396805, 1708688426805, 1708688456805, 1708688486805, + 1708688516805, 1708688546805, 1708688576805, 1708688606805, 1708688636805, 1708688666805, + 1708688696805, 1708688726805, 1708688756805, 1708688786805, 1708688816805, 1708688846805, + 1708688876805, 1708688906805, 1708688936805, 1708688966805, 1708688996805, 1708689026805, + 1708689056805, 1708689086805, 1708689116805, 1708689146805, 1708689176805, 1708689206805, + 1708689236805, 1708689266805, 1708689296805, 1708689326805, 1708689356805, 1708689386805, + 1708689416805, 1708689446805, 1708689476805, 1708689506805, 1708689536805, 1708689566805, + 1708689596805, 1708689626805, 1708689656805, 1708689686805, 1708689716805, 1708689746805, + 1708689776805, 1708689806805, 1708689836805, 1708689866805, 1708689896805, 1708689926805, + 1708689956805, 1708689986805, 1708690016805, 1708690046805, 1708690076805, 1708690106805, + 1708690136805, 1708690166805, 1708690196805, 1708690226805, 1708690256805, 1708690286805, + 1708690316805, 1708690346805, 1708690376805, 1708690406805, 1708690436805, 1708690466805, + 1708690496805, 1708690526805, 1708690556805, 1708690586805, 1708690616805, 1708690646805, + 1708690676805, 1708690706805, 1708690736805, 1708690766805, 1708690796805, 1708690826805, + 1708690856805, 1708690886805, 1708690916805, 1708690946805, 1708690976805, 1708691006805, + 1708691036805, 1708691066805, 1708691096805, 1708691126805, 1708691156805, 1708691186805, + 1708691216805, 1708691246805, 1708691276805, 1708691306805, 1708691336805, 1708691366805, + 1708691396805, 1708691426805, 1708691456805, 1708691486805, 1708691516805, 1708691546805, + 1708691576805, 1708691606805, 1708691636805, 1708691666805, 1708691696805, 1708691726805, + 1708691756805, 1708691786805, 1708691816805, 1708691846805, 1708691876805, 1708691906805, + 1708691936805, 1708691966805, 1708691996805, 1708692026805, 1708692056805, 1708692086805, + 1708692116805, 1708692146805, 1708692176805, 1708692206805, 1708692236805, 1708692266805, + 1708692296805, 1708692326805, 1708692356805, 1708692386805, 1708692416805, 1708692446805, + 1708692476805, 1708692506805, 1708692536805, 1708692566805, 1708692596805, 1708692626805, + 1708692656805, 1708692686805, 1708692716805, 1708692746805, 1708692776805, 1708692806805, + 1708692836805, 1708692866805, 1708692896805, 1708692926805, 1708692956805, 1708692986805, + 1708693016805, 1708693046805, 1708693076805, 1708693106805, 1708693136805, 1708693166805, + 1708693196805, 1708693226805, 1708693256805, 1708693286805, 1708693316805, 1708693346805, + 1708693376805, 1708693406805, 1708693436805, 1708693466805, 1708693496805, 1708693526805, + 1708693556805, 1708693586805, 1708693616805, 1708693646805, 1708693676805, 1708693706805, + 1708693736805, 1708693766805, 1708693796805, 1708693826805, 1708693856805, 1708693886805, + 1708693916805, 1708693946805, 1708693976805, 1708694006805, 1708694036805, 1708694066805, + 1708694096805, 1708694126805, 1708694156805, 1708694186805, 1708694216805, 1708694246805, + 1708694276805, 1708694306805, 1708694336805, 1708694366805, 1708694396805, 1708694426805, + 1708694456805, 1708694486805, 1708694516805, 1708694546805, 1708694576805, 1708694606805, + 1708694636805, 1708694666805, 1708694696805, 1708694726805, 1708694756805, 1708694786805, + 1708694816805, 1708694846805, 1708694876805, 1708694906805, 1708694936805, 1708694966805, + 1708694996805, 1708695026805, 1708695056805, 1708695086805, 1708695116805, 1708695146805, + 1708695176805, 1708695206805, 1708695236805, 1708695266805, 1708695296805, 1708695326805, + 1708695356805, 1708695386805, 1708695416805, 1708695446805, 1708695476805, 1708695506805, + 1708695536805, 1708695566805, 1708695596805, 1708695626805, 1708695656805, 1708695686805, + 1708695716805, 1708695746805, 1708695776805, 1708695806805, 1708695836805, 1708695866805, + 1708695896805, 1708695926805, 1708695956805, 1708695986805, 1708696016805, 1708696046805, + 1708696076805, 1708696106805, 1708696136805, 1708696166805, 1708696196805, 1708696226805, + 1708696256805, 1708696286805, 1708696316805, 1708696346805, 1708696376805, 1708696406805, + 1708696436805, 1708696466805, 1708696496805, 1708696526805, 1708696556805, 1708696586805, + 1708696616805, 1708696646805, 1708696676805, 1708696706805, 1708696736805, 1708696766805, + 1708696796805, 1708696826805, 1708696856805, 1708696886805, 1708696916805, 1708696946805, + 1708696976805, 1708697006805, 1708697036805, 1708697066805, 1708697096805, 1708697126805, + 1708697156805, 1708697186805, 1708697216805, 1708697246805, 1708697276805, 1708697306805, + 1708697336805, 1708697366805, 1708697396805, 1708697426805, 1708697456805, 1708697486805, + 1708697516805, 1708697546805, 1708697576805, 1708697606805, 1708697636805, 1708697666805, + 1708697696805, 1708697726805, 1708697756805, 1708697786805, 1708697816805, 1708697846805, + 1708697876805, 1708697906805, 1708697936805, 1708697966805, 1708697996805, 1708698026805, + 1708698056805, 1708698086805, 1708698116805, 1708698146805, 1708698176805, 1708698206805, + 1708698236805, 1708698266805, 1708698296805, 1708698326805, 1708698356805, 1708698386805, + 1708698416805, 1708698446805, 1708698476805, 1708698506805, 1708698536805, 1708698566805, + 1708698596805, 1708698626805, 1708698656805, 1708698686805, 1708698716805, 1708698746805, + 1708698776805, 1708698806805, 1708698836805, 1708698866805, 1708698896805, 1708698926805, + 1708698956805, 1708698986805, 1708699016805, 1708699046805, 1708699076805, 1708699106805, + 1708699136805, 1708699166805, 1708699196805, 1708699226805, 1708699256805, 1708699286805, + 1708699316805, 1708699346805, 1708699376805, 1708699406805, 1708699436805, 1708699466805, + 1708699496805, 1708699526805, 1708699556805, 1708699586805, 1708699616805, 1708699646805, + 1708699676805, 1708699706805, 1708699736805, 1708699766805, 1708699796805, 1708699826805, + 1708699856805, 1708699886805, 1708699916805, 1708699946805, 1708699976805, 1708700006805, + 1708700036805, 1708700066805, 1708700096805, 1708700126805, 1708700156805, 1708700186805, + 1708700216805, 1708700246805, 1708700276805, 1708700306805, 1708700336805, 1708700366805, + 1708700396805, 1708700426805, 1708700456805, 1708700486805, 1708700516805, 1708700546805, + 1708700576805, 1708700606805, 1708700636805, 1708700666805, 1708700696805, 1708700726805, + 1708700756805, 1708700786805, 1708700816805, 1708700846805, 1708700876805, 1708700906805 + ], + [ + 61.7880220958275, 61.81270791445456, 61.829208768453746, 61.3952804521061, 61.54378204663586, + 61.793292376739025, 61.89508181687579, 62.032346031223305, 62.090954811114734, 61.788446359641156, + 61.34681406228381, 61.37147422434034, 61.40948125782848, 61.69144945060843, 61.790001610516114, + 61.9726511399688, 62.17186395369245, 61.841593279449114, 61.81351577982158, 61.774548608665306, + 61.45071912098117, 61.837381696515884, 61.65059114296433, 61.1939165193637, 61.251406089255795, + 60.90456801094042, 60.56801269725712, 60.79736902333104, 60.9367183948152, 61.40785835680261, + 61.621326272755965, 61.53478423246078, 61.616180375313114, 61.56950269911591, 61.419724817297585, + 61.76631225002593, 62.12897242834343, 62.123394668856335, 61.84384351878861, 61.784342739352965, + 61.946359707479985, 62.00854561243485, 61.949378148238175, 61.83251536870273, 62.10046102360543, + 62.51955528279164, 62.43194543555232, 61.93563724102479, 61.61222776112464, 61.706572968014584, + 61.25653135192282, 61.356339636867965, 61.699918128409436, 61.700832273918536, 61.48680261436916, + 61.23885493750151, 60.88064816100224, 60.8061115971784, 60.48689168723215, 60.55420316390225, + 60.78326551379002, 60.71763616746389, 61.0384027799684, 61.361681117105356, 61.819694140841825, + 61.60303629180282, 61.13531779096821, 61.59247554276454, 62.073700396192514, 62.257393021269124, + 62.433793965222456, 62.250955190991135, 61.85027922321473, 61.991414140632, 62.103475488499456, + 62.1675085033716, 61.81759701584563, 61.44204189561965, 61.39004247589699, 61.84841370788845, + 62.01982884908544, 62.29261477385842, 62.1881407732118, 61.77974858108549, 61.30269030921595, + 61.72885233653658, 62.160061928899516, 62.13127060574461, 61.99860014382346, 62.2713524353439, + 62.45360209624644, 62.45033536766769, 62.74579940152534, 62.652379007396135, 62.50461375528075, + 62.4923739782267, 62.87608071230181, 62.979684959589086, 63.376138214369306, 63.66354651661235, + 63.77873383844567, 64.02365055931571, 63.57333739418103, 63.569251641994995, 63.51940188659398, + 63.81887126104792, 64.10808860762592, 64.26214829221084, 63.81353904099011, 63.792123977174654, + 64.09459044217124, 64.49651926575704, 64.87380353415439, 65.22102686208456, 65.49078940759729, + 65.83529933530703, 66.06313506256244, 66.36902912666964, 66.78048161957578, 66.85326316970041, + 67.14736719324404, 67.55927886414139, 67.497025942169, 67.84593513490577, 67.47441764273138, + 67.94871645670011, 68.32729017349827, 68.0857872436968, 67.93500201308075, 67.75781760651351, + 67.62321694227796, 67.87687655718156, 68.03974600191707, 67.82627187210018, 68.29863099170737, + 67.95842239244082, 67.56173819267319, 67.11089985276264, 67.58721546400895, 67.43817707268052, + 67.63734474285276, 67.8608900819446, 68.2491098921388, 68.64222598287019, 68.93436090180123, + 68.58516897681044, 68.88556663186037, 68.82509258379442, 68.43122435581691, 68.01151775860062, + 68.31539501569645, 68.01224489043588, 68.21383479637454, 67.85864255481124, 67.85285437130011, + 67.68770174333852, 67.78834746198736, 68.07096889676643, 68.06340992932907, 68.37116739265392, + 68.25606363201948, 68.0308569092854, 68.0279418148109, 67.68837311892736, 67.98015788941186, + 68.39001231797856, 68.55810426314746, 68.67055538403375, 68.24669275435873, 68.3542775530211, + 67.99792233705742, 67.93848132742042, 67.54327434886798, 67.86541640645122, 67.63715332453567, + 67.44863373545599, 67.54029786855584, 67.3799227903252, 67.272800723832, 67.65752571426705, + 67.27217330871126, 67.36259068699385, 67.6920166495926, 67.99237921892899, 68.00526928940994, + 67.67665255949264, 67.82106088034847, 68.22225474161398, 68.17103508007338, 68.1016199190692, + 67.9715626706774, 68.32706440829391, 67.87634330533211, 67.97207720874553, 67.87493382264455, + 67.38357737752105, 66.94768029712087, 66.67493510394992, 66.48367657533245, 66.77035937087237, + 66.87685661575208, 66.68590889792685, 67.11545823298368, 67.39896920212514, 67.34979904565203, + 67.19769898467558, 67.45512207826779, 67.07906680752531, 67.41541723819202, 67.15472798048341, + 67.15672773264464, 67.6290223056695, 68.11240707910342, 68.40594352628086, 67.92798893549167, + 67.46919856375305, 67.4835115803936, 67.63236807133978, 67.17328415938867, 67.24458272746313, + 66.84593455247185, 67.01430262963748, 67.05291762336604, 67.23817875420809, 66.98941509949245, + 66.68717338595964, 67.12826784930103, 66.74586515933792, 67.12397362624425, 66.91465424208462, + 66.68655917540693, 66.19881496899525, 66.68817057925634, 66.37134623059349, 66.596971028669, + 67.08641642499875, 67.12758650919066, 67.38518121414808, 67.46997153732326, 67.33145553844577, + 67.65363406004056, 67.45595043797628, 67.24978988019829, 67.39677514651268, 67.5978323405599, + 67.96140308646021, 68.00477049936622, 67.75104436464927, 67.99988077010511, 68.19366044789288, + 68.49848829432483, 68.25947149341026, 68.6317723773926, 68.91668608614779, 68.8159923502771, + 69.17513974647629, 69.23356802652235, 69.25309375298245, 69.21125949874141, 69.20726323550102, + 68.78019883289588, 69.24667107728621, 69.1153426259508, 69.56206231608063, 69.72141422867662, + 69.541238907092, 69.81884141217625, 69.53432369593423, 69.43315031151812, 69.01688148574168, + 68.90923934889648, 69.13664462290991, 69.31984528071725, 69.14875943039056, 69.48885652654923, + 69.88297168977773, 69.42462273878934, 69.12679413148601, 68.98123233159377, 68.7762758442149, + 68.48846507574687, 68.02689832504595, 68.02852643078998, 67.555096330903, 67.4639788904284, + 67.61277291577984, 67.70121565906206, 67.66817331556194, 67.84767253849441, 68.18538578924706, + 68.29860737971661, 68.53693780239855, 68.59722904625475, 68.72061222893264, 68.6709989466837, + 69.09400533816238, 69.20295511428635, 69.04258759148102, 68.77139467473914, 68.57756213054044, + 68.67449080482191, 68.60860533532343, 69.01676017621124, 69.3052161196497, 68.89017381442457, + 68.87423335356772, 68.94718162265079, 69.07199142609447, 68.79769510366016, 68.65106890757201, + 68.77703094552813, 68.28258034480257, 68.39479364216955, 68.34220719427985, 68.64253416645396, + 68.87725555362057, 68.5131252571485, 68.89127035251008, 68.67886068136877, 68.4447624537287, + 68.00181105736998, 68.16998112143412, 68.43591872875314, 68.02705208136817, 68.45211203302853, + 68.53289570629535, 68.58200283313724, 68.25718933019785, 68.36370956465593, 68.05020228727913, + 68.50658655636543, 68.66449948753682, 68.2241732330651, 68.09791466418139, 67.88940531760399, + 68.36978817923638, 67.96433264274425, 68.36349840881765, 68.48435193949715, 68.79844380614031, + 69.02017361165895, 68.52624119834393, 68.74005315812674, 68.76067653657759, 68.27918960695276, + 68.65714329915559, 68.42872809873309, 67.98192094490678, 68.02723949195821, 68.36423058076824, + 68.71132274325691, 68.6730162618873, 68.2039400216969, 67.86554691576616, 67.49988053949725, + 67.16307215146469, 67.0353669125758, 67.25486895820083, 66.95629780399439, 67.11477592840751, + 66.64323746050167, 66.20269172026232, 66.48026858749327, 66.4824015740555, 66.09931551662274, + 66.52915019033718, 66.45576884782787, 66.24667785942938, 65.81418399593981, 65.5611498094969, + 65.3398959293035, 65.77646026507297, 65.39346792956597, 65.41692492067247, 65.80888038895401, + 66.01134945900266, 65.80681809031556, 65.32295296805074, 65.37373854104783, 64.93533382859144, + 64.7705026812803, 65.17813748381224, 65.361732144628, 64.9021692008158, 64.7544901225187, + 64.89471070898715, 64.74868721773261, 65.00087272748908, 65.13124433830268, 64.86532668113782, + 64.51108629312537, 64.48208116580882, 64.86340417937541, 64.5927354669956, 64.1183990008181, + 63.66603997870095, 63.670535114339415, 63.179312479687646, 62.71414451358941, 62.349677869382184, + 62.73321111245177, 62.63668992149067, 62.246656820357686, 62.12151749467506, 62.09114940207692, + 62.13652644719604, 62.59170540130276, 62.28435878005047, 62.62555470862962, 62.73559453227453, + 62.63492310358647, 62.99493118502586, 63.2621260239913, 62.99279716454684, 62.8629723908099, + 63.01324605242161, 63.27456767760901, 63.11585082867133, 63.04279509050621, 63.10999097814922, + 63.544265738869036, 63.11822935137409, 63.01523903936018, 63.20403674621687, 62.83896086980938, + 62.41843196460615, 62.11985404869429, 62.07986319614809, 61.99277704632526, 61.668764434861785, + 61.24484474074755, 61.461440830656386, 61.276838934561326, 61.190724244624434, 61.55613660124493, + 61.12078454699415, 61.3276958600818, 61.6042219184118, 61.25513892816126, 61.31664892177688, + 61.688070650858535, 62.01190639528168, 62.08869564629636, 61.97211569824653, 62.06419901170042, + 62.32586483758532, 62.23902878995992, 62.10813808603461, 61.85578175807045, 62.23028871528028, + 62.632050281179744, 62.94816419819628, 62.73043921369783, 62.23627146727455, 62.584832680453275, + 62.62993353336442, 62.8749075179418, 62.48040775408503, 62.21373335340891, 61.79955494265226, + 61.833015907179636, 61.39273179502193, 61.269508387088344, 61.72530078527864, 62.09495330426252, + 62.151597131318645, 62.03375578347783, 62.417839543433374, 62.857582366978384, 62.57434410206618, + 63.025461247334185, 62.891637883802545, 62.74129737438404, 62.686344200077194, 62.74668907124072, + 62.8988624768576, 62.60573732388666, 63.025949401766745, 62.67167444177004, 62.90064380635685, + 62.864966632927896, 62.75573606469665, 62.64819512833622, 62.568258206957815, 62.60577268655998, + 62.15762551315059, 62.567239861872935, 62.2060758300364, 62.31900525191699, 62.28916506290531, + 62.44905922260444, 62.461296429876256, 62.500385909925505, 62.650801268022704, 62.56666212391569, + 62.40046878730333, 62.094243157050244, 62.53663695990193, 62.42300679544488, 62.36921559899188, + 62.24670139180489, 62.569517596988945, 62.66647211282815, 62.665771463959715, 62.876380887882625, + 62.45928337880216, 62.909344895815984, 62.792949925824054, 62.83068709163355, 62.69318202524612, + 62.87621607310353, 63.31283919698538, 63.25629003985129, 63.705604438529726, 63.273909526061956, + 63.5892070912608, 63.25172069842234, 63.29295380191922, 63.37827406047424, 63.40692971848919, + 62.91617622008834, 62.78539371994352, 62.67023463643756, 62.778172553545886, 62.47010093156481, + 62.73229570857713, 62.59545419552364, 63.021765325598885, 63.12625341655425, 62.78539970673421, + 62.48947067386955, 62.50019409861797, 62.27827076256643, 62.32133231940964, 62.28201148707485, + 62.75074499118775, 62.2850034814543, 62.11551149639342, 62.19275216451308, 61.99131816833137, + 61.53708598957499, 61.935909883441674, 61.982544659526965, 62.47356745991423, 62.54325753022373, + 62.146857201138765, 62.189218538018835, 62.06268691181029, 62.33603183556959, 62.82869197777662, + 63.18597742858942, 63.032993740715966, 63.5325845753775, 63.562424373715885, 63.50147245681481, + 63.9167851513779, 64.41348447594058, 64.47641931732102, 64.00422787602398, 63.84372934402268, + 63.57536630107787, 64.06767133087304, 63.857109831163605, 63.594856285335126, 64.01811161431772, + 64.07634398750827, 64.53914449236566, 64.0503925198368, 63.65098131727389, 63.68701372362301, + 63.69177696813634, 63.37477814620089, 62.9056011078514, 62.51297543133976, 62.59250225336332, + 62.80712544689635, 62.841367040210486, 63.01245999144349, 63.05987075936997, 62.7064932753452, + 62.53562962324097, 62.31063278405174, 62.266535846784436, 62.302218124559445, 62.342098988884466, + 61.85031656038063, 62.236466943962625, 62.38666354433638, 62.50448443527158, 62.2386149786552, + 62.43706094747305, 62.48167927367151, 62.53256313135768, 62.78282604117919, 62.610692060658806, + 62.60559562844521, 62.522478905756024, 62.11039441006909, 62.455676051055406, 62.12208142671207, + 62.08989132214651, 61.60556028504288, 61.72080384449528, 61.67203415718332, 61.300028102691506, + 61.2882234681282, 61.67414171824772, 61.663919195939215, 61.82126261684866, 62.14747753168045, + 61.90000454947883, 61.550477655414085, 61.823665895055534, 62.2914692558774, 61.97827489307881, + 62.373656454593686, 62.77509964777066, 63.03123026432718, 62.71959998560016, 62.798641799535915, + 62.36309802737797, 62.187803490902276, 61.86629603436246, 61.51332614924758, 61.670529134596514, + 62.01614193494398, 62.42759829956865, 62.04049015814663, 62.4879050225676, 62.534578908118796, + 62.53729183335963, 62.507213724278294, 62.91741156445245, 62.80078558969012, 62.89530940332275, + 62.82952275179085, 62.931001539540134, 62.715893011718826, 63.176668587903144, 63.25804897932602, + 63.715274804489724, 63.25110762353138, 63.703759539930466, 63.9121877763375, 63.74483403967367, + 63.278090432146044, 63.25689283100131, 63.5587547259249, 63.99611056226184, 63.711033213960846, + 63.61430481648302, 63.37762519043254, 63.825084284030204, 63.65971618383464, 64.11513361026066, + 64.55773804769903, 64.72114634405787, 64.92113863156139, 64.74299967907277, 64.58315181550863, + 64.53895512079164, 64.29203322638713, 64.35539787981175, 64.51347297698413, 64.41240397641245, + 64.37002365296716, 64.54885534394022, 65.0387758477243, 64.77700441309366, 65.18362739291737, + 65.05949296204716, 64.57684960686204, 64.47443633413799, 64.25660237904727, 64.56848853603353, + 64.13857108098799, 63.779464548765795, 63.940686810035814, 63.47280572727399, 63.75027671584932, + 63.72842205520389, 63.28631208752196, 63.54806381048302, 63.89145142689777, 63.77801877620565, + 64.22035568724904, 63.99613288560804, 64.03027098363421, 64.45100338093056, 64.4954103610469, + 64.0379570128468, 64.509809400983, 64.24776908391132, 64.18308085450447, 64.02686567211323, + 64.00949969057655, 64.08790624904579, 64.44413148646105, 64.436667344197, 64.925560935662, + 64.4380208837763, 64.63611397061874, 64.53720467943039, 64.89043109965093, 65.02933526203901, + 65.38083597755491, 65.63733460002958, 66.04889884599933, 66.15611674378638, 66.58017724018646, + 66.13733327264003, 65.69321107501534, 65.92059175869956, 65.73905913370584, 65.39714875503125, + 65.31355908128221, 65.75886616744013, 66.05775873128395, 65.93022978097021, 66.3107650269844 + ] + ] + }, + "schema": { + "fields": [ + { + "config": { + "interval": 30000 }, - "queryType": "snapshot", - "refId": "A", - "snapshot": [ - { - "data": { - "values": [ - [ - 1708679336805, - 1708679366805, - 1708679396805, - 1708679426805, - 1708679456805, - 1708679486805, - 1708679516805, - 1708679546805, - 1708679576805, - 1708679606805, - 1708679636805, - 1708679666805, - 1708679696805, - 1708679726805, - 1708679756805, - 1708679786805, - 1708679816805, - 1708679846805, - 1708679876805, - 1708679906805, - 1708679936805, - 1708679966805, - 1708679996805, - 1708680026805, - 1708680056805, - 1708680086805, - 1708680116805, - 1708680146805, - 1708680176805, - 1708680206805, - 1708680236805, - 1708680266805, - 1708680296805, - 1708680326805, - 1708680356805, - 1708680386805, - 1708680416805, - 1708680446805, - 1708680476805, - 1708680506805, - 1708680536805, - 1708680566805, - 1708680596805, - 1708680626805, - 1708680656805, - 1708680686805, - 1708680716805, - 1708680746805, - 1708680776805, - 1708680806805, - 1708680836805, - 1708680866805, - 1708680896805, - 1708680926805, - 1708680956805, - 1708680986805, - 1708681016805, - 1708681046805, - 1708681076805, - 1708681106805, - 1708681136805, - 1708681166805, - 1708681196805, - 1708681226805, - 1708681256805, - 1708681286805, - 1708681316805, - 1708681346805, - 1708681376805, - 1708681406805, - 1708681436805, - 1708681466805, - 1708681496805, - 1708681526805, - 1708681556805, - 1708681586805, - 1708681616805, - 1708681646805, - 1708681676805, - 1708681706805, - 1708681736805, - 1708681766805, - 1708681796805, - 1708681826805, - 1708681856805, - 1708681886805, - 1708681916805, - 1708681946805, - 1708681976805, - 1708682006805, - 1708682036805, - 1708682066805, - 1708682096805, - 1708682126805, - 1708682156805, - 1708682186805, - 1708682216805, - 1708682246805, - 1708682276805, - 1708682306805, - 1708682336805, - 1708682366805, - 1708682396805, - 1708682426805, - 1708682456805, - 1708682486805, - 1708682516805, - 1708682546805, - 1708682576805, - 1708682606805, - 1708682636805, - 1708682666805, - 1708682696805, - 1708682726805, - 1708682756805, - 1708682786805, - 1708682816805, - 1708682846805, - 1708682876805, - 1708682906805, - 1708682936805, - 1708682966805, - 1708682996805, - 1708683026805, - 1708683056805, - 1708683086805, - 1708683116805, - 1708683146805, - 1708683176805, - 1708683206805, - 1708683236805, - 1708683266805, - 1708683296805, - 1708683326805, - 1708683356805, - 1708683386805, - 1708683416805, - 1708683446805, - 1708683476805, - 1708683506805, - 1708683536805, - 1708683566805, - 1708683596805, - 1708683626805, - 1708683656805, - 1708683686805, - 1708683716805, - 1708683746805, - 1708683776805, - 1708683806805, - 1708683836805, - 1708683866805, - 1708683896805, - 1708683926805, - 1708683956805, - 1708683986805, - 1708684016805, - 1708684046805, - 1708684076805, - 1708684106805, - 1708684136805, - 1708684166805, - 1708684196805, - 1708684226805, - 1708684256805, - 1708684286805, - 1708684316805, - 1708684346805, - 1708684376805, - 1708684406805, - 1708684436805, - 1708684466805, - 1708684496805, - 1708684526805, - 1708684556805, - 1708684586805, - 1708684616805, - 1708684646805, - 1708684676805, - 1708684706805, - 1708684736805, - 1708684766805, - 1708684796805, - 1708684826805, - 1708684856805, - 1708684886805, - 1708684916805, - 1708684946805, - 1708684976805, - 1708685006805, - 1708685036805, - 1708685066805, - 1708685096805, - 1708685126805, - 1708685156805, - 1708685186805, - 1708685216805, - 1708685246805, - 1708685276805, - 1708685306805, - 1708685336805, - 1708685366805, - 1708685396805, - 1708685426805, - 1708685456805, - 1708685486805, - 1708685516805, - 1708685546805, - 1708685576805, - 1708685606805, - 1708685636805, - 1708685666805, - 1708685696805, - 1708685726805, - 1708685756805, - 1708685786805, - 1708685816805, - 1708685846805, - 1708685876805, - 1708685906805, - 1708685936805, - 1708685966805, - 1708685996805, - 1708686026805, - 1708686056805, - 1708686086805, - 1708686116805, - 1708686146805, - 1708686176805, - 1708686206805, - 1708686236805, - 1708686266805, - 1708686296805, - 1708686326805, - 1708686356805, - 1708686386805, - 1708686416805, - 1708686446805, - 1708686476805, - 1708686506805, - 1708686536805, - 1708686566805, - 1708686596805, - 1708686626805, - 1708686656805, - 1708686686805, - 1708686716805, - 1708686746805, - 1708686776805, - 1708686806805, - 1708686836805, - 1708686866805, - 1708686896805, - 1708686926805, - 1708686956805, - 1708686986805, - 1708687016805, - 1708687046805, - 1708687076805, - 1708687106805, - 1708687136805, - 1708687166805, - 1708687196805, - 1708687226805, - 1708687256805, - 1708687286805, - 1708687316805, - 1708687346805, - 1708687376805, - 1708687406805, - 1708687436805, - 1708687466805, - 1708687496805, - 1708687526805, - 1708687556805, - 1708687586805, - 1708687616805, - 1708687646805, - 1708687676805, - 1708687706805, - 1708687736805, - 1708687766805, - 1708687796805, - 1708687826805, - 1708687856805, - 1708687886805, - 1708687916805, - 1708687946805, - 1708687976805, - 1708688006805, - 1708688036805, - 1708688066805, - 1708688096805, - 1708688126805, - 1708688156805, - 1708688186805, - 1708688216805, - 1708688246805, - 1708688276805, - 1708688306805, - 1708688336805, - 1708688366805, - 1708688396805, - 1708688426805, - 1708688456805, - 1708688486805, - 1708688516805, - 1708688546805, - 1708688576805, - 1708688606805, - 1708688636805, - 1708688666805, - 1708688696805, - 1708688726805, - 1708688756805, - 1708688786805, - 1708688816805, - 1708688846805, - 1708688876805, - 1708688906805, - 1708688936805, - 1708688966805, - 1708688996805, - 1708689026805, - 1708689056805, - 1708689086805, - 1708689116805, - 1708689146805, - 1708689176805, - 1708689206805, - 1708689236805, - 1708689266805, - 1708689296805, - 1708689326805, - 1708689356805, - 1708689386805, - 1708689416805, - 1708689446805, - 1708689476805, - 1708689506805, - 1708689536805, - 1708689566805, - 1708689596805, - 1708689626805, - 1708689656805, - 1708689686805, - 1708689716805, - 1708689746805, - 1708689776805, - 1708689806805, - 1708689836805, - 1708689866805, - 1708689896805, - 1708689926805, - 1708689956805, - 1708689986805, - 1708690016805, - 1708690046805, - 1708690076805, - 1708690106805, - 1708690136805, - 1708690166805, - 1708690196805, - 1708690226805, - 1708690256805, - 1708690286805, - 1708690316805, - 1708690346805, - 1708690376805, - 1708690406805, - 1708690436805, - 1708690466805, - 1708690496805, - 1708690526805, - 1708690556805, - 1708690586805, - 1708690616805, - 1708690646805, - 1708690676805, - 1708690706805, - 1708690736805, - 1708690766805, - 1708690796805, - 1708690826805, - 1708690856805, - 1708690886805, - 1708690916805, - 1708690946805, - 1708690976805, - 1708691006805, - 1708691036805, - 1708691066805, - 1708691096805, - 1708691126805, - 1708691156805, - 1708691186805, - 1708691216805, - 1708691246805, - 1708691276805, - 1708691306805, - 1708691336805, - 1708691366805, - 1708691396805, - 1708691426805, - 1708691456805, - 1708691486805, - 1708691516805, - 1708691546805, - 1708691576805, - 1708691606805, - 1708691636805, - 1708691666805, - 1708691696805, - 1708691726805, - 1708691756805, - 1708691786805, - 1708691816805, - 1708691846805, - 1708691876805, - 1708691906805, - 1708691936805, - 1708691966805, - 1708691996805, - 1708692026805, - 1708692056805, - 1708692086805, - 1708692116805, - 1708692146805, - 1708692176805, - 1708692206805, - 1708692236805, - 1708692266805, - 1708692296805, - 1708692326805, - 1708692356805, - 1708692386805, - 1708692416805, - 1708692446805, - 1708692476805, - 1708692506805, - 1708692536805, - 1708692566805, - 1708692596805, - 1708692626805, - 1708692656805, - 1708692686805, - 1708692716805, - 1708692746805, - 1708692776805, - 1708692806805, - 1708692836805, - 1708692866805, - 1708692896805, - 1708692926805, - 1708692956805, - 1708692986805, - 1708693016805, - 1708693046805, - 1708693076805, - 1708693106805, - 1708693136805, - 1708693166805, - 1708693196805, - 1708693226805, - 1708693256805, - 1708693286805, - 1708693316805, - 1708693346805, - 1708693376805, - 1708693406805, - 1708693436805, - 1708693466805, - 1708693496805, - 1708693526805, - 1708693556805, - 1708693586805, - 1708693616805, - 1708693646805, - 1708693676805, - 1708693706805, - 1708693736805, - 1708693766805, - 1708693796805, - 1708693826805, - 1708693856805, - 1708693886805, - 1708693916805, - 1708693946805, - 1708693976805, - 1708694006805, - 1708694036805, - 1708694066805, - 1708694096805, - 1708694126805, - 1708694156805, - 1708694186805, - 1708694216805, - 1708694246805, - 1708694276805, - 1708694306805, - 1708694336805, - 1708694366805, - 1708694396805, - 1708694426805, - 1708694456805, - 1708694486805, - 1708694516805, - 1708694546805, - 1708694576805, - 1708694606805, - 1708694636805, - 1708694666805, - 1708694696805, - 1708694726805, - 1708694756805, - 1708694786805, - 1708694816805, - 1708694846805, - 1708694876805, - 1708694906805, - 1708694936805, - 1708694966805, - 1708694996805, - 1708695026805, - 1708695056805, - 1708695086805, - 1708695116805, - 1708695146805, - 1708695176805, - 1708695206805, - 1708695236805, - 1708695266805, - 1708695296805, - 1708695326805, - 1708695356805, - 1708695386805, - 1708695416805, - 1708695446805, - 1708695476805, - 1708695506805, - 1708695536805, - 1708695566805, - 1708695596805, - 1708695626805, - 1708695656805, - 1708695686805, - 1708695716805, - 1708695746805, - 1708695776805, - 1708695806805, - 1708695836805, - 1708695866805, - 1708695896805, - 1708695926805, - 1708695956805, - 1708695986805, - 1708696016805, - 1708696046805, - 1708696076805, - 1708696106805, - 1708696136805, - 1708696166805, - 1708696196805, - 1708696226805, - 1708696256805, - 1708696286805, - 1708696316805, - 1708696346805, - 1708696376805, - 1708696406805, - 1708696436805, - 1708696466805, - 1708696496805, - 1708696526805, - 1708696556805, - 1708696586805, - 1708696616805, - 1708696646805, - 1708696676805, - 1708696706805, - 1708696736805, - 1708696766805, - 1708696796805, - 1708696826805, - 1708696856805, - 1708696886805, - 1708696916805, - 1708696946805, - 1708696976805, - 1708697006805, - 1708697036805, - 1708697066805, - 1708697096805, - 1708697126805, - 1708697156805, - 1708697186805, - 1708697216805, - 1708697246805, - 1708697276805, - 1708697306805, - 1708697336805, - 1708697366805, - 1708697396805, - 1708697426805, - 1708697456805, - 1708697486805, - 1708697516805, - 1708697546805, - 1708697576805, - 1708697606805, - 1708697636805, - 1708697666805, - 1708697696805, - 1708697726805, - 1708697756805, - 1708697786805, - 1708697816805, - 1708697846805, - 1708697876805, - 1708697906805, - 1708697936805, - 1708697966805, - 1708697996805, - 1708698026805, - 1708698056805, - 1708698086805, - 1708698116805, - 1708698146805, - 1708698176805, - 1708698206805, - 1708698236805, - 1708698266805, - 1708698296805, - 1708698326805, - 1708698356805, - 1708698386805, - 1708698416805, - 1708698446805, - 1708698476805, - 1708698506805, - 1708698536805, - 1708698566805, - 1708698596805, - 1708698626805, - 1708698656805, - 1708698686805, - 1708698716805, - 1708698746805, - 1708698776805, - 1708698806805, - 1708698836805, - 1708698866805, - 1708698896805, - 1708698926805, - 1708698956805, - 1708698986805, - 1708699016805, - 1708699046805, - 1708699076805, - 1708699106805, - 1708699136805, - 1708699166805, - 1708699196805, - 1708699226805, - 1708699256805, - 1708699286805, - 1708699316805, - 1708699346805, - 1708699376805, - 1708699406805, - 1708699436805, - 1708699466805, - 1708699496805, - 1708699526805, - 1708699556805, - 1708699586805, - 1708699616805, - 1708699646805, - 1708699676805, - 1708699706805, - 1708699736805, - 1708699766805, - 1708699796805, - 1708699826805, - 1708699856805, - 1708699886805, - 1708699916805, - 1708699946805, - 1708699976805, - 1708700006805, - 1708700036805, - 1708700066805, - 1708700096805, - 1708700126805, - 1708700156805, - 1708700186805, - 1708700216805, - 1708700246805, - 1708700276805, - 1708700306805, - 1708700336805, - 1708700366805, - 1708700396805, - 1708700426805, - 1708700456805, - 1708700486805, - 1708700516805, - 1708700546805, - 1708700576805, - 1708700606805, - 1708700636805, - 1708700666805, - 1708700696805, - 1708700726805, - 1708700756805, - 1708700786805, - 1708700816805, - 1708700846805, - 1708700876805, - 1708700906805 - ], - [ - 61.7880220958275, - 61.81270791445456, - 61.829208768453746, - 61.3952804521061, - 61.54378204663586, - 61.793292376739025, - 61.89508181687579, - 62.032346031223305, - 62.090954811114734, - 61.788446359641156, - 61.34681406228381, - 61.37147422434034, - 61.40948125782848, - 61.69144945060843, - 61.790001610516114, - 61.9726511399688, - 62.17186395369245, - 61.841593279449114, - 61.81351577982158, - 61.774548608665306, - 61.45071912098117, - 61.837381696515884, - 61.65059114296433, - 61.1939165193637, - 61.251406089255795, - 60.90456801094042, - 60.56801269725712, - 60.79736902333104, - 60.9367183948152, - 61.40785835680261, - 61.621326272755965, - 61.53478423246078, - 61.616180375313114, - 61.56950269911591, - 61.419724817297585, - 61.76631225002593, - 62.12897242834343, - 62.123394668856335, - 61.84384351878861, - 61.784342739352965, - 61.946359707479985, - 62.00854561243485, - 61.949378148238175, - 61.83251536870273, - 62.10046102360543, - 62.51955528279164, - 62.43194543555232, - 61.93563724102479, - 61.61222776112464, - 61.706572968014584, - 61.25653135192282, - 61.356339636867965, - 61.699918128409436, - 61.700832273918536, - 61.48680261436916, - 61.23885493750151, - 60.88064816100224, - 60.8061115971784, - 60.48689168723215, - 60.55420316390225, - 60.78326551379002, - 60.71763616746389, - 61.0384027799684, - 61.361681117105356, - 61.819694140841825, - 61.60303629180282, - 61.13531779096821, - 61.59247554276454, - 62.073700396192514, - 62.257393021269124, - 62.433793965222456, - 62.250955190991135, - 61.85027922321473, - 61.991414140632, - 62.103475488499456, - 62.1675085033716, - 61.81759701584563, - 61.44204189561965, - 61.39004247589699, - 61.84841370788845, - 62.01982884908544, - 62.29261477385842, - 62.1881407732118, - 61.77974858108549, - 61.30269030921595, - 61.72885233653658, - 62.160061928899516, - 62.13127060574461, - 61.99860014382346, - 62.2713524353439, - 62.45360209624644, - 62.45033536766769, - 62.74579940152534, - 62.652379007396135, - 62.50461375528075, - 62.4923739782267, - 62.87608071230181, - 62.979684959589086, - 63.376138214369306, - 63.66354651661235, - 63.77873383844567, - 64.02365055931571, - 63.57333739418103, - 63.569251641994995, - 63.51940188659398, - 63.81887126104792, - 64.10808860762592, - 64.26214829221084, - 63.81353904099011, - 63.792123977174654, - 64.09459044217124, - 64.49651926575704, - 64.87380353415439, - 65.22102686208456, - 65.49078940759729, - 65.83529933530703, - 66.06313506256244, - 66.36902912666964, - 66.78048161957578, - 66.85326316970041, - 67.14736719324404, - 67.55927886414139, - 67.497025942169, - 67.84593513490577, - 67.47441764273138, - 67.94871645670011, - 68.32729017349827, - 68.0857872436968, - 67.93500201308075, - 67.75781760651351, - 67.62321694227796, - 67.87687655718156, - 68.03974600191707, - 67.82627187210018, - 68.29863099170737, - 67.95842239244082, - 67.56173819267319, - 67.11089985276264, - 67.58721546400895, - 67.43817707268052, - 67.63734474285276, - 67.8608900819446, - 68.2491098921388, - 68.64222598287019, - 68.93436090180123, - 68.58516897681044, - 68.88556663186037, - 68.82509258379442, - 68.43122435581691, - 68.01151775860062, - 68.31539501569645, - 68.01224489043588, - 68.21383479637454, - 67.85864255481124, - 67.85285437130011, - 67.68770174333852, - 67.78834746198736, - 68.07096889676643, - 68.06340992932907, - 68.37116739265392, - 68.25606363201948, - 68.0308569092854, - 68.0279418148109, - 67.68837311892736, - 67.98015788941186, - 68.39001231797856, - 68.55810426314746, - 68.67055538403375, - 68.24669275435873, - 68.3542775530211, - 67.99792233705742, - 67.93848132742042, - 67.54327434886798, - 67.86541640645122, - 67.63715332453567, - 67.44863373545599, - 67.54029786855584, - 67.3799227903252, - 67.272800723832, - 67.65752571426705, - 67.27217330871126, - 67.36259068699385, - 67.6920166495926, - 67.99237921892899, - 68.00526928940994, - 67.67665255949264, - 67.82106088034847, - 68.22225474161398, - 68.17103508007338, - 68.1016199190692, - 67.9715626706774, - 68.32706440829391, - 67.87634330533211, - 67.97207720874553, - 67.87493382264455, - 67.38357737752105, - 66.94768029712087, - 66.67493510394992, - 66.48367657533245, - 66.77035937087237, - 66.87685661575208, - 66.68590889792685, - 67.11545823298368, - 67.39896920212514, - 67.34979904565203, - 67.19769898467558, - 67.45512207826779, - 67.07906680752531, - 67.41541723819202, - 67.15472798048341, - 67.15672773264464, - 67.6290223056695, - 68.11240707910342, - 68.40594352628086, - 67.92798893549167, - 67.46919856375305, - 67.4835115803936, - 67.63236807133978, - 67.17328415938867, - 67.24458272746313, - 66.84593455247185, - 67.01430262963748, - 67.05291762336604, - 67.23817875420809, - 66.98941509949245, - 66.68717338595964, - 67.12826784930103, - 66.74586515933792, - 67.12397362624425, - 66.91465424208462, - 66.68655917540693, - 66.19881496899525, - 66.68817057925634, - 66.37134623059349, - 66.596971028669, - 67.08641642499875, - 67.12758650919066, - 67.38518121414808, - 67.46997153732326, - 67.33145553844577, - 67.65363406004056, - 67.45595043797628, - 67.24978988019829, - 67.39677514651268, - 67.5978323405599, - 67.96140308646021, - 68.00477049936622, - 67.75104436464927, - 67.99988077010511, - 68.19366044789288, - 68.49848829432483, - 68.25947149341026, - 68.6317723773926, - 68.91668608614779, - 68.8159923502771, - 69.17513974647629, - 69.23356802652235, - 69.25309375298245, - 69.21125949874141, - 69.20726323550102, - 68.78019883289588, - 69.24667107728621, - 69.1153426259508, - 69.56206231608063, - 69.72141422867662, - 69.541238907092, - 69.81884141217625, - 69.53432369593423, - 69.43315031151812, - 69.01688148574168, - 68.90923934889648, - 69.13664462290991, - 69.31984528071725, - 69.14875943039056, - 69.48885652654923, - 69.88297168977773, - 69.42462273878934, - 69.12679413148601, - 68.98123233159377, - 68.7762758442149, - 68.48846507574687, - 68.02689832504595, - 68.02852643078998, - 67.555096330903, - 67.4639788904284, - 67.61277291577984, - 67.70121565906206, - 67.66817331556194, - 67.84767253849441, - 68.18538578924706, - 68.29860737971661, - 68.53693780239855, - 68.59722904625475, - 68.72061222893264, - 68.6709989466837, - 69.09400533816238, - 69.20295511428635, - 69.04258759148102, - 68.77139467473914, - 68.57756213054044, - 68.67449080482191, - 68.60860533532343, - 69.01676017621124, - 69.3052161196497, - 68.89017381442457, - 68.87423335356772, - 68.94718162265079, - 69.07199142609447, - 68.79769510366016, - 68.65106890757201, - 68.77703094552813, - 68.28258034480257, - 68.39479364216955, - 68.34220719427985, - 68.64253416645396, - 68.87725555362057, - 68.5131252571485, - 68.89127035251008, - 68.67886068136877, - 68.4447624537287, - 68.00181105736998, - 68.16998112143412, - 68.43591872875314, - 68.02705208136817, - 68.45211203302853, - 68.53289570629535, - 68.58200283313724, - 68.25718933019785, - 68.36370956465593, - 68.05020228727913, - 68.50658655636543, - 68.66449948753682, - 68.2241732330651, - 68.09791466418139, - 67.88940531760399, - 68.36978817923638, - 67.96433264274425, - 68.36349840881765, - 68.48435193949715, - 68.79844380614031, - 69.02017361165895, - 68.52624119834393, - 68.74005315812674, - 68.76067653657759, - 68.27918960695276, - 68.65714329915559, - 68.42872809873309, - 67.98192094490678, - 68.02723949195821, - 68.36423058076824, - 68.71132274325691, - 68.6730162618873, - 68.2039400216969, - 67.86554691576616, - 67.49988053949725, - 67.16307215146469, - 67.0353669125758, - 67.25486895820083, - 66.95629780399439, - 67.11477592840751, - 66.64323746050167, - 66.20269172026232, - 66.48026858749327, - 66.4824015740555, - 66.09931551662274, - 66.52915019033718, - 66.45576884782787, - 66.24667785942938, - 65.81418399593981, - 65.5611498094969, - 65.3398959293035, - 65.77646026507297, - 65.39346792956597, - 65.41692492067247, - 65.80888038895401, - 66.01134945900266, - 65.80681809031556, - 65.32295296805074, - 65.37373854104783, - 64.93533382859144, - 64.7705026812803, - 65.17813748381224, - 65.361732144628, - 64.9021692008158, - 64.7544901225187, - 64.89471070898715, - 64.74868721773261, - 65.00087272748908, - 65.13124433830268, - 64.86532668113782, - 64.51108629312537, - 64.48208116580882, - 64.86340417937541, - 64.5927354669956, - 64.1183990008181, - 63.66603997870095, - 63.670535114339415, - 63.179312479687646, - 62.71414451358941, - 62.349677869382184, - 62.73321111245177, - 62.63668992149067, - 62.246656820357686, - 62.12151749467506, - 62.09114940207692, - 62.13652644719604, - 62.59170540130276, - 62.28435878005047, - 62.62555470862962, - 62.73559453227453, - 62.63492310358647, - 62.99493118502586, - 63.2621260239913, - 62.99279716454684, - 62.8629723908099, - 63.01324605242161, - 63.27456767760901, - 63.11585082867133, - 63.04279509050621, - 63.10999097814922, - 63.544265738869036, - 63.11822935137409, - 63.01523903936018, - 63.20403674621687, - 62.83896086980938, - 62.41843196460615, - 62.11985404869429, - 62.07986319614809, - 61.99277704632526, - 61.668764434861785, - 61.24484474074755, - 61.461440830656386, - 61.276838934561326, - 61.190724244624434, - 61.55613660124493, - 61.12078454699415, - 61.3276958600818, - 61.6042219184118, - 61.25513892816126, - 61.31664892177688, - 61.688070650858535, - 62.01190639528168, - 62.08869564629636, - 61.97211569824653, - 62.06419901170042, - 62.32586483758532, - 62.23902878995992, - 62.10813808603461, - 61.85578175807045, - 62.23028871528028, - 62.632050281179744, - 62.94816419819628, - 62.73043921369783, - 62.23627146727455, - 62.584832680453275, - 62.62993353336442, - 62.8749075179418, - 62.48040775408503, - 62.21373335340891, - 61.79955494265226, - 61.833015907179636, - 61.39273179502193, - 61.269508387088344, - 61.72530078527864, - 62.09495330426252, - 62.151597131318645, - 62.03375578347783, - 62.417839543433374, - 62.857582366978384, - 62.57434410206618, - 63.025461247334185, - 62.891637883802545, - 62.74129737438404, - 62.686344200077194, - 62.74668907124072, - 62.8988624768576, - 62.60573732388666, - 63.025949401766745, - 62.67167444177004, - 62.90064380635685, - 62.864966632927896, - 62.75573606469665, - 62.64819512833622, - 62.568258206957815, - 62.60577268655998, - 62.15762551315059, - 62.567239861872935, - 62.2060758300364, - 62.31900525191699, - 62.28916506290531, - 62.44905922260444, - 62.461296429876256, - 62.500385909925505, - 62.650801268022704, - 62.56666212391569, - 62.40046878730333, - 62.094243157050244, - 62.53663695990193, - 62.42300679544488, - 62.36921559899188, - 62.24670139180489, - 62.569517596988945, - 62.66647211282815, - 62.665771463959715, - 62.876380887882625, - 62.45928337880216, - 62.909344895815984, - 62.792949925824054, - 62.83068709163355, - 62.69318202524612, - 62.87621607310353, - 63.31283919698538, - 63.25629003985129, - 63.705604438529726, - 63.273909526061956, - 63.5892070912608, - 63.25172069842234, - 63.29295380191922, - 63.37827406047424, - 63.40692971848919, - 62.91617622008834, - 62.78539371994352, - 62.67023463643756, - 62.778172553545886, - 62.47010093156481, - 62.73229570857713, - 62.59545419552364, - 63.021765325598885, - 63.12625341655425, - 62.78539970673421, - 62.48947067386955, - 62.50019409861797, - 62.27827076256643, - 62.32133231940964, - 62.28201148707485, - 62.75074499118775, - 62.2850034814543, - 62.11551149639342, - 62.19275216451308, - 61.99131816833137, - 61.53708598957499, - 61.935909883441674, - 61.982544659526965, - 62.47356745991423, - 62.54325753022373, - 62.146857201138765, - 62.189218538018835, - 62.06268691181029, - 62.33603183556959, - 62.82869197777662, - 63.18597742858942, - 63.032993740715966, - 63.5325845753775, - 63.562424373715885, - 63.50147245681481, - 63.9167851513779, - 64.41348447594058, - 64.47641931732102, - 64.00422787602398, - 63.84372934402268, - 63.57536630107787, - 64.06767133087304, - 63.857109831163605, - 63.594856285335126, - 64.01811161431772, - 64.07634398750827, - 64.53914449236566, - 64.0503925198368, - 63.65098131727389, - 63.68701372362301, - 63.69177696813634, - 63.37477814620089, - 62.9056011078514, - 62.51297543133976, - 62.59250225336332, - 62.80712544689635, - 62.841367040210486, - 63.01245999144349, - 63.05987075936997, - 62.7064932753452, - 62.53562962324097, - 62.31063278405174, - 62.266535846784436, - 62.302218124559445, - 62.342098988884466, - 61.85031656038063, - 62.236466943962625, - 62.38666354433638, - 62.50448443527158, - 62.2386149786552, - 62.43706094747305, - 62.48167927367151, - 62.53256313135768, - 62.78282604117919, - 62.610692060658806, - 62.60559562844521, - 62.522478905756024, - 62.11039441006909, - 62.455676051055406, - 62.12208142671207, - 62.08989132214651, - 61.60556028504288, - 61.72080384449528, - 61.67203415718332, - 61.300028102691506, - 61.2882234681282, - 61.67414171824772, - 61.663919195939215, - 61.82126261684866, - 62.14747753168045, - 61.90000454947883, - 61.550477655414085, - 61.823665895055534, - 62.2914692558774, - 61.97827489307881, - 62.373656454593686, - 62.77509964777066, - 63.03123026432718, - 62.71959998560016, - 62.798641799535915, - 62.36309802737797, - 62.187803490902276, - 61.86629603436246, - 61.51332614924758, - 61.670529134596514, - 62.01614193494398, - 62.42759829956865, - 62.04049015814663, - 62.4879050225676, - 62.534578908118796, - 62.53729183335963, - 62.507213724278294, - 62.91741156445245, - 62.80078558969012, - 62.89530940332275, - 62.82952275179085, - 62.931001539540134, - 62.715893011718826, - 63.176668587903144, - 63.25804897932602, - 63.715274804489724, - 63.25110762353138, - 63.703759539930466, - 63.9121877763375, - 63.74483403967367, - 63.278090432146044, - 63.25689283100131, - 63.5587547259249, - 63.99611056226184, - 63.711033213960846, - 63.61430481648302, - 63.37762519043254, - 63.825084284030204, - 63.65971618383464, - 64.11513361026066, - 64.55773804769903, - 64.72114634405787, - 64.92113863156139, - 64.74299967907277, - 64.58315181550863, - 64.53895512079164, - 64.29203322638713, - 64.35539787981175, - 64.51347297698413, - 64.41240397641245, - 64.37002365296716, - 64.54885534394022, - 65.0387758477243, - 64.77700441309366, - 65.18362739291737, - 65.05949296204716, - 64.57684960686204, - 64.47443633413799, - 64.25660237904727, - 64.56848853603353, - 64.13857108098799, - 63.779464548765795, - 63.940686810035814, - 63.47280572727399, - 63.75027671584932, - 63.72842205520389, - 63.28631208752196, - 63.54806381048302, - 63.89145142689777, - 63.77801877620565, - 64.22035568724904, - 63.99613288560804, - 64.03027098363421, - 64.45100338093056, - 64.4954103610469, - 64.0379570128468, - 64.509809400983, - 64.24776908391132, - 64.18308085450447, - 64.02686567211323, - 64.00949969057655, - 64.08790624904579, - 64.44413148646105, - 64.436667344197, - 64.925560935662, - 64.4380208837763, - 64.63611397061874, - 64.53720467943039, - 64.89043109965093, - 65.02933526203901, - 65.38083597755491, - 65.63733460002958, - 66.04889884599933, - 66.15611674378638, - 66.58017724018646, - 66.13733327264003, - 65.69321107501534, - 65.92059175869956, - 65.73905913370584, - 65.39714875503125, - 65.31355908128221, - 65.75886616744013, - 66.05775873128395, - 65.93022978097021, - 66.3107650269844 - ] - ] - }, - "schema": { - "fields": [ - { - "config": { - "interval": 30000 - }, - "name": "time", - "type": "time", - "typeInfo": { - "frame": "time.Time", - "nullable": true - } - }, - { - "config": {}, - "labels": {}, - "name": "A-hehwzd", - "type": "number", - "typeInfo": { - "frame": "float64", - "nullable": true - } - } - ], - "meta": { - "custom": { - "customStat": 10 - }, - "typeVersion": [ - 0, - 0 - ] - }, - "refId": "A" - } - } - ] - } - ], - "title": "Canvas Enhanced Data Links", - "transformations": [ - { - "id": "calculateField", - "options": { - "alias": "Count (transformation)", - "mode": "reduceRow", - "reduce": { - "include": [ - "A-series" - ], - "reducer": "count" - } + "name": "time", + "type": "time", + "typeInfo": { + "frame": "time.Time", + "nullable": true } - } - ], - "type": "canvas" + }, + { + "config": {}, + "labels": {}, + "name": "A-hehwzd", + "type": "number", + "typeInfo": { + "frame": "float64", + "nullable": true + } + } + ], + "meta": { + "custom": { + "customStat": 10 + }, + "typeVersion": [0, 0] + }, + "refId": "A" + } + } + ] } - ], - "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "canvas" - ], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timeRangeUpdatedDuringEditOrView": false, - "timepicker": {}, - "timezone": "browser", - "title": "Panel Tests - Canvas Datalinks", - "uid": "adf95uwu7w1s0e", - "version": 10, - "weekStart": "" -} \ No newline at end of file + ], + "title": "Canvas Enhanced Data Links", + "transformations": [ + { + "id": "calculateField", + "options": { + "alias": "Count (transformation)", + "mode": "reduceRow", + "reduce": { + "include": ["A-series"], + "reducer": "count" + } + } + } + ], + "type": "canvas" + } + ], + "schemaVersion": 39, + "tags": ["gdev", "panel-tests", "canvas"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timeRangeUpdatedDuringEditOrView": false, + "timepicker": {}, + "timezone": "browser", + "title": "Panel Tests - Canvas Datalinks", + "uid": "adf95uwu7w1s0e", + "version": 10, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-canvas/canvas-examples.json b/devenv/dev-dashboards/panel-canvas/canvas-examples.json index 7b025da055f..0d09602f4f6 100644 --- a/devenv/dev-dashboards/panel-canvas/canvas-examples.json +++ b/devenv/dev-dashboards/panel-canvas/canvas-examples.json @@ -50,7 +50,9 @@ }, "type": "canvas", "title": "Wind Energy", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "pluginVersion": "9.4.0-pre", "fieldConfig": { "defaults": { @@ -1132,8 +1134,7 @@ { "csvContent": "w1_rpm, w1_energy_output, w1_status, w2_rpm, w2_energy_output, w2_status, w3_rpm, w3_energy_output, w3_status, w4_rpm, w4_energy_output, w4_status\n12, 1.2, operational, 22, 1.8, operational, 8, 0.6, operational, 0, 0, needs maintenance", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1141,7 +1142,9 @@ ] }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 15, "w": 6, @@ -1176,7 +1179,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3310,8 +3315,7 @@ { "csvContent": "Status_12, Status_13, Status_14, Throughput_12, Throughput_13, Throughput_14, Color_12, Color_13, Color_14\nReady, Blocked, Ready, 205, 0, 205, red, Red, Green", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "Conveyor Controller", "scenarioId": "csv_content" @@ -3321,7 +3325,9 @@ "type": "canvas" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 18, "w": 6, @@ -3356,7 +3362,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3582,8 +3590,7 @@ { "csvContent": "house_draw, battery_charge, solar_output\n1.1, 2.2, 3.3", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3593,7 +3600,9 @@ "type": "canvas" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 15, "w": 6, @@ -3615,7 +3624,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3792,8 +3803,7 @@ { "csvContent": "solar_output, battery_draw\n0.0, 2.2", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3803,7 +3813,9 @@ "type": "canvas" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 15, "w": 6, @@ -3826,11 +3838,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "canvas" - ], + "tags": ["gdev", "panel-tests", "canvas"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-common/color_modes.json b/devenv/dev-dashboards/panel-common/color_modes.json index 2e5f6922d61..4e80e2a2216 100644 --- a/devenv/dev-dashboards/panel-common/color_modes.json +++ b/devenv/dev-dashboards/panel-common/color_modes.json @@ -18,7 +18,9 @@ "links": [], "panels": [ { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -217,7 +219,9 @@ "type": "stat" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { diff --git a/devenv/dev-dashboards/panel-common/lazy_loading.json b/devenv/dev-dashboards/panel-common/lazy_loading.json index 960c466124c..e6a1a91ad4f 100644 --- a/devenv/dev-dashboards/panel-common/lazy_loading.json +++ b/devenv/dev-dashboards/panel-common/lazy_loading.json @@ -18,7 +18,9 @@ "links": [], "panels": [ { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 7, "w": 24, @@ -143,7 +145,9 @@ "colorBackground": false, "colorValue": true, "colors": ["#299c46", "#73BF69", "#d44a3a"], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": null, "format": "ms", "gauge": { @@ -222,7 +226,9 @@ "colorBackground": false, "colorValue": true, "colors": ["#299c46", "#73BF69", "#d44a3a"], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": null, "format": "ms", "gauge": { @@ -301,7 +307,9 @@ "colorBackground": false, "colorValue": true, "colors": ["#299c46", "#73BF69", "#d44a3a"], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": null, "format": "ms", "gauge": { @@ -380,7 +388,9 @@ "colorBackground": false, "colorValue": true, "colors": ["#299c46", "#73BF69", "#d44a3a"], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": null, "format": "ms", "gauge": { @@ -464,7 +474,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 3, "fillGradient": 0, "gridPos": { @@ -561,7 +573,9 @@ } }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 4, "w": 24, @@ -617,7 +631,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -706,7 +722,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -795,7 +813,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -884,7 +904,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -976,7 +998,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 3, "fillGradient": 0, "gridPos": { @@ -1080,7 +1104,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 10, "gridPos": { @@ -1167,7 +1193,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 8, "gridPos": { @@ -1256,7 +1284,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1345,7 +1375,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1434,7 +1466,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1523,7 +1557,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1615,7 +1651,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 3, "fillGradient": 0, "gridPos": { @@ -1719,7 +1757,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1808,7 +1848,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1897,7 +1939,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -1986,7 +2030,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "fillGradient": 5, "gridPos": { @@ -2069,7 +2115,9 @@ } }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 7, "w": 24, diff --git a/devenv/dev-dashboards/panel-common/linked-viz.json b/devenv/dev-dashboards/panel-common/linked-viz.json index 5b0201e8392..9be073d012c 100644 --- a/devenv/dev-dashboards/panel-common/linked-viz.json +++ b/devenv/dev-dashboards/panel-common/linked-viz.json @@ -63,9 +63,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -128,9 +126,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -199,9 +195,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -259,9 +253,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "first" - ], + "calcs": ["first"], "fields": "", "limit": 2, "values": true @@ -325,9 +317,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -397,9 +387,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -455,9 +443,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -518,9 +504,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -586,9 +570,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -644,9 +626,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -708,9 +688,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -777,9 +755,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -837,9 +813,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -900,9 +874,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -968,9 +940,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1026,9 +996,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -1090,9 +1058,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true @@ -1159,9 +1125,7 @@ "displayMode": "gradient", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "limit": 2, "values": true diff --git a/devenv/dev-dashboards/panel-common/shared_queries.json b/devenv/dev-dashboards/panel-common/shared_queries.json index 2117b83a399..e2d8528c10f 100644 --- a/devenv/dev-dashboards/panel-common/shared_queries.json +++ b/devenv/dev-dashboards/panel-common/shared_queries.json @@ -22,7 +22,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -99,8 +101,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -108,8 +109,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -117,8 +117,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -166,9 +165,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -227,9 +224,7 @@ "options": { "orientation": "auto", "reduceOptions": { - "calcs": [ - "min" - ], + "calcs": ["min"], "fields": "", "values": false }, @@ -295,9 +290,7 @@ "minVizWidth": 0, "orientation": "vertical", "reduceOptions": { - "calcs": [ - "max" - ], + "calcs": ["max"], "fields": "", "values": false }, @@ -386,9 +379,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -419,10 +410,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "datasource-test" - ], + "tags": ["gdev", "datasource-test"], "templating": { "list": [] }, @@ -431,18 +419,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Datasource tests - Shared Queries", diff --git a/devenv/dev-dashboards/panel-dashlist/dashlist.json b/devenv/dev-dashboards/panel-dashlist/dashlist.json index 8db5b616acd..9ba4f9ce5a2 100644 --- a/devenv/dev-dashboards/panel-dashlist/dashlist.json +++ b/devenv/dev-dashboards/panel-dashlist/dashlist.json @@ -24,8 +24,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "gridPos": { "h": 12, diff --git a/devenv/dev-dashboards/panel-datagrid/datagrid_metric_values.json b/devenv/dev-dashboards/panel-datagrid/datagrid_metric_values.json index 00a65a9f1aa..b4180bb04ea 100644 --- a/devenv/dev-dashboards/panel-datagrid/datagrid_metric_values.json +++ b/devenv/dev-dashboards/panel-datagrid/datagrid_metric_values.json @@ -22,7 +22,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 8, "w": 12, @@ -36,8 +38,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -45,8 +46,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -73,4 +73,4 @@ "version": 0, "uid": "c01bf42b-b783-4447-a304-8554cee1843b", "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-flamegraph/panel_tests_flame_graph.json b/devenv/dev-dashboards/panel-flamegraph/panel_tests_flame_graph.json index efd4ecdb27c..d4716f38a93 100644 --- a/devenv/dev-dashboards/panel-flamegraph/panel_tests_flame_graph.json +++ b/devenv/dev-dashboards/panel-flamegraph/panel_tests_flame_graph.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 14, "w": 24, @@ -39,8 +41,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "flame_graph" @@ -53,10 +54,7 @@ "refresh": "", "revision": 1, "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests" - ], + "tags": ["gdev", "panel-tests"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-gauge/gauge-multi-series.json b/devenv/dev-dashboards/panel-gauge/gauge-multi-series.json index f7ff80edc12..e5c9daa44ea 100644 --- a/devenv/dev-dashboards/panel-gauge/gauge-multi-series.json +++ b/devenv/dev-dashboards/panel-gauge/gauge-multi-series.json @@ -18,7 +18,9 @@ "links": [], "panels": [ { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 8, "w": 20, @@ -105,7 +107,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 28, "w": 4, @@ -177,7 +181,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 20, "w": 20, diff --git a/devenv/dev-dashboards/panel-gauge/gauge_tests.json b/devenv/dev-dashboards/panel-gauge/gauge_tests.json index 309a255fcc7..0c8e2651e67 100644 --- a/devenv/dev-dashboards/panel-gauge/gauge_tests.json +++ b/devenv/dev-dashboards/panel-gauge/gauge_tests.json @@ -33,7 +33,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -102,7 +104,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -171,7 +175,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -240,7 +246,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -309,7 +317,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -378,7 +388,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -447,7 +459,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -604,7 +618,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -683,7 +699,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "should read N/A", "fieldConfig": { "defaults": { @@ -763,7 +781,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "should read N/A", "fieldConfig": { "defaults": { @@ -843,7 +863,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "should read N/A", "fieldConfig": { "defaults": { @@ -946,7 +968,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1024,7 +1048,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1103,7 +1129,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1182,7 +1210,9 @@ "type": "gauge" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { diff --git a/devenv/dev-dashboards/panel-geomap/geomap-color-field.json b/devenv/dev-dashboards/panel-geomap/geomap-color-field.json index 38ea1d23b39..e12a4a7210d 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap-color-field.json +++ b/devenv/dev-dashboards/panel-geomap/geomap-color-field.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -135,8 +137,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -306,9 +307,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "min" - ], + "calcs": ["min"], "fields": "", "values": false }, @@ -367,9 +366,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "max" - ], + "calcs": ["max"], "fields": "", "values": false }, @@ -455,9 +452,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "max" - ], + "reducer": ["max"], "show": true }, "showHeader": true @@ -478,11 +473,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "geomap" - ], + "tags": ["gdev", "panel-tests", "geomap"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-geomap/geomap-photo-layer.json b/devenv/dev-dashboards/panel-geomap/geomap-photo-layer.json index af192c66d59..1722a91c739 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap-photo-layer.json +++ b/devenv/dev-dashboards/panel-geomap/geomap-photo-layer.json @@ -29,7 +29,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -117,8 +119,7 @@ { "csvContent": "state,src\nAL,https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_Alabama.svg/320px-Flag_of_Alabama.svg.png\nAK,https://upload.wikimedia.org/wikipedia/commons/thumb/e/e6/Flag_of_Alaska.svg/320px-Flag_of_Alaska.svg.png\nAZ,https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Flag_of_Arizona.svg/320px-Flag_of_Arizona.svg.png\nAR,https://upload.wikimedia.org/wikipedia/commons/thumb/9/9d/Flag_of_Arkansas.svg/320px-Flag_of_Arkansas.svg.png\nCA,https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_California.svg/320px-Flag_of_California.svg.png\nCO,https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Flag_of_Colorado.svg/320px-Flag_of_Colorado.svg.png\nCT,https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Flag_of_Connecticut.svg/304px-Flag_of_Connecticut.svg.png\nDE,https://upload.wikimedia.org/wikipedia/commons/thumb/c/c6/Flag_of_Delaware.svg/320px-Flag_of_Delaware.svg.png\nFL,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Florida.svg/320px-Flag_of_Florida.svg.png\nGA,https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Flag_of_Georgia_%28U.S._state%29.svg/320px-Flag_of_Georgia_%28U.S._state%29.svg.png\nHI,https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Flag_of_Hawaii.svg/320px-Flag_of_Hawaii.svg.png\nID,https://upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_Idaho.svg/305px-Flag_of_Idaho.svg.png\nIL,https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/Flag_of_Illinois.svg/320px-Flag_of_Illinois.svg.png\nIN,https://upload.wikimedia.org/wikipedia/commons/thumb/a/ac/Flag_of_Indiana.svg/320px-Flag_of_Indiana.svg.png\nIA,https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Flag_of_Iowa.svg/320px-Flag_of_Iowa.svg.png\nKS,https://upload.wikimedia.org/wikipedia/commons/thumb/d/da/Flag_of_Kansas.svg/320px-Flag_of_Kansas.svg.png\nKY,https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Flag_of_Kentucky.svg/320px-Flag_of_Kentucky.svg.png\nLA,https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Flag_of_Louisiana.svg/320px-Flag_of_Louisiana.svg.png\nME,https://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Flag_of_the_State_of_Maine.svg/305px-Flag_of_the_State_of_Maine.svg.png\nMD,https://upload.wikimedia.org/wikipedia/commons/thumb/a/a0/Flag_of_Maryland.svg/320px-Flag_of_Maryland.svg.png\nMA,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Flag_of_Massachusetts.svg/320px-Flag_of_Massachusetts.svg.png\nMI,https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Flag_of_Michigan.svg/320px-Flag_of_Michigan.svg.png\nMN,https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Minnesota.svg/320px-Flag_of_Minnesota.svg.png\nMS,https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Flag_of_Mississippi.svg/320px-Flag_of_Mississippi.svg.png\nMO,https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Flag_of_Missouri.svg/320px-Flag_of_Missouri.svg.png\nMT,https://upload.wikimedia.org/wikipedia/commons/thumb/c/cb/Flag_of_Montana.svg/320px-Flag_of_Montana.svg.png\nNE,https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Flag_of_Nebraska.svg/320px-Flag_of_Nebraska.svg.png\nNV,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f1/Flag_of_Nevada.svg/320px-Flag_of_Nevada.svg.png\nNH,https://upload.wikimedia.org/wikipedia/commons/thumb/2/28/Flag_of_New_Hampshire.svg/320px-Flag_of_New_Hampshire.svg.png\nNJ,https://upload.wikimedia.org/wikipedia/commons/thumb/9/92/Flag_of_New_Jersey.svg/320px-Flag_of_New_Jersey.svg.png\nNM,https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_New_Mexico.svg/320px-Flag_of_New_Mexico.svg.png\nNY,https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Flag_of_New_York.svg/320px-Flag_of_New_York.svg.png\nNC,https://upload.wikimedia.org/wikipedia/commons/thumb/b/bb/Flag_of_North_Carolina.svg/320px-Flag_of_North_Carolina.svg.png\nND,https://upload.wikimedia.org/wikipedia/commons/thumb/e/ee/Flag_of_North_Dakota.svg/305px-Flag_of_North_Dakota.svg.png\nOH,https://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Flag_of_Ohio.svg/320px-Flag_of_Ohio.svg.png\nOK,https://upload.wikimedia.org/wikipedia/commons/thumb/6/6e/Flag_of_Oklahoma.svg/320px-Flag_of_Oklahoma.svg.png\nOR,https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Oregon.svg/320px-Flag_of_Oregon.svg.png\nPA,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Pennsylvania.svg/320px-Flag_of_Pennsylvania.svg.png\nRI,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Flag_of_Rhode_Island.svg/273px-Flag_of_Rhode_Island.svg.png\nSC,https://upload.wikimedia.org/wikipedia/commons/thumb/6/69/Flag_of_South_Carolina.svg/320px-Flag_of_South_Carolina.svg.png\nSD,https://upload.wikimedia.org/wikipedia/commons/thumb/1/1a/Flag_of_South_Dakota.svg/320px-Flag_of_South_Dakota.svg.png\nTN,https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Tennessee.svg/320px-Flag_of_Tennessee.svg.png\nTX,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Texas.svg/320px-Flag_of_Texas.svg.png\nUT,https://upload.wikimedia.org/wikipedia/commons/thumb/f/f6/Flag_of_Utah.svg/320px-Flag_of_Utah.svg.png\nVT,https://upload.wikimedia.org/wikipedia/commons/thumb/4/49/Flag_of_Vermont.svg/320px-Flag_of_Vermont.svg.png\nVA,https://upload.wikimedia.org/wikipedia/commons/thumb/4/47/Flag_of_Virginia.svg/320px-Flag_of_Virginia.svg.png\nWA,https://upload.wikimedia.org/wikipedia/commons/thumb/5/54/Flag_of_Washington.svg/320px-Flag_of_Washington.svg.png\nWV,https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Flag_of_West_Virginia.svg/320px-Flag_of_West_Virginia.svg.png\nWI,https://upload.wikimedia.org/wikipedia/commons/thumb/2/22/Flag_of_Wisconsin.svg/320px-Flag_of_Wisconsin.svg.png\nWY,https://upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Flag_of_Wyoming.svg/320px-Flag_of_Wyoming.svg.png\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" diff --git a/devenv/dev-dashboards/panel-geomap/geomap-route-layer.json b/devenv/dev-dashboards/panel-geomap/geomap-route-layer.json index 169ca0163c5..8307558b992 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap-route-layer.json +++ b/devenv/dev-dashboards/panel-geomap/geomap-route-layer.json @@ -76,8 +76,7 @@ { "csvContent": "lat,lon,val\n-5,2,0\n1,5,25\n6,10,50\n9,15,75\n10,20,100", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -86,13 +85,14 @@ "scenarioId": "csv_content", "refId": "B", "datasource": { - "uid": "PD8C576611E62080A", "type": "grafana-testdata-datasource" }, "csvContent": "lat,lon,alt\n45,0,0\n40,5,5\n35,10,10\n30,15, 15\n25,20,20" } ], - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "options": { "view": { "allLayers": true, diff --git a/devenv/dev-dashboards/panel-geomap/geomap-spatial-operations-transformer.json b/devenv/dev-dashboards/panel-geomap/geomap-spatial-operations-transformer.json index 0bd5732b577..64fd0589c45 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap-spatial-operations-transformer.json +++ b/devenv/dev-dashboards/panel-geomap/geomap-spatial-operations-transformer.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -88,8 +90,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -100,11 +101,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "geomap" - ], + "tags": ["gdev", "panel-tests", "geomap"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-geomap/geomap-v91.json b/devenv/dev-dashboards/panel-geomap/geomap-v91.json index d9a928ceba1..1bec4865743 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap-v91.json +++ b/devenv/dev-dashboards/panel-geomap/geomap-v91.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -106,8 +108,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -115,8 +116,7 @@ { "csvFileName": "population_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_file" @@ -126,7 +126,9 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -209,7 +211,9 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -311,8 +315,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "simulation", @@ -329,11 +332,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "geomap" - ], + "tags": ["gdev", "panel-tests", "geomap"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json b/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json index 8cecfcab846..e7be37b67a2 100644 --- a/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json +++ b/devenv/dev-dashboards/panel-geomap/geomap_multi-layers.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -319,7 +319,7 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -431,11 +431,7 @@ } ], "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "geomap" - ], + "tags": ["gdev", "panel-tests", "geomap"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-geomap/panel-geomap.json b/devenv/dev-dashboards/panel-geomap/panel-geomap.json index 70f1595204f..bda6377ffff 100644 --- a/devenv/dev-dashboards/panel-geomap/panel-geomap.json +++ b/devenv/dev-dashboards/panel-geomap/panel-geomap.json @@ -28,7 +28,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -127,7 +127,7 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -230,7 +230,7 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -325,7 +325,7 @@ "type": "geomap" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -427,11 +427,7 @@ ], "refresh": "", "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "geomap" - ], + "tags": ["gdev", "panel-tests", "geomap"], "templating": { "list": [] }, @@ -440,17 +436,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Panel Tests - Geomap", diff --git a/devenv/dev-dashboards/panel-graph/graph-shared-tooltips.json b/devenv/dev-dashboards/panel-graph/graph-shared-tooltips.json index 187d61b443f..6c06ee04db5 100644 --- a/devenv/dev-dashboards/panel-graph/graph-shared-tooltips.json +++ b/devenv/dev-dashboards/panel-graph/graph-shared-tooltips.json @@ -759,11 +759,7 @@ ], "refresh": false, "schemaVersion": 28, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-graph/graph-time-regions.json b/devenv/dev-dashboards/panel-graph/graph-time-regions.json index a4e03148536..c9661011d36 100644 --- a/devenv/dev-dashboards/panel-graph/graph-time-regions.json +++ b/devenv/dev-dashboards/panel-graph/graph-time-regions.json @@ -22,7 +22,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 2, "gridPos": { "h": 8, @@ -118,7 +120,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 2, "gridPos": { "h": 8, @@ -219,7 +223,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 2, "gridPos": { "h": 8, @@ -375,7 +381,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 2, "gridPos": { "h": 8, @@ -469,7 +477,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 8, diff --git a/devenv/dev-dashboards/panel-graph/graph_tests.json b/devenv/dev-dashboards/panel-graph/graph_tests.json index bd1fc95d3d6..fa214400e77 100644 --- a/devenv/dev-dashboards/panel-graph/graph_tests.json +++ b/devenv/dev-dashboards/panel-graph/graph_tests.json @@ -22,7 +22,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -108,7 +110,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -194,7 +198,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -280,7 +286,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -382,7 +390,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -495,7 +505,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -581,7 +593,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -683,7 +697,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -807,7 +823,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 1, @@ -932,7 +950,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fill": 0, @@ -1049,7 +1069,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fill": 1, "gridPos": { @@ -1134,7 +1156,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fill": 1, "gridPos": { @@ -1237,7 +1261,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fill": 1, "gridPos": { @@ -1376,7 +1402,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fill": 1, "gridPos": { @@ -1480,7 +1508,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fill": 1, "gridPos": { diff --git a/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json b/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json index f48358f7a02..26764802b06 100644 --- a/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json +++ b/devenv/dev-dashboards/panel-heatmap/heatmap-calculate-log.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -101,8 +103,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 500000, "min": 0.01, @@ -807,11 +808,7 @@ } ], "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-heatmap/heatmap-legacy.json b/devenv/dev-dashboards/panel-heatmap/heatmap-legacy.json index d42005d2a59..03a4c72a0e9 100644 --- a/devenv/dev-dashboards/panel-heatmap/heatmap-legacy.json +++ b/devenv/dev-dashboards/panel-heatmap/heatmap-legacy.json @@ -40,7 +40,9 @@ "mode": "opacity" }, "dataFormat": "tsbuckets", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 7, @@ -58,8 +60,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "exponential_heatmap_bucket_data" @@ -93,7 +94,9 @@ "mode": "spectrum" }, "dataFormat": "timeseries", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 9, @@ -111,8 +114,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 70, "min": 10, @@ -151,7 +153,9 @@ "mode": "spectrum" }, "dataFormat": "timeseries", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -169,8 +173,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "exponential_heatmap_bucket_data" @@ -204,7 +207,9 @@ "mode": "opacity" }, "dataFormat": "tsbuckets", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 7, @@ -222,8 +227,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "exponential_heatmap_bucket_data" @@ -315,7 +319,9 @@ "mode": "spectrum" }, "dataFormat": "timeseries", - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 11, "w": 8, @@ -333,8 +339,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "exponential_heatmap_bucket_data" @@ -360,11 +365,7 @@ } ], "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-heatmap/heatmap-x.json b/devenv/dev-dashboards/panel-heatmap/heatmap-x.json index ab4a499b23c..a43e78ddb69 100644 --- a/devenv/dev-dashboards/panel-heatmap/heatmap-x.json +++ b/devenv/dev-dashboards/panel-heatmap/heatmap-x.json @@ -1,324 +1,315 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 116, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 10, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "x,y1,y2\n1,8,12\n2,6,13\n3,7,9\n5,9,7\n6,5,9", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Raw heatmap rows", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "scaleDistribution": { - "type": "linear" - } - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 14, - "x": 10, - "y": 0 - }, - "id": 4, - "options": { - "calculate": false, - "cellGap": 1, - "color": { - "exponent": 0.5, - "fill": "dark-orange", - "mode": "scheme", - "reverse": false, - "scale": "exponential", - "scheme": "Oranges", - "steps": 64 - }, - "exemplars": { - "color": "rgba(255,0,255,0.7)" - }, - "filterValues": { - "le": 1e-9 - }, - "legend": { - "show": true - }, - "rowsFrame": { - "layout": "auto" - }, - "tooltip": { - "show": true, - "yHistogram": false - }, - "yAxis": { - "axisPlacement": "left", - "reverse": false - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Row heatmap", - "type": "heatmap" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 10, - "x": 0, - "y": 9 - }, - "id": 5, - "options": { - "footer": { - "countRows": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "x,y,count\n1,4,10\n1,6,11\n2,5,30\n2,4,22\n3,6,17", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Raw heatmap cells", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "scaleDistribution": { - "type": "linear" - } - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 14, - "x": 10, - "y": 9 - }, - "id": 6, - "options": { - "calculate": false, - "cellGap": 1, - "color": { - "exponent": 0.5, - "fill": "dark-orange", - "mode": "scheme", - "reverse": false, - "scale": "exponential", - "scheme": "Oranges", - "steps": 64 - }, - "exemplars": { - "color": "rgba(255,0,255,0.7)" - }, - "filterValues": { - "le": 1e-9 - }, - "legend": { - "show": true - }, - "rowsFrame": { - "layout": "auto" - }, - "tooltip": { - "show": true, - "yHistogram": false - }, - "yAxis": { - "axisPlacement": "left", - "reverse": false - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 5, - "refId": "A" - } - ], - "title": "Cells heatmap", - "type": "heatmap" + "type": "dashboard" } - ], - "schemaVersion": 37, - "tags": [], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 116, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 10, + "x": 0, + "y": 0 + }, + "id": 2, + "options": { + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "x,y1,y2\n1,8,12\n2,6,13\n3,7,9\n5,9,7\n6,5,9", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Raw heatmap rows", + "type": "table" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "scaleDistribution": { + "type": "linear" + } + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 14, + "x": 10, + "y": 0 + }, + "id": 4, + "options": { + "calculate": false, + "cellGap": 1, + "color": { + "exponent": 0.5, + "fill": "dark-orange", + "mode": "scheme", + "reverse": false, + "scale": "exponential", + "scheme": "Oranges", + "steps": 64 + }, + "exemplars": { + "color": "rgba(255,0,255,0.7)" + }, + "filterValues": { + "le": 1e-9 + }, + "legend": { + "show": true + }, + "rowsFrame": { + "layout": "auto" + }, + "tooltip": { + "show": true, + "yHistogram": false + }, + "yAxis": { + "axisPlacement": "left", + "reverse": false + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Row heatmap", + "type": "heatmap" }, - "timepicker": {}, - "timezone": "", - "title": "Heatmap X axis", - "uid": "5Y0jv6pVz", - "version": 3, - "weekStart": "" - } - + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 10, + "x": 0, + "y": 9 + }, + "id": 5, + "options": { + "footer": { + "countRows": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "x,y,count\n1,4,10\n1,6,11\n2,5,30\n2,4,22\n3,6,17", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Raw heatmap cells", + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "scaleDistribution": { + "type": "linear" + } + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 14, + "x": 10, + "y": 9 + }, + "id": 6, + "options": { + "calculate": false, + "cellGap": 1, + "color": { + "exponent": 0.5, + "fill": "dark-orange", + "mode": "scheme", + "reverse": false, + "scale": "exponential", + "scheme": "Oranges", + "steps": 64 + }, + "exemplars": { + "color": "rgba(255,0,255,0.7)" + }, + "filterValues": { + "le": 1e-9 + }, + "legend": { + "show": true + }, + "rowsFrame": { + "layout": "auto" + }, + "tooltip": { + "show": true, + "yHistogram": false + }, + "yAxis": { + "axisPlacement": "left", + "reverse": false + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 5, + "refId": "A" + } + ], + "title": "Cells heatmap", + "type": "heatmap" + } + ], + "schemaVersion": 37, + "tags": [], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Heatmap X axis", + "uid": "5Y0jv6pVz", + "version": 3, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-histogram/histogram_tests.json b/devenv/dev-dashboards/panel-histogram/histogram_tests.json index eb5d6374971..af6127cb447 100644 --- a/devenv/dev-dashboards/panel-histogram/histogram_tests.json +++ b/devenv/dev-dashboards/panel-histogram/histogram_tests.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -72,9 +74,7 @@ "bucketOffset": 0, "combine": false, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -83,8 +83,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -143,9 +142,7 @@ "bucketSize": 3, "combine": false, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -165,7 +162,9 @@ "type": "histogram" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -210,9 +209,7 @@ "bucketSize": 1, "combine": false, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -222,8 +219,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -235,9 +231,7 @@ "id": "filterFieldsByName", "options": { "include": { - "names": [ - "Height" - ] + "names": ["Height"] } } } @@ -245,7 +239,9 @@ "type": "histogram" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -290,9 +286,7 @@ "bucketSize": 5, "combine": false, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -302,8 +296,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -315,9 +308,7 @@ "id": "filterFieldsByName", "options": { "include": { - "names": [ - "Weight" - ] + "names": ["Weight"] } } } @@ -325,7 +316,9 @@ "type": "histogram" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -367,9 +360,7 @@ "footer": { "countRows": false, "fields": [], - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -385,8 +376,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -399,9 +389,7 @@ "id": "filterFieldsByName", "options": { "include": { - "names": [ - "Height" - ] + "names": ["Height"] } } }, @@ -417,7 +405,9 @@ "type": "table" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -459,9 +449,7 @@ "footer": { "countRows": false, "fields": [], - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -471,8 +459,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -484,9 +471,7 @@ "id": "filterFieldsByName", "options": { "include": { - "names": [ - "Weight" - ] + "names": ["Weight"] } } }, @@ -501,7 +486,9 @@ "type": "table" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -560,9 +547,7 @@ "options": { "bucketOffset": 0, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -572,8 +557,7 @@ { "csvContent": "xMin,xMax,count1,abcd\n1,2,10,123\n2,3,20,265\n3,4,30,73\n4,5,10,24", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -583,7 +567,9 @@ "type": "histogram" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -642,9 +628,7 @@ "options": { "bucketOffset": 0, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -654,8 +638,7 @@ { "csvContent": "xMin,count1,abcd\n1,10,123\n2,20,265\n3,30,73\n4,10,24", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -665,7 +648,9 @@ "type": "histogram" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -724,9 +709,7 @@ "options": { "bucketOffset": 0, "legend": { - "calcs": [ - "sum" - ], + "calcs": ["sum"], "displayMode": "list", "placement": "bottom", "showLegend": true @@ -736,8 +719,7 @@ { "csvContent": "xMax,count1,abcd\n1,10,123\n2,20,265\n3,30,73\n4,10,24", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -748,8 +730,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -802,8 +783,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"custom\": {\n \"resultType\": \"matrix\"\n },\n \"type\": \"heatmap-rows\",\n \"typeVersion\": [\n 0,\n 1\n ]\n },\n \"name\": \"0.005\",\n \"fields\": [\n {\n \"config\": {\n \"interval\": 1200000\n },\n \"name\": \"Time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.005\"\n },\n \"labels\": {\n \"le\": \"0.005\"\n },\n \"name\": \"0.005\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.01\"\n },\n \"labels\": {\n \"le\": \"0.01\"\n },\n \"name\": \"0.01\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.025\"\n },\n \"labels\": {\n \"le\": \"0.025\"\n },\n \"name\": \"0.025\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.05\"\n },\n \"labels\": {\n \"le\": \"0.05\"\n },\n \"name\": \"0.05\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.1\"\n },\n \"labels\": {\n \"le\": \"0.1\"\n },\n \"name\": \"0.1\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.25\"\n },\n \"labels\": {\n \"le\": \"0.25\"\n },\n \"name\": \"0.25\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"0.5\"\n },\n \"labels\": {\n \"le\": \"0.5\"\n },\n \"name\": \"0.5\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"1.0\"\n },\n \"labels\": {\n \"le\": \"1.0\"\n },\n \"name\": \"1.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"2.5\"\n },\n \"labels\": {\n \"le\": \"2.5\"\n },\n \"name\": \"2.5\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"5.0\"\n },\n \"labels\": {\n \"le\": \"5.0\"\n },\n \"name\": \"5.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"10.0\"\n },\n \"labels\": {\n \"le\": \"10.0\"\n },\n \"name\": \"10.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"25.0\"\n },\n \"labels\": {\n \"le\": \"25.0\"\n },\n \"name\": \"25.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"50.0\"\n },\n \"labels\": {\n \"le\": \"50.0\"\n },\n \"name\": \"50.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"100.0\"\n },\n \"labels\": {\n \"le\": \"100.0\"\n },\n \"name\": \"100.0\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n },\n {\n \"config\": {\n \"displayNameFromDS\": \"+Inf\"\n },\n \"labels\": {\n \"le\": \"+Inf\"\n },\n \"name\": \"+Inf\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1706456400000,\n 1706457600000,\n 1706458800000,\n 1706460000000,\n 1706461200000,\n 1706462400000,\n 1706463600000,\n 1706464800000,\n 1706466000000,\n 1706467200000,\n 1706468400000,\n 1706469600000,\n 1706470800000,\n 1706472000000,\n 1706473200000,\n 1706474400000,\n 1706475600000,\n 1706476800000,\n 1706478000000\n ],\n [\n 0.19357429718875502,\n 0.18072289156626506,\n 0.18313253012048192,\n 0.18955823293172688,\n 0.18634538152610441,\n 0.19518072289156624,\n 0.20080321285140562,\n 0.18313253012048192,\n 0.19678714859437751,\n 0.18795180722891563,\n 0.18473895582329317,\n 0.19357429718875502,\n 0.19116465863453813,\n 0.19196787148594374,\n 0.19437751004016063,\n 0.19759036144578312,\n 0.19839357429718874,\n 0.19357429718875502,\n 0.18634538152610441\n ],\n [\n 0.22248995983935738,\n 0.229718875502008,\n 0.22248995983935738,\n 0.22168674698795174,\n 0.2305220883534136,\n 0.21285140562248994,\n 0.2128514056224899,\n 0.22891566265060237,\n 0.22570281124497987,\n 0.22088353413654616,\n 0.22088353413654618,\n 0.21927710843373488,\n 0.21686746987951805,\n 0.22248995983935738,\n 0.21847389558232927,\n 0.21124497991967867,\n 0.216867469879518,\n 0.2200803212851405,\n 0.22329317269076304\n ],\n [\n 0.017670682730923704,\n 0.02329317269076303,\n 0.027309236947791138,\n 0.02168674698795181,\n 0.016867469879518093,\n 0.025702811244979917,\n 0.02008032128514059,\n 0.018473895582329314,\n 0.01124497991967871,\n 0.024899598393574307,\n 0.025702811244979862,\n 0.0208835341365462,\n 0.02409638554216864,\n 0.01927710843373498,\n 0.0208835341365462,\n 0.02248995983935742,\n 0.016867469879518093,\n 0.02008032128514059,\n 0.02329317269076303\n ],\n [\n 0,\n 0,\n 0.0008032128514056658,\n 0.0008032128514056658,\n 0,\n 0,\n 0,\n 0.0032128514056224966,\n 0,\n 0,\n 0.0024096385542168863,\n 0,\n 0.001606425702811276,\n 0,\n 0,\n 0.0024096385542168863,\n 0.001606425702811276,\n 0,\n 0.0008032128514056103\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665,\n 0.06666666666666665\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ]\n ]\n }\n }\n]", "refId": "A", @@ -815,8 +795,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -882,8 +861,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"type\": \"heatmap-cells\",\n \"typeVersion\": [\n 0,\n 0\n ],\n \"executedQueryString\": \"Expr: sum(rate(cortex_request_duration_seconds{container=~\\\"compactor\\\", route=~\\\"(debug_pprof|metrics|ready)\\\"}[4m0s]))\\nStep: 1m0s\",\n \"preferredVisualisationType\": \"graph\"\n },\n \"fields\": [\n {\n \"name\": \"xMax\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\"\n },\n \"config\": {\n \"interval\": 60000\n }\n },\n {\n \"name\": \"yMin\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n },\n \"labels\": {},\n \"config\": {\n \"displayNameFromDS\": \"sum(rate(cortex_request_duration_seconds{container=~\\\"compactor\\\", route=~\\\"(debug_pprof|metrics|ready)\\\"}[4m0s]))\"\n }\n },\n {\n \"name\": \"yMax\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n },\n \"config\": {}\n },\n {\n \"name\": \"count\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\"\n },\n \"config\": {}\n },\n {\n \"name\": \"yLayout\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int8\"\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483460000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483520000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483580000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483640000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483700000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000,\n 1706483760000\n ],\n [\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000039576402424652394,\n 0.00020529697638030136,\n 0.0002238779402355154,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.00048828125,\n 0.002532889755177753,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.012048522073499537,\n 0.014328188175072986,\n 0.01703918332289465,\n 0.018581361171917516,\n 0.020263118041422026,\n 13.45434264405943,\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000039576402424652394,\n 0.0002238779402355154,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00048828125,\n 0.0021298979153618314,\n 0.002532889755177753,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.014328188175072986,\n 0.01703918332289465,\n 13.45434264405943,\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.0021298979153618314,\n 0.002532889755177753,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.014328188175072986,\n 0.01703918332289465,\n 13.45434264405943,\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.0021298979153618314,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.014328188175072986,\n 0.01703918332289465,\n 13.45434264405943,\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.0005806675366224224,\n 0.0021298979153618314,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.015625,\n 13.45434264405943,\n 0.000012831061023768835,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.00002566212204753767,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0003452669830012439,\n 0.0005806675366224224,\n 0.0021298979153618314,\n 0.002762135864009951,\n 0.00390625,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.015625,\n 13.45434264405943\n ],\n [\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.000043158372875155485,\n 0.0002238779402355154,\n 0.000244140625,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0003452669830012439,\n 0.0005324744788404579,\n 0.002762135864009951,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.013139006488339287,\n 0.015625,\n 0.018581361171917516,\n 0.020263118041422026,\n 0.022097086912079608,\n 14.672064691274738,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.000043158372875155485,\n 0.000244140625,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0005324744788404579,\n 0.0023226701464896895,\n 0.002762135864009951,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.013139006488339287,\n 0.015625,\n 0.018581361171917516,\n 14.672064691274738,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0023226701464896895,\n 0.002762135864009951,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.013139006488339287,\n 0.015625,\n 0.018581361171917516,\n 14.672064691274738,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0023226701464896895,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.013139006488339287,\n 0.015625,\n 0.018581361171917516,\n 14.672064691274738,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0006332224387944383,\n 0.0023226701464896895,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.01703918332289465,\n 14.672064691274738,\n 0.000013992371264719713,\n 0.0000152587890625,\n 0.000016639827463764308,\n 0.0000181458605194507,\n 0.000019788201212326197,\n 0.000021579186437577742,\n 0.000023532269674803783,\n 0.000027984742529439426,\n 0.00026623723942022893,\n 0.0002903337683112112,\n 0.00031661121939721915,\n 0.0003452669830012439,\n 0.00037651631479686053,\n 0.0006332224387944383,\n 0.0023226701464896895,\n 0.0030121305183748843,\n 0.004259795830723663,\n 0.004645340292979379,\n 0.005065779510355506,\n 0.005524271728019902,\n 0.0060242610367497685,\n 0.006569503244169644,\n 0.007164094087536493,\n 0.0078125,\n 0.008519591661447326,\n 0.009290680585958758,\n 0.010131559020711013,\n 0.011048543456039804,\n 0.012048522073499537,\n 0.01703918332289465,\n 14.672064691274738\n ],\n [\n 0.0044444444444444444,\n 0.017777777777777778,\n 0.0044444444444444444,\n 0.035555555555555556,\n 0.017777777777777778,\n 0.013333333333333332,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.017777777777777778,\n 0.03111111111111111,\n 0.013333333333333332,\n 0.05333333333333334,\n 0.035555555555555556,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.017777777777777778,\n 0.013333333333333332,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.06666666666666667,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.008888888888888889,\n 0.04,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.026666666666666665,\n 0.035555555555555556,\n 0.008888888888888889,\n 0.044444444444444446,\n 0.035555555555555556,\n 0.026666666666666665,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.06666666666666667,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.017777777777777778,\n 0.04,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.022222222222222223,\n 0.03111111111111111,\n 0.008888888888888889,\n 0.044444444444444446,\n 0.035555555555555556,\n 0.026666666666666665,\n 0.026666666666666665,\n 0.022222222222222223,\n 0.017777777777777778,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.06666666666666667,\n 0.008888888888888889,\n 0.017777777777777778,\n 0.0044444444444444444,\n 0.017777777777777778,\n 0.03111111111111111,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.022222222222222223,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.044444444444444446,\n 0.04,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.03111111111111111,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.017777777777777778,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.06666666666666667,\n 0.008888888888888889,\n 0.026666666666666665,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.022222222222222223,\n 0.008888888888888889,\n 0.013333333333333332,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.008888888888888889,\n 0.026666666666666665,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.035555555555555556,\n 0.057777777777777775,\n 0.026666666666666665,\n 0.03111111111111111,\n 0.03111111111111111,\n 0.022222222222222223,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.06666666666666667,\n 0.0044444444444444444,\n 0.026666666666666665,\n 0.0044444444444444444,\n 0.022222222222222223,\n 0.022222222222222223,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.013333333333333332,\n 0.017777777777777778,\n 0.013333333333333332,\n 0.008888888888888889,\n 0.035555555555555556,\n 0.05333333333333333,\n 0.022222222222222223,\n 0.026666666666666665,\n 0.035555555555555556,\n 0.022222222222222223,\n 0.008888888888888889,\n 0.02222222222222222,\n 0.008888888888888889,\n 0.0044444444444444444,\n 0.0044444444444444444,\n 0.06666666666666667\n ],\n [\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0,\n 0\n ]\n ]\n }\n }\n]", "refId": "A", @@ -896,11 +874,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-piechart/panel_test_piechart.json b/devenv/dev-dashboards/panel-piechart/panel_test_piechart.json index e076384f273..4333993ea8e 100644 --- a/devenv/dev-dashboards/panel-piechart/panel_test_piechart.json +++ b/devenv/dev-dashboards/panel-piechart/panel_test_piechart.json @@ -53,9 +53,7 @@ }, "id": 2, "options": { - "displayLabels": [ - "name" - ], + "displayLabels": ["name"], "legend": { "values": [], "displayMode": "list", @@ -63,9 +61,7 @@ }, "pieType": "donut", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -122,22 +118,15 @@ }, "id": 11, "options": { - "displayLabels": [ - "name", - "percent" - ], + "displayLabels": ["name", "percent"], "legend": { - "values": [ - "percent" - ], + "values": ["percent"], "displayMode": "list", "placement": "right" }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -192,9 +181,7 @@ }, "id": 8, "options": { - "displayLabels": [ - "name" - ], + "displayLabels": ["name"], "legend": { "values": [], "displayMode": "hidden", @@ -202,9 +189,7 @@ }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -259,21 +244,15 @@ }, "id": 3, "options": { - "displayLabels": [ - "percent" - ], + "displayLabels": ["percent"], "legend": { - "values": [ - "percent" - ], + "values": ["percent"], "displayMode": "table", "placement": "bottom" }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -328,21 +307,15 @@ }, "id": 9, "options": { - "displayLabels": [ - "value" - ], + "displayLabels": ["value"], "legend": { - "values": [ - "value" - ], + "values": ["value"], "displayMode": "table", "placement": "bottom" }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -397,9 +370,7 @@ }, "id": 6, "options": { - "displayLabels": [ - "name" - ], + "displayLabels": ["name"], "legend": { "values": [], "displayMode": "list", @@ -407,9 +378,7 @@ }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -472,9 +441,7 @@ }, "pieType": "pie", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -498,10 +465,7 @@ } ], "schemaVersion": 27, - "tags": [ - "gdev", - "panel-tests" - ], + "tags": ["gdev", "panel-tests"], "templating": { "list": [] }, @@ -514,4 +478,4 @@ "title": "Panel Tests - Pie chart", "uid": "lVE-2YFMz", "version": 9 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-polystat/polystat_test.json b/devenv/dev-dashboards/panel-polystat/polystat_test.json index faa84463019..1473fc1e7da 100644 --- a/devenv/dev-dashboards/panel-polystat/polystat_test.json +++ b/devenv/dev-dashboards/panel-polystat/polystat_test.json @@ -30,7 +30,9 @@ ], "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], "d3DivId": "d3_svg_4", - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 2, "displayModes": [ { @@ -43,48 +45,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", @@ -449,7 +411,7 @@ "text": "Malaysian Ringgit (RM)", "value": "currencyMYR" }, - { + { "text": "CFP franc (XPF)", "value": "currencyXPF" }, @@ -1188,7 +1150,9 @@ ], "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], "d3DivId": "d3_svg_5", - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 2, "displayModes": [ { @@ -1201,48 +1165,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", @@ -2307,7 +2231,9 @@ ], "colors": ["#299c46", "rgba(237, 129, 40, 0.89)", "#d44a3a"], "d3DivId": "d3_svg_2", - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 2, "displayModes": [ { @@ -2320,48 +2246,8 @@ } ], "fontSizes": [ - 4, - 5, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 20, - 22, - 24, - 26, - 28, - 30, - 32, - 34, - 36, - 38, - 40, - 42, - 44, - 46, - 48, - 50, - 52, - 54, - 56, - 58, - 60, - 62, - 64, - 66, - 68, - 70 + 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, + 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70 ], "fontTypes": [ "Open Sans", diff --git a/devenv/dev-dashboards/panel-stat/panel-stat-tests.json b/devenv/dev-dashboards/panel-stat/panel-stat-tests.json index 0cbecd3b690..6799fff4bc5 100644 --- a/devenv/dev-dashboards/panel-stat/panel-stat-tests.json +++ b/devenv/dev-dashboards/panel-stat/panel-stat-tests.json @@ -36,8 +36,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -89,9 +88,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -107,8 +104,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "labels": "", "min": 0, @@ -123,8 +119,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -176,9 +171,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -194,8 +187,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "noise": 10, @@ -210,8 +202,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -263,9 +254,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -281,8 +270,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "noise": 10, @@ -297,8 +285,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -350,9 +337,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -368,8 +353,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "refId": "A", @@ -383,8 +367,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -436,9 +419,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -453,56 +434,49 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "random_walk" @@ -513,8 +487,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -566,9 +539,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -583,56 +554,49 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "random_walk" @@ -643,8 +607,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -698,9 +661,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -716,8 +677,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -734,8 +694,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -789,9 +748,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -807,8 +764,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -825,8 +781,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -880,9 +835,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -898,8 +851,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -929,8 +881,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -982,9 +933,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1000,8 +949,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "labels": "", "min": 0, @@ -1016,8 +964,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1069,9 +1016,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1087,8 +1032,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "noise": 10, @@ -1103,8 +1047,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1156,9 +1099,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1174,8 +1115,7 @@ { "alias": "__house_locations", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "noise": 10, @@ -1190,8 +1130,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1243,9 +1182,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1261,8 +1198,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "min": 0, "refId": "A", @@ -1276,8 +1212,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1329,9 +1264,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1346,56 +1279,49 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "random_walk" @@ -1406,8 +1332,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1459,9 +1384,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1476,56 +1399,49 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "random_walk" }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "random_walk" @@ -1536,8 +1452,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1591,9 +1506,7 @@ "orientation": "horizontal", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1609,8 +1522,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -1627,8 +1539,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1682,9 +1593,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1700,8 +1609,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -1718,8 +1626,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1773,9 +1680,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "mean" - ], + "calcs": ["mean"], "fields": "", "values": false }, @@ -1791,8 +1696,7 @@ { "alias": "__server_names", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 200, "min": 0, @@ -1809,8 +1713,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1848,9 +1751,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1863,8 +1764,7 @@ { "csvContent": "time, value\n2023-12-13T00:00:00Z, 0\n2023-12-13T00:00:00Z, 100", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1875,9 +1775,7 @@ }, { "datasource": { - "default": true, - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1915,9 +1813,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1930,8 +1826,7 @@ { "csvContent": "time, value\n2023-12-13T00:00:00Z, 50\n2023-12-13T00:00:00Z, 100\n2023-12-13T00:00:00Z, 50", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1942,8 +1837,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1981,9 +1875,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -1996,8 +1888,7 @@ { "csvContent": "time, value\n2023-12-13T00:00:00Z, 0\n2023-12-13T00:00:00Z, 0", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2008,8 +1899,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2047,9 +1937,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": true }, @@ -2062,8 +1950,7 @@ { "csvContent": "Name, value\nName1, 10\nName2, 20", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2075,11 +1962,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, @@ -2088,22 +1971,11 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Panel Tests - Stat", "uid": "EJ8_d9jZk", "version": 15, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-table/table_kitchen_sink.json b/devenv/dev-dashboards/panel-table/table_kitchen_sink.json index c92924966ce..9c05634b066 100644 --- a/devenv/dev-dashboards/panel-table/table_kitchen_sink.json +++ b/devenv/dev-dashboards/panel-table/table_kitchen_sink.json @@ -23,8 +23,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -355,13 +354,8 @@ "footer": { "countRows": false, "enablePagination": false, - "fields": [ - "Min", - "Max" - ], - "reducer": [ - "max" - ], + "fields": ["Min", "Max"], + "reducer": ["max"], "show": true }, "frameIndex": 0, @@ -372,8 +366,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk_table" @@ -381,8 +374,7 @@ { "csvContent": "Info,Image,Pills,Data Link,Long Text\ndown,https://placecats.com/millie/200/400,hello,https://grafana.com,\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus et augue et lacinia. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec eu pretium tortor. Cras venenatis sapien sed mauris gravida, ut scelerisque est fringilla. Cras lorem diam, facilisis nec malesuada in, vulputate vel enim. Etiam fringilla nisi quis felis blandit tincidunt. Cras id lacus ornare, ullamcorper nisl eget, bibendum odio. Pellentesque imperdiet, leo a imperdiet venenatis, ligula risus venenatis quam, vel euismod magna nisi sit amet leo.\"\nup,https://placecats.com/neo/200/400,\"[1,2,3,\"\"foo\"\",\"\"bar\"\"]\",https://grafana.com/solutions/kubernetes/,\"Sed imperdiet eget diam sit amet fringilla. Curabitur quis lacus blandit, mollis diam non, accumsan tortor. Aliquam ac tellus eget dui facilisis tempor eu id nulla. Maecenas ultrices turpis eu elementum imperdiet. Fusce eget rhoncus mi, et egestas lectus. Mauris facilisis auctor enim sed malesuada. Maecenas placerat ultricies metus vitae viverra. In hac habitasse platea dictumst. Mauris ipsum nisl, dictum eu aliquam eleifend, rutrum id orci. Nullam eget dui et odio eleifend porttitor.\"\nup fast,https://placecats.com/bella/200/400,\"foo,1,4,beep\",https://k6.io/,\"Proin ac libero vulputate ex vulputate pharetra ut vel lacus. Phasellus quis dolor sed leo finibus scelerisque. Ut vel finibus leo, sed viverra ipsum. Suspendisse vitae rutrum arcu. Donec sed tellus vel lectus bibendum vestibulum. Sed eu felis non velit dictum pulvinar eu et leo. Aenean et dignissim arcu. Nam luctus at neque quis efficitur. Fusce tempus at nibh a imperdiet. Nullam malesuada ac magna at facilisis. Duis pretium aliquam eros. Donec pharetra dignissim dolor non bibendum. Ut gravida mi id urna tempus, at ullamcorper felis vulputate. Duis congue augue ex, sed finibus leo ornare ut. Mauris non quam sodales, dignissim lorem eget, tincidunt mauris. Aliquam ut velit auctor, vestibulum metus sed, mollis massa.\"\ndown fast,https://placecats.com/neo_2/200/400,\"foo,bar,baz,a longer one,bim\",https://grafana.com/products/cloud/,\"Nullam in pulvinar justo. Nunc dictum arcu ac pellentesque bibendum. Sed in erat turpis. Vestibulum eu orci ac ligula lobortis tempus. Fusce consectetur feugiat magna, eu tempor nibh vestibulum ac. Aliquam erat volutpat. Vivamus sit amet viverra enim. Quisque mollis odio nulla, nec vulputate sem placerat in. Etiam dolor sapien, pulvinar in accumsan at, consequat eget nisi. Nunc condimentum neque magna, congue consectetur dui efficitur interdum. Nam lobortis fringilla maximus. Vestibulum eu dui a velit condimentum eleifend consequat nec lectus.\"", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -482,7 +474,6 @@ } ], "datasource": { - "uid": "PD8C576611E62080A", "type": "grafana-testdata-datasource" }, "options": { @@ -490,9 +481,7 @@ "cellHeight": "sm", "footer": { "show": false, - "reducer": [ - "sum" - ], + "reducer": ["sum"], "countRows": false, "fields": "" } @@ -507,8 +496,7 @@ { "baseFilters": [], "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "filters": [], "name": "Filters", diff --git a/devenv/dev-dashboards/panel-table/table_markdown.json b/devenv/dev-dashboards/panel-table/table_markdown.json index b6aa28ca3b0..863edd09fed 100644 --- a/devenv/dev-dashboards/panel-table/table_markdown.json +++ b/devenv/dev-dashboards/panel-table/table_markdown.json @@ -85,9 +85,7 @@ "enablePagination": true, "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true diff --git a/devenv/dev-dashboards/panel-table/table_pagination.json b/devenv/dev-dashboards/panel-table/table_pagination.json index 48f5df03f1f..cafa00c36d5 100644 --- a/devenv/dev-dashboards/panel-table/table_pagination.json +++ b/devenv/dev-dashboards/panel-table/table_pagination.json @@ -1,2683 +1,2661 @@ { - "annotations": { - "list": [ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1110, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1110, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "footer": { - "enablePagination": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "csvContent": "\"id\",\"created_on\",\"operation\",\"property_type\",\"place_name\",\"place_with_parent_names\",\"country_name\",\"state_name\",\"geonames_id\",\"lat_lon\",\"lat\",\"lon\",\"price\",\"currency\",\"price_aprox_local_currency\",\"price_aprox_usd\",\"surface_total_in_m2\",\"surface_covered_in_m2\",\"price_usd_per_m2\",\"price_per_m2\",\"floor\",\"rooms\",\"expenses\",\"properati_url\",\"description\",\"title\",\"image_thumbnail\"\nf73c373e0588bf568164a057dd94203ac87d47b1,2014-08-07,rent,store,Catu,|Brasil|Bahia|Catu|,Brasil,Bahia,,,,,0,,0,0,,,,,,,,http://www.properati.com.br/mfye_alugar_outros_catu,\"Otimo Imovel com o melhor valor da regiao, confira as fotos - \",Exclusividade! - Loja Em Catu,https://thumbs4.properati.com/3/jA8isZw8Xju7z3-V2I-ED8x5D2o=/trim/198x0/smart/filters:strip_icc()/galeriadefotos.net.br/backup/upload/15989/1598966287bc7/zd533ba5e829b0543093a45e1d8398bd7.jpg\nd6d377927ab49671acdd38aa6f661a460601a88b,2015-01-20,rent,apartment,Pernambuco,|Brasil|Pernambuco|,Brasil,Pernambuco,,\"-8.126271,-34.903793\",-8.126271,-34.903793,1200,BRL,1184.32,383.55,,63,6.088095238095239,19.047619047619047,1,2,,http://www.properati.com.br/w71k_alugar_apartamentos_pernambuco,\"CONTATOS: Claro: 81./ Tim: 81./ Oi: 81./ Vivo: 81.Apartamento de 2 quartos mais Dependência completa de empregada, 1.º andar de edifício localizado na Rua Dr. Gaspar Regueira da Costa, 99, Boa Viagem.Este apartamento é constituído por: 1 Sala, 2 Quartos, 2 Banheiros, Cozinha, Área de serviço, Dependência completa de empregada e 1 lugar de estacionamento.O Valor do aluguer já inclui taxas.Agende já a sua visita.Nota: O Edifício irá ser pintado exteriormente, em breve.ISI-120-T2 #ref:ISI-120-T2 - ISI-120-T2 - idalécio Soares\",\"Apartamento de 2 quartos, DCE, 1.º Andar, 63 m2, Boa Viagem - Recife\",https://thumbs4.properati.com/0/B9BCwP1HK7NvZIYINGkFNnNfOZ4=/trim/198x0/smart/filters:strip_icc()/feedmedia.egorealestate.com/Zfeed/S5/C4123/P2270979/Tphoto/ID03a72200-0000-0500-0000-00000141a7a5.JPG\nc6826a9508436920fd59b46a202354f3e4823d22,2014-10-29,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.1546253,-45.7906242\",-23.1546253,-45.7906242,0,BRL,0,0,,3800,,,,,,http://www.properati.com.br/s41f_alugar_comercial_cacapava,\"Condomínio com 22 Módulos de Galpões; 3.800m2 a 12.600m2; 12m pé-direito médio; Piso 6 TON/m2; Ã�rea total de Terreno : 324.000 m2; Ã�rea Total construída: 133.200 m2; 293 vagas para automóveis; 103 vagas para caminhões; Refeitório para 256 pessoas por turno;Benefícios Fiscais no município de Caçapava conforme Lei Lei 5055/211; Isenção de Taxas;Isenção de IPTU; Redução de ISS; Reversão de ICMS.Valores locação = R$ 15,00 o m2Tx Cond. = R$ 1,50 o m2Valores poderão ser alterados sem prévio aviso.A Heron Imóveis oferece este(a) Comercial em Caçapava, no bairro Caçapava. Gostou desse(a) Comercial em Caçapava? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email contato@ Obrigado!\",\"Comercial em Caçapava, no bairro Caçapava\",https://thumbs4.properati.com/1/J2n8nXVlvduy6EJjyLwPneEoc28=/trim/198x0/smart/filters:strip_icc()/www.heronimoveis.com.br/fotos/F00/35/23500-DSC06177.JPG\nba957ad3cb2d12d55d1f0466eeffe788a35a6f4f,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,950,BRL,751.1,243.25,,,,,,1,,http://www.properati.com.br/lxp9_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95876 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Garden Village II..:Casa Condomnio Garden Village II, Casa Condominio, Dormitrios: 03, Tipo Apto.: 01, Wc. Social: 01, Sala de Visita: 01, Copa: 01, Cozinha: 01, Cozinha Planejada, Despensa, rea de Servio, Ar Condicionado, Alarme, Acabamento Em Gesso, Sanca, Campainha, Cerca Eletrica, Forro de Laje, Piso Dormitrios: Frio, Piso Salas: Frio, M2/ Terreno: 145, M2 rea Construida: 70, Garagem Descoberta: 01, Salo de Festa, Detalhes: R$ 950,00 + Iptu + Condomnio\", Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Garden Village II,https://thumbs4.properati.com/9/xcrfHjSnXdhGcOK1m1wg1jHJlsw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/803/8860a8e8-6d62-49e6-a992-54ab8f360f35.jpg\n0999b33908c71af3b8be282ab35ab61b38a46353,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4300,BRL,4078.98,1321,,319,4.141065830721003,13.47962382445141,,4,,http://www.properati.com.br/ifuj_alugar_apartamentos_vila-olimpia,\"Apartamento na Vila Olí­mpia, com 4 quartos, sendo 2 suí­tes,Ampla sala com terraí§o, piso de madeira corrida, 1 dos quartos pode ser revertido para sala de tv ou escritório.Quartos com carpete de madeira, as suí­tes com armí¡rios embutidos, uma delas com ar condicionado.Armí¡rio corredor.Cozinha com armí¡rio, Piso de granito, na cozinha e lavanderia.  Referíªncia: AP34\",\"Apartamento no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/8/nxrbzTDipvKnqdx1wDABEyIbSes=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/34/c789b808-bf30-460d-9376-16299ce5abbb.jpg\n011d5618639ce229b012022a32b22eff9abd213e,2014-11-19,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.9648026,-46.3855723\",-23.9648026,-46.3855723,1300,BRL,1323.12,428.5,,60,7.141666666666667,21.666666666666668,4,1,,http://www.properati.com.br/tl4s_alugar_apartamentos_sao-paulo,\"PACOTE R$ 1.300,00 OTIMO APARTAMENTO MOBILIADO COM TERRAÇO PROXIMO SHOPPING , PRAIA E COMERCIOS ACEITA FIADOR / SEG. FIANÇA A 3 Milenio oferece este(a) Apartamento em Sao Vicente, no bairro Gonzaguinha - 1 dormitórios. Gostou desse(a) Apartamento em Sao Vicente? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email vendas@ Obrigado!\",\"Apartamento em Sao Vicente, no bairro Gonzaguinha - 1 dormitórios\",https://thumbs4.properati.com/4/x8BqTbd304ntTBY5pTf5Yi_nNMw=/trim/198x0/smart/filters:strip_icc()/www.imobiliariasdesantos.com.br/fotos/F00/74/757400-FOTOS%20HELANE%20001.jpg\n6f274a2d23ffa89cb0301f3277585beda7723ce8,2014-09-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8343086,-49.3805559\",-20.8343086,-49.3805559,5000,BRL,3953.34,1280.31,,,,,,,,http://www.properati.com.br/o23s_alugar_comercial_sao-jose-do-rio-preto_rua-nuno-alvares-pereira,\"Ref.: SA95668Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Pq. EstorilM2 rea Construida: 170, Detalhes: Salo de 170 M, Com Mezanino. J Com Acessibilidade. Tem Uma Linda Fachada e Estacionamento Para Clientes.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Estoril,https://thumbs4.properati.com/8/7VqZVGV6Hl3paOrhYXv_ksowyEw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1875/TG5yXGj9EJPaa5o0dWgL.jpg\ndb6f890847bcacc6ec3e78a0e6613132174e4c70,2014-12-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,10000,BRL,7906.68,2560.62,,,,,,1,,http://www.properati.com.br/ue07_alugar_casas_sao-jose-do-rio-preto_rua-cila,\"Ref.: CO95026Tipo: Casa Comercial, Predio ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraSobrado, Dormitrios: 4, Tipo Apto.: 4, C/ A/e: 4, A/e C/ Interior: 4, Wc. Social: 1, Copa/cozinha: 1, Cozinha C/ A/e: 1, Despensa, Salas : 1, Sala P/ Ambientes : 4, M2 rea Construida: 330, Entrada Lateral: 1, Piso Dormitrios: Frio\",\"Ref.: CO95026 Tipo: Casa Comercial, Predio Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora\",https://thumbs4.properati.com/2/DNREjVLgpGPzTlv8aIvhpd7KZkI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2461/02ea33d3-3ebd-4139-a380-b60eb84c87d1.jpg\nf7d3243419c85cf439189481819f13cb22ab0498,2014-10-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,3800,BRL,3004.52,973.03,,,,,,,,http://www.properati.com.br/qz8t_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95902Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha III..: Casa Condomnio Damha III, Casa Condominio, Dormitrios: 03, Suite: 01, Closet , Tipo Apto.: 02, C/ A/e: 02, Home, Copa/cozinha: 01, Cozinha Planejada, Piscina, Varanda, rea de Servio, Wc. de Empregada/servio, Forro de Laje, M2/ Terreno: 450, M2 rea Construida: 240, rea de Lazer, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Valor Condominio R$-: 420,00\",Ref.: CA95902 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha III,https://thumbs4.properati.com/8/cqu5q3tBJOddQ526fWf2puVwINI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2060/6064cf7e-f8ed-44f3-8a80-b6576de27d62.jpg\ncbfc4c495b3578c995363825a85a821217fab4ec,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,14000,BRL,11069.36,3584.87,,,,,,,,http://www.properati.com.br/ri3p_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95918Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Mini Dist. Industrial Adail Vetorasso..: Salo Comercial No Mini Distrito Industrial Adail Vetorasso, Salo Comercial, Wcs.: 02, Cozinha: 01, Escritrio, M2/ Terreno: 2.100, M2 rea Construida: 1.350, Detalhes: Cobertura Metlica.p Direito Com 7 Metros.corredor Lateral.\",Ref.: SA95918 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Mini Dist. Industrial Adail Vetorasso,https://thumbs4.properati.com/9/INPTa4YGuWfsekPfC8ez-rqd3PI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2285/Mhd9hMU2ZwU9YXAC9Hzi.jpg\nb4dab15f9d4411d0847d1871e0a62e107b492fdc,2014-08-02,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.8773135,-46.7592613\",-23.8773135,-46.7592613,28000,BRL,22138.72,7169.74,,,,,,,,http://www.properati.com.br/lud3_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95869Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Eng. Schimidt..: Salo Comercial Em Engenheiro Schimidt, Salo Comercial, Obs: Salo Ideal Para Transportadora Com Frente Para 03 Marginal, Esquina Com Rua Projetada 01 e Rodovia W. Luiz, M2/ Terreno: 5.500, M2 rea Construida: 2.200\",Ref.: SA95869 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Eng. Schimidt,https://thumbs4.properati.com/3/oJm3M_UtBn2PVRsZ2O4n48IvhuA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/780/60d090bc-4a05-4929-88ae-aca5b9873a76.jpg\nd3769eb1b41c780c83f2d176adae8ad9a81b7ba3,2014-10-08,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.818728,-49.4212608\",-20.818728,-49.4212608,16000,BRL,12650.68,4096.99,,,,,,,,http://www.properati.com.br/r6d9_alugar_comercial_sao-jose-do-rio-preto_avenida-joao-batista-vetorasso,\"Ref.: SA95810Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Waldemar VerdiM2/ Terreno: 5.000, M2 rea Construida: 1.400, Detalhes: Com Recepo e 8 Salas. P Direito Com 7 M.\",Salo,https://thumbs4.properati.com/6/GFkI3LbwZQAhB8USv5fTltHxz0E=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2179/QEWBOD1T8GCOjBi0H6WI.jpg\nf51aebdb554e9b5dfa16c3538d3376040f5f2b5c,2014-08-20,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,16000,BRL,12650.68,4096.99,,,,,,,,http://www.properati.com.br/np97_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95723Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 322, Obs: Salo Ideal Para Loja, 217m Terreo e 105m Mezanino. Estacionamento Na Frente.imvel Novo.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/2/viy2bV22HhxBkY_449PiH9sLQPw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1548/9242514f-75f0-4bdc-a5b1-68a958cbda17.jpg\n7266f270625a52c84adaf69ac08a53b397617247,2014-09-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,6000,BRL,4744,1536.37,,,,,,,,http://www.properati.com.br/o20x_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95742Tipo: Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Quinta das PaineirasWcs.: 02, Cozinha: 01, M2/ Terreno: 720, M2 rea Construida: 458,90, Obs: Salo Industrial Grande Com 458m, Com Boa Acessibilidade e tima Localizao, 02 Quadras da Avenida Potirendaba, Fcil Acesso e Entrada Para Caminhes.\",Tipo: Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Quinta das Paineiras,https://thumbs4.properati.com/3/0rnMsn1G6rWTjCQ9lnrLn6WR7JA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1771/KET9NdQ0WNrtQlhGEVEq.jpg\nc1e10a8afe111ba5caa5034df1ecb56b25b772f9,2014-08-19,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muvz_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95766Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadWc. Social: 04, M2/ Terreno: 980, M2 rea Construida: 500, Obs: Entrada Lateral Com Acesso Para Caminho, Com 04 Wcs. Sendo 02 Wc P/ Deficiente.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/3/GvRImi73Q9koPTqVulTG5pg1J2s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1519/T181YBWZd62P9tMfgs1F.jpg\nd156f7cc95141ef1fca4de81d6dc65b143c9988f,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muwd_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95749Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 280, Obs: Salo Ideal Para Loja, 217mterreo + 68m Mezanino.estacionamento Na Frente,\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/5/A5TB5m6yLugDjIdQVsXy9br70YQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1533/eeec7b18-daa6-422b-aac1-82894f366e60.jpg\n90ed612641d0db18967ee9c07edc8b0647c97976,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muwc_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95725Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 280, Obs: Salo Ideal Para Loja, 217m Terreo, + 68m Mezanino.estacionamento Na Frente, Imvel Novo\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/2/8rbyOC1iGXRWRZqh5Z6pcOsdsfQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1532/a142f7a0-ff97-4794-84d8-4144253429c3.jpg\nc69e1ca4e7cd3346bc510240893bf2c2c7437e8e,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muvh_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95724Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2/ Terreno: 280, Obs: Salo Ideal Para Loja, 217m Terreo e + 68m Mezanino.Estacionamento Na Frente,imvel Novo.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/1/3gyCoSFzrSme_NcQhKWIEnuoeaY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1501/CeAfrlKKrQIRE9uzNxoa.jpg\n0c5e391bac4d007585efb02466681c760a758423,2014-09-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379345,-49.3370139\",-20.8379345,-49.3370139,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/q4jv_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95899Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Estancia Jockey Clube..: Salo Comercial , Salo Comercial, Wcs.: 04, Wcs. C/ A/e, Cozinha: 01, Obs: P Direito 9 Metros, M2 rea Construida: 1.000, Detalhes: Salo Novo, Sendo Os Wcs Piso Porcelanato, Cozinha Porcelanato e Piso Liso, Com Telhado Vulcanizado.\",Ref.: SA95899 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Estancia Jockey Clube,https://thumbs4.properati.com/8/OM-MkRbrVgdcQa163wlgXjWDHqU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2007/8541c9f9-4477-448d-a193-d2b00dc5eed4.jpg\n01bdf823f7827d745574bb7a180a39e4db359463,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/muux_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95894Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.150, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Entrada Lateral Para Caminho.p Direito Alto Com 6,/2 M. \",Ref.: SA95894 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube,https://thumbs4.properati.com/1/HZjM3Xdq2xWgpQ5gSrCVIASVnJA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1481/Tz9VYOVWXC1ZVU5fUHwL.jpg\n050a20b55332403b962575877b81d609a5988a15,2014-09-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379345,-49.3370139\",-20.8379345,-49.3370139,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/q4ju_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95900Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Estancia Jockey Clube..: Salo Comercial , Salo Comercial, Wcs.: 04, Wcs. C/ A/e, Cozinha: 01, Obs: P Direito 9 Metros, M2 rea Construida: 1.000, Detalhes: Salo Novo, Sendo Os Wcs Piso Porcelanato, Cozinha Porcelanato e Piso Liso, Com Telhado Vulcanizado.\",Ref.: SA95900 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Estancia Jockey Clube,https://thumbs4.properati.com/3/ZL10NlMLKOM5C49dt-MjpOTaaMo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2006/9fbe5c67-00ba-4e7b-9904-08316f433dd4.jpg\nfeb178373d5eab7df3b6c546a5d1e6a192156c7f,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8457948,-49.353464\",-20.8457948,-49.353464,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/muuv_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95892Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.150, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Entrada Lateral Para Caminho.p Direito Alto Com 6,/2 M.\",Ref.: SA95892 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube ,https://thumbs4.properati.com/5/xwV26hopilS3ZK6xLE-O3iy4rE4=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1479/vT0mPYs7U2dAsti8LWGQ.jpg\n882a8542b44e551782d3126a1d43d907cdba854b,2014-08-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8442587,-49.3291753\",-20.8442587,-49.3291753,7000,BRL,5534.66,1792.43,,,,,,,,http://www.properati.com.br/mt5y_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95817Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Marginal Eng. SchimidtWc. Social: 02, Cozinha, Mesanino, Escritrio, M2/ Terreno: 2.000, M2 rea Construida: 1.100, Pintura Nova, Piso Dormitrios: Cimentado;, Piso Salas: Polido;, Detalhes: Salo Novo, Com Estrutura Metlica e Banheiro C/ Acessibilidade.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Marginal Eng. Schimidt,https://thumbs4.properati.com/4/FPT3HYl7BCrZMA5Okj6iNxUgPRA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1432/MaEwnQ1cL6HLcrscPFb8.jpg\n201e0ccc9fc63a78f68391bdd74ac5407e07da9b,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1000,BRL,790.66,256.06,,,,,,1,,http://www.properati.com.br/lxpd_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95884Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Parque Liberdade III..:Casa Condomnio Parque da Liberdade III, Casa Condominio, Dormitrios: 03, C/ A/e: 02, Wc. Social: 01, Wcs. C/ A/e, Sala de Visita: 01, Cozinha: 01, Cozinha Planejada, Interfone, Acabamento Em Gesso, Sanca, Campainha, Forro de Laje, Obs: Imvel Semi Novo, Com Projeto da Arquiteta Kenia Miranda, o Imvel Tem Papel de Parede, Cortinas Nos Dormitrios e Sala, Luminrias Na Cozinha., M2/ Terreno: 143, Garagem Coberta: 02, Churrasqueira, Detalhes: R$ 1.000,00 + Iptu + Condominio\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Parque Liberdade III,https://thumbs4.properati.com/2/v319TrEqOc-5Hy9xmTQXh1KL2UE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/807/7331be4a-3945-41cd-b761-4322696192f5.jpg\n05cf0728d4ba6016469b6b4a864542a1824dc25c,2014-08-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.7688712,-46.7100661\",-23.7688712,-46.7100661,2000,BRL,1581.32,512.12,,,,,,,,http://www.properati.com.br/mqtt_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95463Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim So MarcosWc. Social: 2, Cozinha: 1, Mesanino, Recepo, M2/ Terreno: 406, M2 rea Construida: 110, Pintura Nova, Piso Salas: Piso Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim So Marcos,https://thumbs4.properati.com/9/EMUy3dbQiGwd8LmfHH92qsmCQ7Q=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1375/srbDQgpudCyI2lewxvjS.jpg\nf5942694fe76bfe705275acfe74148c588367f86,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.7688712,-46.7100661\",-23.7688712,-46.7100661,4000,BRL,3162.64,1024.24,,,,,,8,,http://www.properati.com.br/o215_alugar_casas_sao-jose-do-rio-preto_rua-antonio-dias,\"Ref.: CO95681Tipo: Casa ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim So MarcosWc. Social: 04, Sala(s): 08, M2/ Terreno: 280, Garagem Coberta: 02, Forro de Laje, Piso Salas: Frio, Iptu Valor: 58,00, Detalhes: timo Local Para Clincas.\",Tipo: Casa Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim So Marcos,https://thumbs4.properati.com/4/F58YgAYlsu22NFL9RPPH5RURZJ8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1779/sr0aS0NcXQGZ7HsOtyan.jpg\n1b093694ca05135b213162c0bd499e9adb708309,2014-12-10,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.6302071,-46.5818983\",-23.6302071,-46.5818983,4000,BRL,3162.64,1024.24,,,,,,,,http://www.properati.com.br/ufsq_alugar_comercial_sao-jose-do-rio-preto_avenida-marginal,\"Ref.: SA95942Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Pq. Res. Manor Daud..: Salo Comercial No Parque Residencial Manor Daud, Salo Comercial, Detalhes: Salo Com 340m, Entrada Para Caminho.frente Para Br153\",Ref.: SA95942 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Res. Manor Daud,https://thumbs4.properati.com/4/4e8bVPqS0g1ezrFKP9fcdzvSn0I=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2493/rJ3aboE1bZnwuqJHy4Lr.jpg\n50bd70c45a9a9b087c404cac6b67c491f64c211e,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2500,BRL,1976.65,640.15,,,,,,,,http://www.properati.com.br/ri3l_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95916Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Res. Caetano..: Salo Comercial No Residencial Caetano, Salo Comercial, Wcs.: 02, Cozinha: 01, M2 rea Construida: 350, Detalhes: Cozinha2 Wc Com Acessibilidade;1 Porta Na Frente1 Porta Na Lateral;barraco Novo.cobertura Com Estrutura Metlica. P Direito de 6 Metros.\",\"Ref.: SA95916 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Res. Caetano ..: Salo Comercial No Residencial Caetano, Salo Comercial, Wcs.: 02, Cozinha: 01, M2 rea Construida: 350, Detalhes: Cozinha 2 Wc Com Acessibilidade\",https://thumbs4.properati.com/9/l325GXwN3fD9xS0dglH5hmaB83A=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2281/FjKJBqBJFxhvJ4atJVuO.jpg\n50a4a96d3ec01b7b1032e5eec4a3496b38f35c4f,2014-10-09,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,2500,BRL,1976.65,640.15,,,,,,,,http://www.properati.com.br/r9j7_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95904Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Em Condomnio Village Damha Rio Preto I, Casa Condominio, Dormitrios: 03, Tipo Apto.: 01, C/ A/e: 03, Cozinha: 01, Cozinha Planejada, Varanda, rea de Servio, Wc. de Empregada/servio, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95904 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I,https://thumbs4.properati.com/1/CVM0xMvGlg_DX1BluR3vWpRkhMU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2206/7f2a5d99-2465-48fb-859c-a52311ba0c18.jpg\nf5be311dcee4a66dcb26f463f76c49b6084de8ab,2014-11-11,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1600,BRL,1411.74,457.2,,,,,2,1,,http://www.properati.com.br/t8nu_alugar_apartamentos_tatuape_rua-serra-de-braganca,\"APTO DE 40M/2 COM 01 DORMITRIO, SALA AMPLA COM SACADA, COZINHA PLANEJADA, WC SOCIAL, REA DE SERVIO, 01 VAGA DE GARAGEM LIVRE, LAZER COMPLETO COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SAUNA, SALA DE FITINESS, SALA DE LEITURA, SALO DE JOGOS, EXCELENTE LOCALIZAO. O APTO ESTA COM FOGO, GELADEIRA, MICROONDAS, SUGGAR, BALCO ESTILO COZINHA AMERICANA, 02 BANQUETAS, 02 MESINHAS DE CANTO, 01 HOME-OFFICER, CAMA BOX COM COLCHO, VENTILADOR DE TETO, ARMRIO NO DORMITRIO.\",TOLEDO CONSULTORIA JURIDICA E IMOBILIARIA,https://thumbs4.properati.com/6/-9lTZIOGIGHwHaddpPoJu6s92hY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/2/6c5e21eb-1c7b-41d6-9257-b6e7994ea93c.jpg\na031b9b0ccce57678aab134025713cdb4ad7ed19,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7630911,-49.3810839\",-20.7630911,-49.3810839,1500,BRL,1185.99,384.09,,,,,,,,http://www.properati.com.br/ri3h_alugar_comercial_sao-jose-do-rio-preto_rua-gumercindo-tomas-de-aquino,\"Ref.: SA95914Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao, Salo Comercial, Wcs.: 02, Cozinha: 01, M2/ Terreno: 200, M2 rea Construida: 100, Detalhes: Salo Em Construo, Com 2 Wc Com Acessibilidade e Cozinha.porta Frente e Lateral.estrutura Metlica, P Direito 5 Metros.\",Ref.: SA95914 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/5/cuTILpWk120n1EtpTTP7CuHqFTI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2277/xOFbBdd0MAPLxuFIMMMc.jpg\n8198126233f30e45a7ec723640ecd09fc933f35f,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7630911,-49.3810839\",-20.7630911,-49.3810839,1500,BRL,1185.99,384.09,,,,,,,,http://www.properati.com.br/ri3j_alugar_comercial_sao-jose-do-rio-preto_rua-gumercindo-tomas-de-aquino,\"Ref.: SA95915Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao, Salo Comercial, Wcs.: 02, Cozinha: 01, M2/ Terreno: 200, M2 rea Construida: 100, Detalhes: Salo Em Construo, Com 2 Wc Com Acessibilidade e Cozinha.porta Frente e Lateral.estrutura Metlica, P Direito 5 Metros.\",Ref.: SA95915 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/0/LWklCEKjfuTI94hwh7U-tpkiQxw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2279/YBRlngu70KNBBuf3pXju.jpg\ncfe8aedbfe7496306c9ee598fdb0799d1a4d43a7,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/mpsw_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95860Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraSalo Comercial, Terrea, Acabamento Em Gesso, Forro de Laje, Piso Salas: Frio, M2 rea Construida: 160\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/1/w-odT7rMEUYcr3TVS4fo2ausAAI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1278/Kp7YsojHwZdQDjK4JvMz.jpg\n9002dc7d32f4f097a4f9c789ad93b7f5304396cf,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/mpsz_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95862Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraM2 rea Construida: 190, Garagem Descoberta: 02, Forro de Laje, Piso Salas: Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/7/xW33i6TXrwRgMFrpyW_syKKKlPs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1281/UKC5P4P7lZPyQSY9l8xC.jpg\n2128d47314a494ddecda6b6e981c46afbd3fae51,2014-10-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/s9we_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95921Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Redentora..: Salo Comercial Na Redentora, Salo Comercial, M2/ Terreno: 150, Detalhes: tima Localizao!\",Ref.: SA95921 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/6/HVrSVpwKgIJpnnFxGcMzyHIeUx4=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2347/abTB8PxHKedvADO9yyhF.jpg\n0329fa7a5536c99eee743612010897cafed7f340,2014-10-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8030634,-49.4324803\",-20.8030634,-49.4324803,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/re15_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95910Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Res. Palestra..: Salo Comercial No Residencial Palestra, Salo Comercial, Wc. Social: 02, Forro de Laje, Obs: timo Salo, Novo., M2/ Terreno: 250, M2 rea Construida: 200\",Ref.: SA95910 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Res. Palestra,https://thumbs4.properati.com/8/MBuRdEvx5x-V-zpeycnxFNg-n70=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2238/NOqLX7BtA7KEH0SUs5rV.jpg\nc822a8819d8874916877cc6b3c91194cbf5968ca,2014-10-09,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/r9j6_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95903Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Condomnio Village Damha Rio Preto I, Casa Condominio, Dormitrios: 03, Tipo Apto.: 03, C/ A/e: 03, Cozinha: 01, Cozinha Planejada, Fogo, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Piscina, Ducha Externa, Varanda, rea de Servio, Wc. de Empregada/servio, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95903 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I,https://thumbs4.properati.com/2/595nD1yJ6OYSKSxIr0D1iMhNilQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2205/060de194-4e66-4f1e-b0cc-dd05e276539f.jpg\n2568b8aa05b9d3cb3e9e8ef74c4461c34d2d57b5,2014-10-05,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8350772,-49.369111\",-20.8350772,-49.369111,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/r1q8_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95905Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Quinta das Paineiras..: Salo Comercial No Quinta das Paineiras, Salo Comercial, Terrea, Cozinha: 01, Escritrio, M2 rea Construida: 225\",Ref.: SA95905 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Quinta das Paineiras,https://thumbs4.properati.com/6/2tu7W_u475v3n8Ubll7avmjLXPI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2130/0y7ijJHaZqFbrC0LSLFy.jpg\n0dff14f277324eb9f04d59b6c26758ccdb744e27,2014-12-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,3700,BRL,2925.47,947.43,,,,,,,,http://www.properati.com.br/udzy_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95938Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha III..: Linda Casa Tipo Sobrado No Condomnio Damha Iii, Casa Condominio, Sobrado, Dormitrios: 03, Suite Master: 01, C/ Hidro, Tipo Apto.: 02, C/ A/e, Ducha Dupla, Lavatrio Duplo, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Varanda, rea de Servio, Lavanderia, Quarto de Empregada, Wc. de Empregada/servio, Forro de Laje, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95938 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha III,https://thumbs4.properati.com/0/FGZdTzG9TG6qqioIMRxZ7WLDQWY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2452/bVU2c6naoVF7KCpphJqL.jpg\n6b3bff7cc70a79dfed41fc0ae514a7ad16a328b8,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,7000,BRL,6640.22,2150.47,,88,24.437159090909088,79.54545454545455,,,,http://www.properati.com.br/ifvc_alugar_comercial_vila-olimpia,\"\tEdifício comercial de excelente padrão, localizado em ponto nobre da Vila Olímpia, próximo da Av. dos Bandeirantes e Shopping Vila Olímpia.\t Prédio conta com 3 elevadores de alta velocidade, sistema de proteção contra incêndio, ar condicionado central, próximo a bancos. Referíªncia: CO65\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\nc26e111d703af6f65be91df94c274bbd41585a40,2014-08-21,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.6357809,-46.5324419\",-23.6357809,-46.5324419,50000,BRL,39533.44,12803.11,,,,,,,,http://www.properati.com.br/nqbl_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95307Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Rodovia Assis ChateaubriandWcs.: 4, Escritrio, M2/ Terreno: 4.000, Detalhes: Barraco Com 4.000 M\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Rodovia Assis Chateaubriand,https://thumbs4.properati.com/0/lJ2ffPr7gtS2vlQuGTg_zDX6844=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1592/WQmB3JTS7Y2N72aUI5Ud.jpg\n2e8ffab1b55b5245e917b3597009338cb92b6586,2014-10-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7807632,-49.3985157\",-20.7807632,-49.3985157,50000,BRL,39533.44,12803.11,,,,,,,,http://www.properati.com.br/rgyw_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95804Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Waldemar VerdiM2/ Terreno: 6.000, M2 rea Construida: 3.200\",Salo,https://thumbs4.properati.com/3/X38EXdJIkvCXPQCdWURfrgMMMWQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2270/OTptGk75zRPMzZ1pL1on.jpg\nc522d5f57ea8e14d18fa3ba746cb581cd379330a,2014-08-20,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,100000,BRL,79066.88,25606.22,,,,,,,,http://www.properati.com.br/np98_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95721Tipo: Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial IWcs.: Vrios, M2/ Terreno: 13.000, M2 rea Construida: 8.500, Detalhes: tima Localizao\",Tipo: Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial I,https://thumbs4.properati.com/6/jARKWDWV0rGe-HzGUtUeE0X3knw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1549/ZaCxToSHCaeCL7GxZ08g.jpg\n07383fafc72a9aa9f0286b841b782ca718485de8,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,3500,BRL,2767.31,896.21,,,,,,1,,http://www.properati.com.br/o246_alugar_casas_sao-jose-do-rio-preto_avenida-nadima-damha,\"Ref.: CA95827Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha II (Res. Jardins)Dormitrios: 03, Suite: 03, C/ A/e: 03, Sacada, Sala de Visita, Copa, Cozinha, Cozinha Planejada, Despensa, Piscina, rea de Servio, Lavanderia, Wc. de Empregada/servio, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Acabamento Em Gesso, Sanca, Forro de Laje, Piso Salas: Frio;, Documentao: Em Dia.\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha II (Res. Jardins),https://thumbs4.properati.com/6/Bq9TbjreWNnjd2VrvJ5oieGegeQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1889/db5caa0b-ec86-44f4-9c0f-ab26a6816b62.jpg\n179f70a47a9ce50e161ea483ffee741a8e1c7fb2,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3500,BRL,2767.31,896.21,,,,,,,,http://www.properati.com.br/mpsx_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95861Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Redentora TerreaM2 rea Construida: 190, Acabamento Em Gesso, Forro de Laje, Pintura Nova, Piso Salas: Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora Terrea,https://thumbs4.properati.com/1/VQPzYdCL1X2L1IkzU17WHDuej9s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1279/nGCLTL2QhwMJSHGtxR7y.jpg\ne48c41f6ad3dba93e0ac6038a5aa5cda39d651d0,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,3500,BRL,2767.31,896.21,,,,,,,,http://www.properati.com.br/o2m6_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95898Tipo: Casa Comercial, Casa ResidencialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel Haddad..: Casa Residencial No Moyss Miguel Haddad, Casa Residencial, Dormitrios: 03, Suite: 03, C/ Hidro: 01, C/ A/e: 03, Sacada, Wc. Social: 01, Wcs. C/ A/e, Sala de Visita: 01, Copa: 01, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Salas : 01, Sala P/ Ambientes : 03, Piscina, Varanda, rea de Servio, Lavanderia, Quarto de Empregada, Wc. de Empregada/servio, Ar Split, Ventilador, Interfone, Acabamento Em Gesso, Sanca, Tv Cabo, Campainha, Quintal, Grade, Murado, Forro de Laje, Piso Salas: Frio, Obs: Imvel Prximo Ao Shopping Iguatemi, M2 rea Construida: 450, Garagem Descoberta: 04, Garagem Coberta: 02, Churrasqueira, Jardim de Inverno, Jardim Interno, Iptu Valor: 199,00\",\"Ref.: CA95898 Tipo: Casa Comercial, Casa Residencial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad\",https://thumbs4.properati.com/5/fZwdpPACH02ObP9aj7-UFvVm0lE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1937/a7WmbhKqWo7JqFgAHcOD.jpg\n9ea36b0e269fbf2581eef1510f0148594919b330,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3150,BRL,2988.09,967.71,,45,21.50466666666667,70,,,,http://www.properati.com.br/ifxf_alugar_comercial_chacara-santo-antonio,\"\tNovAmérica Inside Park, o novo marco imobiliário de São Paulo. É um novo espaço, um novo bairro, uma nova opção de vida. É a expansão urbana mais consciente e mais urbana. Um mundo para morar, trabalhar e viver em plena harmonia. Uma região onde a vida social e a vida familiar se equilibram. Um lugar que concretiza o prazer de viver em uma grande metrópole. 1 torre comercial, escritórios de vila e lojas, 5 condomínios residenciais independentes e 2 parques em mais de 70.000 m² de terreno.\t\tNovAmérica Office Park é um conceito totalmente novo de local de trabalho, que valoriza eficiência e a qualidade de vida de seus ocupantes. EDSA em parceria com Neusa Nakata tiveram a missão de conceber um produto inusitado, diferenciado e particular. O resultado é um cenário privilegiado para que você e seus clientes tenham bem-estar em horário comercial.\t\tA região do NovAmérica reúne as principais empresas nacionais e multinacionais, que chegaram por aqui atraídas pela infraestrutura e pelas importantes e fáceis vias de acesso. O que confirma que a região é o novo pólo econômico de São Paulo.\t\tConheça os diferenciais do NovAmérica Office Park:\t\tÚnico na Nações Unidas a integrar um complexo formado por 1 torre comercial, escritórios de vila, lojas e 5 condomínios residenciais independentes.\tConceito consagrado de bem-estar em horário comercial.\tAcesso ao parque com mais de 10 mil m² destinado à cidade.\tPotencial de clientes vindos dos 5 condomínios residenciais.\tA oportunidade de morar e trabalhar de forma integrada e independente.\tServiços by Facilities Office.\tArquitetura e decoração inspirados nas ultimas tendências mundiais.\tProjeto paisagístico assinado por um dos mais conceituados escritórios do mundo, a EDSA. Referíªncia: CO150\",\"Comercio no(a) Chácara Santo Antônio , São Paulo - SP\",https://thumbs4.properati.com/2/2S3OsO4umzIVXFHbHKTrb7dk-x8=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/150/c0d9b8fc-3da8-4a27-ac1f-4e1684d35312.jpg\na5c14fe842664d12fe4bdfad313d5af251121d89,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5882535,-46.6167776\",-23.5882535,-46.6167776,1400,BRL,1106.91,358.48,,,,,,,,http://www.properati.com.br/qz98_alugar_comercial_sao-jose-do-rio-preto_rua-da-imprensa,Ref.: SA95836Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila DinizDetalhes: Salo Comercial Com Aproximadamente 50 M e 02 Banheiros Com Acessibilidade.,Ref.: SA95836 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Diniz,https://thumbs4.properati.com/9/CRgjdJjcRp1Lz-pPZChI7eL8ZIY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2075/fOuQlJsX61PBHGGwhPSh.jpg\nb64a9bd212d9e91821e5e892eeff464bbc0202cd,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,9600,BRL,9106.57,2949.21,,120,24.57675,80,,,,http://www.properati.com.br/ifwi_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 120m² de área útil, 3 vagas, 3 banheiros, 1 copa. Referíªncia: CO112\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/0/3pwYR5bzXi_fuQfUVbzkPbFkst4=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/112/93f2b4dc-86f7-4544-803f-62dfec9dc967.jpg\n59a2898d29cb6860a70355c1b2028b9ab38d89d9,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5456177,-46.563645\",-23.5456177,-46.563645,1801,BRL,1459.35,472.62,,,,,,2,,http://www.properati.com.br/vyso_alugar_apartamentos_tatuape,\"APTO DE 75M/2, COM 03 DORMITRIOS, SALA AMPLA COM SACADA, COZINHA PLANEJADA, WC SOCIAL, REA DE SERVIO COM WC, REPLETOS DE ARMRIOS, 01 VAGA DE GARAGEM FIXA, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SALA DE GINASTICA, EXCELENTE LOCALIZAO, A 100 METROS DO METR.\",LOCAO TATUAPE CONDOMINIO ILHAS GREGAS,https://thumbs4.properati.com/6/-xzzzVWk3lxFITvW285d3YmP00c=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/13/e7c88a20-dcac-49b2-ae42-e782447d3f07.jpg\n1925426e5575ecd98f1e63422a187081754e0f5c,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5444872,-46.5657875\",-23.5444872,-46.5657875,1499,BRL,1214.64,393.37,,,,,2,1,,http://www.properati.com.br/vysp_alugar_apartamentos_tatuape_rua-serra-de-braganca,\"APTO DE 40M/2, COM 01 DORMITRIO, SALA AMPLA COM SACADA, COZINHA, WC SOCIAL, SEMI-MOBILIADO COM FOGO, SUGGAR, GELADEIRA, MICRO-ONDAS, ARMRIOS PLANEJADOS NA COZINHA, CAMA BOX, GUARDA ROUPA, VENTILADOR DE TETO, RACK DE TV, 02 BANQUETAS, 02 MESINHAS DE CANTO, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SAUNA, SALA DE FITINESS, BRINQUEDOTECA, SALO DE JOGOS, SALA DE LEITURA. EXCELENTE LOCALIZAO, PRXIMO DO SUPERMERCADO PO DE ACAR, FCIL ACESSO PARA O METR.\",NEW CONCEPT 22 A,https://thumbs4.properati.com/5/SXF7T5Zfxal6lcQifCYOufBKjYA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/14/0522b83e-c37e-4736-ac81-ca8540d2d806.jpg\nfda45d95b6fe8daf9215dcc80ad057531879eda4,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4575,BRL,4339.84,1405.48,,120,11.712333333333333,38.125,,,,http://www.properati.com.br/ifxz_alugar_comercial_vila-olimpia,\"\tConjunto Comercial na Vila Olimpia, com 61m², podendo aumentar a área para 117m². Referíªncia: CO179\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/5/cZY_8L_8bfKOV9ay-F-6DsnRZ-c=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/179/0df8ffa9-49a9-49c0-9968-37c13719d904.jpg\n7eb9fb8ad21ff1da490b75fd04643939fd72edf1,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5508578,-46.5679013\",-23.5508578,-46.5679013,1550,BRL,1255.99,406.76,,,,,11,1,,http://www.properati.com.br/vysn_alugar_apartamentos_tatuape,\"APTO DE 57M/2, COM 02 DORMITRIOS, SALA AMPLA COM SACADA, WC SOCIAL, COZINHA PLANEJADA, AMPLA REA DE SERVIO COM WC, 01 VAGA DE GARAGEM, SALO DE FESTA, CHURRASQUEIRA, PLAYGROUD, QUADRA DE FUTEBOL, EXCELENTE LOCALIZAO, PRXIMO AO SHOPP/METR BOULEVAR TATUAP.\",Apartamento,https://thumbs4.properati.com/4/mwisK4iz0H0viKmBVOGr8B40c1o=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/12/612ab301-0ac4-4c4c-9691-7278200c2b62.jpg\n59a2934bc5a4c3530613fae471a210ae63498d80,2014-09-02,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.826094,-49.376396\",-20.826094,-49.376396,1200,BRL,960.76,311.15,,,,,,1,,http://www.properati.com.br/ob16_alugar_apartamentos_sao-jose-do-rio-preto,\"Apartamento mobiliado, pronto para morar e com excelente localizao, na zona sul.2 dormitrios sendo 1 tipo apto todos com armrio, ventilador de teto e ar-condicionadosala com sacada para 2 ambientes com sofa e estantecozinha planejada com mesa com 4 cadeiras e fogo2 banheiros com box blindex, gabinete e chuveirorea de servio com armrio, varal e mquina de lavar1 vaga de garagem pilotisCondomnio: Porto eletrnico, portaria 24h, elevador, churrasqueira e piscina.\",Apartamento com 2 dormitrios em Rio Preto,https://thumbs4.properati.com/5/VXcYDJRN6VtNxvgVw-mxJOlL_sA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/premier/photos/111/91c65753-86b6-40fd-8673-7f8f107a8459.jpg\nd08581768058f5286ca4f209222d59a3f10af84d,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.8877586,-47.081265\",-22.8877586,-47.081265,2401,BRL,1945.56,630.08,,,,,19,2,,http://www.properati.com.br/vysm_alugar_apartamentos_tatuape,\"APTO DE 93M/2, COM 03 DORMITRIOS, SENDO UMA SUTE, SALA AMPLA COM SACADA E DOIS AMBIENTES, WC SOCIAL, COZINHA, AMPLA REA DE SERVIO, REPLETO DE ARMRIOS, 02 VAGAS DE GARAGEM, LAZER COMPLETO COM PISCINA, PLAYGROUD, SALO DE FESTA, SALO DE JOGOS, SAUNA, CHURRASQUEIRA, EXCELENTE LOCALIZAO, PRXIMO DA PRAA SILVIO ROMERO.\",APTO LOCAO TATUAP,https://thumbs4.properati.com/3/d45ivnQIryA-xDQvwZrOc1pBPlE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/11/85e5aee8-90fa-4295-bcb5-dce1ed7e789c.jpg\n7739326a3915df1654866f5c27d42e40f0038365,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2200,BRL,2086.92,675.86,,102,6.626078431372549,21.568627450980394,,,,http://www.properati.com.br/ifwp_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 46m², 2 banheiros, 3 salas, 1 vaga. Referíªncia: CO122\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/6/QhZrO4ITAg_PJagrwPKR0ywe4GI=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/122/80e20053-aaba-4f3b-a8f7-9dc2cdcb44a7.jpg\n4d949c2fcb78e76cf0cb2376ae3a3acc3b27994a,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2200,BRL,2086.92,675.86,,46,14.692608695652174,47.82608695652174,,,,http://www.properati.com.br/ifut_alugar_comercial_vila-olimpia,\"Conjunto Comercial na Rua Helena, com 46m², 1 vaga. Referíªncia: CO44\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/7/rah-1WLiSRF_nrLl-U2mEY27Gus=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/44/3d3a55f5-dd0c-4969-bb57-19f9a554c1f2.jpg\nc98dc531eb6cb68bcec0e60d7dc042bd663caa4d,2014-08-02,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.815191,-49.389435\",-20.815191,-49.389435,5000,BRL,4003.24,1296.47,,,,,,,,http://www.properati.com.br/ludd_alugar_casas_sao-jose-do-rio-preto,\"Imvel com excelente localizao, com recepo, 1 sala com banheiro privativo, 3 salas amplas + 1 interna, todos os ambientes com ar condicionado, cozinha, despensa, garagem interna para vrios veculos. IMVEL SER ENTREGUE REFORMADO E COM AS ACESSIBILIDADES EXIGIDAS!\",Casa Comercial,https://thumbs4.properati.com/8/3TeTIOIgyjtraKZz08buZLIU8W8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/premier/photos/80/6a0fcb3e-3e78-434f-9624-a5621798b2b2.jpg\ne85c67a2bc55f4834be8d4cf1fd96340ef4ce129,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379877,-49.385659\",-20.8379877,-49.385659,800,BRL,632.5,204.84,,,,,,1,,http://www.properati.com.br/lxpc_alugar_casas_higienopolis,\"Ref.: AP95874 Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Higienpolis..: Apartamento Novo No Jardim Higienopolis, Apartamento, rea Util M2: 50, Dormitrios: 01, C/ A/e, Sacada, Wc. Social: 01, Cozinha C/ A/e, Lavanderia, Elevador, Piso Dormitrios: Porcelanato, Piso Salas: Porcelanato, Obs: Prdio Novo.apto Nunca Habitado., rea de Lazer, Garagem Coberta: 01, Churrasqueira, Espao Gourmet\",Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Higienpolis,https://thumbs4.properati.com/6/8tmxgf5PTdg11vI4rVdPwXy39gw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/806/2077f853-c360-4cd7-b5c8-a33f76415c40.jpg\n33b22b30a043e5a868df61862bb97698b453df89,2014-12-05,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7910821,-49.3781115\",-20.7910821,-49.3781115,800,BRL,632.5,204.84,,,,,,1,,http://www.properati.com.br/ue05_alugar_apartamentos_sao-jose-do-rio-preto_rua-pedro-mulati,\"Ref.: AP95816Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Jardim ConceioDormitrios: 02, C/ A/e, Wc. Social, Box Wcs., Sala de Estar, Cozinha, Piscina, rea de Servio, Garagem Coberta: 01, rea Util M2: 60, Condominio C/ rea de Lazer, Piscina Adulto, Playground, Valor Condominio R$-: 190,00\",Ref.: AP95816 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Jardim Conceio,https://thumbs4.properati.com/2/4RA-EyT8LswOeQ6lcBbkzLlKjII=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2459/jWyxMNGlETMMxgj2uW9o.jpg\ne2235d97414fcc1a31865b1abe71c1cf85ae01fa,2014-11-17,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,2700,BRL,2134.78,691.36,,,,,,,,http://www.properati.com.br/tdi5_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95926Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Condomnio Village Damha Rio Preto, Casa Condominio, Terrea, Dormitrios: 3, Suite: 1, Tipo Apto.: 2, C/ A/e, Lavatrio Duplo: 1, Cozinha C/ A/e: 1, Cozinha Planejada, Escritrio, Lavabo, Salas : 1, Sala P/ Ambientes : 2, Varanda, rea de Servio, Wc. de Empregada/servio, Obs: Espao Para Colocar Piscina, M2 rea Construida: 180, Garagem Descoberta: 2, Garagem Coberta: 2, Churrasqueira, Detalhes: Com Armrios .\",Ref.: CA95926 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I ,https://thumbs4.properati.com/3/ZZ3MVCiFvwDaZxqgfl5oQJ1Vp6c=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2390/5d2ae653-6549-4772-b486-cd9360af6ebd.jpg\n1334a26f10895f5a21b6db0adf96e2ff1dc83799,2014-09-16,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,1250,BRL,988.31,320.07,,,,,,,,http://www.properati.com.br/q4jz_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95901Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Maria Stella..: Casa Condomnio Maria Stella, Casa Condominio, Terrea, Dormitrios: 3, Tipo Apto.: 1, Wc. Social: 1, Cozinha: 1, Cozinha Planejada, Salas : 01, Sala P/ Ambientes : 02, Varanda, rea de Servio, Lavanderia, Garagem Coberta: 02, Salo de Festa, Playground, Piscina Adulto, Quadras Poliesportivas: 1, Campo de Futebol: 1, Valor Condominio R$-: 260,00\",Ref.: CA95901 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Maria Stella,https://thumbs4.properati.com/3/nKZAghWN-90yQywuniXpPPLO9sk=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2011/e55aad60-d657-4c71-b732-96032067b76f.jpg\n40c34e74b932ff6e10ff49774a8f7fb6e982c1c2,2014-11-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8081017,-49.3505771\",-20.8081017,-49.3505771,4500,BRL,3558.01,1152.28,,,,,,,,http://www.properati.com.br/tz24_alugar_comercial_sao-jose-do-rio-preto_rua-valdomiro-nadotti,\"Ref.: SA95928Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Tres Maria..: Salo Comercial No Bairro Trs Maria, Salo Comercial, Detalhes: 160 Metros Mais 40 Metros de Mesanino.\",Ref.: SA95928 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Tres Maria,https://thumbs4.properati.com/3/Yg9eVpfZKwd2s12w6w1yQ4YYVhY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2402/MTVaVFERWIxvf0IcXQaQ.jpg\n716428a7c9f46f98fd78e36a72109b0c0ec43753,2014-11-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8081017,-49.3505771\",-20.8081017,-49.3505771,4500,BRL,3558.01,1152.28,,,,,,,,http://www.properati.com.br/tz25_alugar_comercial_sao-jose-do-rio-preto_rua-valdomiro-nadotti,\"Ref.: SA95929Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Tres Maria..: Salo Comercial No Bairro Trs Maria, Salo Comercial, M2/ Terreno: 200, Detalhes: 140 Metros Mais 40 Metros de Mesanino.\",Ref.: SA95929 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Tres Maria,https://thumbs4.properati.com/9/a_rVYKLimoBl774T612e8o5Icfo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2403/fhkihJbLNgNCmHo7eBRG.jpg\n2102860e4c561ee2afec1c15fb71f7c6cfafc28d,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,9000,BRL,7116.02,2304.56,,,,,,,,http://www.properati.com.br/muuy_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95893Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.200, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Escritrio, Cozinha, 02 Wc, Entrada Pela Frente e Lateral Para Caminho.p Direito Alto Com 6,/2 M.\",Ref.: SA95893 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube,https://thumbs4.properati.com/3/H-b0Ol05_NX0A5soGXBvD_dA3wk=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1482/gCB4KEDxOoIlG9HlGbCW.jpg\ndb16c4572d4f19875153b041d1dcb6b82115e6a7,2014-11-03,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8174527,-49.4306981\",-20.8174527,-49.4306981,18000,BRL,14232.04,4609.12,,,,,,,,http://www.properati.com.br/sjyy_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95923Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Parque Industrial..: Salo Comercial No Parque Industrial, Salo Comercial, M2/ Terreno: 3.000, M2 rea Construida: 1.780, Detalhes: 1.000m de Patio.escritrio Com Elevado Vrias Salas, Cozinha, Wc, Vestirio Mas/fem;04 Salas de Descanso Para Motorista Com Vestirio, 02 Chuveiros e 04 Wc;cozinha Externa Com Quiosque + 02 Wc Mas/fem;parte Operacional Com P Direito de 7 Metros, e A Lateral Toda Com Embarque e Desembarque;ptio Com Espao Para Carretas, Caminhes e Carros;portaria Na Entrada do Ptio.\",Ref.: SA95923 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Parque Industrial,https://thumbs4.properati.com/0/wtHJ8Xcu4pqyV7YSP06g_N1yrfg=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2356/rO0uXvqSM9ilLshNDz0f.jpg\nc8c81389391a237255bade4a0608212fa62e13b1,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4200,BRL,3984.12,1290.28,,107,12.058691588785047,39.25233644859813,,,,http://www.properati.com.br/ifxy_alugar_comercial_vila-olimpia,\"\tConjunto Comercial na Vila Olimpia, com 56m² de área útil, excelente localização.  Referíªncia: CO178\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/7/YjqSlFDSnOcayBrp2UtD_X2xaJM=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/178/fa4df6b6-bb36-40a4-a46b-7b1438c77d03.jpg\ne1f129a3f1296a7e7a3b60d5b96d61c49159900c,2014-11-19,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.9295411,-46.3418105\",-23.9295411,-46.3418105,1600,BRL,1628.47,527.39,,32,16.4809375,50,,1,,http://www.properati.com.br/tkvf_alugar_apartamentos_sao-paulo,\"A 3 Milenio oferece este(a) Apartamento em Sao Vicente, no bairro Morro dos Barbosas - 1 dormitórios. Gostou desse(a) Apartamento em Sao Vicente? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email vendas@ Obrigado!\",\"Apartamento em Sao Vicente, no bairro Morro dos Barbosas - 1 dormitórios\",https://thumbs4.properati.com/5/FvlCdG4KWDtvmzsszDUttj3AuAY=/trim/198x0/smart/filters:strip_icc()/www.imobiliariasdesantos.com.br/fotos/F00/72/807200-DSC03573.JPG\na8821d1c24cccd45d37ef69cf2b29ef3be744fad,2014-11-17,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8456698,-49.4030718\",-20.8456698,-49.4030718,3200,BRL,2530.11,819.39,,,,,,1,,http://www.properati.com.br/tdi2_alugar_apartamentos_sao-jose-do-rio-preto_avenida-anisio-haddad,\"Ref.: AP95925Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Cond. Green Fields..: Apartamento No Condomnio Green Fields, Apartamento, rea Util M2: 152, Dormitrios: 03, Suite Master: 01, Closet , Tipo Apto.: 02, C/ A/e: 02, Wc. Social: 02, Sala de Visita: 01, Cozinha Planejada, Garagem Coberta: 02\",Ref.: AP95925 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Cond. Green Fields,https://thumbs4.properati.com/4/oRIx16Fpw4LPkRsB59wlBS_mxVo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2387/ae2a6d87-5760-44ff-a47f-d237a5321c3c.jpg\n08918f4a93c54f4505b783a8e31ef11842c55e56,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5882535,-46.6167776\",-23.5882535,-46.6167776,80000,BRL,63253.52,20484.98,,,,,,,,http://www.properati.com.br/qz9a_alugar_comercial_sao-jose-do-rio-preto_rua-da-imprensa,\"Ref.: SA95835Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila DinizM2/ Terreno: 12.000, Detalhes: - Salo Com 5.000 M e Bastante rea Para Estacionamento Aberto.Ideal Para Atacadista, Hipermercado e Distribuidora, Entre Outros.\",Ref.: SA95835 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Diniz,https://thumbs4.properati.com/1/PkKXX6cNiwu9krqBtdWDinLG89A=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2077/vSsX8s9IzXdbNCXPId0W.jpg\n1ce358d0b5c35f146d70dff4089a8b3d287cb7b9,2014-10-08,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8085627,-49.3452813\",-20.8085627,-49.3452813,5500,BRL,4348.67,1408.34,,,,,,,,http://www.properati.com.br/r6de_alugar_comercial_sao-jose-do-rio-preto_avenida-sebastiao-tavares-da-silva,\"Ref.: SA95809Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vista AlegreM2/ Terreno: 360, M2 rea Construida: 360, Detalhes: Salo Com Vrias Divisrias.\",Salo,https://thumbs4.properati.com/8/dhtnMWfIFZ8mMCFVDpxpvjoF0LA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2184/l63oynNjEecn8u1Dzf3W.jpg\nb6ed51b61bb57831cc00d904741b4f544cafc28f,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/lxoz_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95886Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha II(Res. Jardins)..: Casa Condomnio Damha II, Casa Condominio, Sobrado, Dormitrios: 03, Suite: 01, C/ Hidro, Tipo Apto.: 02, C/ A/e: 03, Roupeiro, Home, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 03, Piscina, Varanda, rea de Servio, Quarto de Empregada, Wc. de Empregada/servio, Aquecedor Solar, M2 rea Construida: 350, rea de Lazer, Garagem Descoberta: 03, Garagem Coberta: 03, Churrasqueira\", Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha II,https://thumbs4.properati.com/1/gEw1FIkmFLn2_zGBjqnuUzcifYU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/793/e9d2d588-8d92-4070-b7d6-5b55e4484038.jpg\n1273c64fb8b9402dfad98d3984dec2998d8bdb68,2014-08-15,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/mqtl_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95731Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha IVDormitrios: 03, Suite: 01, Closet : 01, C/ Hidro, Tipo Apto.: 02, C/ A/e: 02, Wcs.: 05, Wcs. C/ A/e: 04, Box Wcs.: 04, Copa: 01, Cozinha: 01, Cozinha C/ A/e, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Piscina, Varanda, rea de Servio, Wc. de Empregada/servio, M2/ Terreno: 420, M2 rea Construida: 380, rea de Lazer, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Piso Dormitrios: Porcelanatoq, Piso Salas: Porcelanato, Obs: Imvel Muito Bem Conservado, timo Acabamento., Valor Condominio R$-: 300,00, Detalhes: Toda Reformada.\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha IV,https://thumbs4.properati.com/6/H5vuIYMzk8pMuWJ-OjcdH4GItq8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1367/9717e95d-fe6f-4cbc-bb5d-21c2fe92d294.jpg\n6aa6bf8a204f123441efb9f97699ee24cf8f9932,2014-08-15,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/mqtn_alugar_casas_sao-jose-do-rio-preto_avenida-nadima-damha,\"Ref.: CA95797Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha ISobrado, Dormitrios: 03, Suite: 01, Tipo Apto.: 02, Wcs.: 01, Cozinha Planejada, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 03, Piscina, rea de Servio, Wc. de Empregada/servio, rea de Lazer, Garagem Coberta: 03, Churrasqueira, Ar Condicionado, Ventilador, Interfone, Piso Dormitrios: Taco, Piso Salas: Frio\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha I,https://thumbs4.properati.com/0/NAjAu7cPHQwzwT2j3k1G4X7-A3U=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1369/7b6ca8dd-648a-4e18-b9f5-272073bfbf69.jpg\n8a977c0c4b9ef700024cb2ee3e59de53bcf599c8,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2000,BRL,1897.2,614.42,,70,8.77742857142857,28.571428571428573,,2,,http://www.properati.com.br/ifzl_alugar_apartamentos_vila-olimpia,\"\tApartamento na Vila Olimpia, sala para 2 ambientes, 2 dormitórios com armários embutidos, cozinha, lavanderia, quarto na área de serviço, 2 banheiros, 1 vaga. Referíªncia: AP237\",\"Apartamento no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/9/waPGo7zWMk2XTzN-br6B0h4Nrgo=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/237/75daca8f-ee37-4813-97af-b4fa00920d4f.jpg\nb48b18eca01fc2732d6afe024904eb1e900cc52a,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2000,BRL,1897.2,614.42,,54,11.378148148148147,37.03703703703704,,2,,http://www.properati.com.br/ifzn_alugar_apartamentos_saude,\"\tÓtimo apartamento proximo ao Metrê Praça da Arvore, sala para 2 ambientes, 2 dormitórios com armários embutidos, cozinha com armários, banheiro social e de serviço, 1 vaga na garagem, quadra, piscina e play.\tCom pintura nova, pronto para morar!! Referíªncia: AP239\",\"Apartamento no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/0/Zof1-heqqvAgC3xdyYRYiQHIX2I=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/239/450071da-5288-4f26-bbb4-66bcacaef572.jpg\n636cbd951ef34773973cfdef37746b911d07a24c,2014-07-16,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4000,BRL,3794.41,1228.84,,200,6.1442,20,,4,,http://www.properati.com.br/ifxa_alugar_casas_saude,\"\tAluga sobrado em zona mista, residencial e ou serviços, a uma quadra da Av. do Cursino e a 1000m, do Shopping Plaza Sul, 4 dormitórios, sendo uma suite, ampla sala, mais sala de jantar, cozinha, edicula com 3 quartos, mais lavanderia, garagem para 3 veiculos, casa de esquina, com portões automaticos.  Referíªncia: CA145\",\"Casa no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/3/0sie3N08lMquoZ655zNy1CeDUbU=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/145/9fef5234-2fa4-4974-b24c-2b3cf6c4c542.jpg\n0812a419c00dcbaaaa926ad4e8de47da7959f9d9,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,5700,BRL,5407.01,1751.09,,127,13.788110236220472,44.881889763779526,,,,http://www.properati.com.br/ifzp_alugar_comercial_saude,\"\tConjunto Comercial proximo do Metrô São Judas, com 109m² de área útil, dividido em 5 salas, com possibilidade de vão livre, 3 banheiro, 1 copa, 3 vagas, prédio 24 horas.  Referíªncia: CO241\",\"Comercio no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/1/0kl3BRCM4riJX3LhCObIu4wuBxQ=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/241/25ac4ee5-f867-4808-b226-837aefd7ba2c.jpg\n570fece17687d05345022d1567c79dd80bd1dcb0,2014-12-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8312527,-49.360102\",-20.8312527,-49.360102,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/viin_alugar_comercial_sao-jose-do-rio-preto_avenida-marginal-lineu-alcantara-gil,\"Ref.: SA95950Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Campo Verde..: Salo Comercial No Distrito Industrial Campo Verde, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 3.000, Detalhes: tima Localizao Com Asfalto Para Rua, Estacionamento Para 60 Carros.barraco 5.000m2c/ Escritrio Isolado Ao Lado do Galpo C/ 6 Salas Grandes Von Livre Cond. Port.24h.\",Ref.: SA95950 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Campo Verde,https://thumbs4.properati.com/6/7lTVZ92lzm8ap5amDGM_eb1EHOU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2528/yS1CaXFW8XYwJdPuhgGn.jpg\n2ee8e3818d61fdc4e01a5d89be181974d74e4380,2014-08-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8424141,-49.3549387\",-20.8424141,-49.3549387,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/mqtc_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95109Tipo: Salo Comercial, Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Tancredo Neves .Terrea M2/ Terreno: 2.100, M2 rea Construida: 936, Detalhes: Estacionamento Na Frente,entrada Lateral Para Carga e Descarga,prox. do Carrefour\",\"Tipo: Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Tancredo Neves .\",https://thumbs4.properati.com/9/KVlFV9eR-3HhzpzA5EtDKJICEgY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1358/k6zhNAyNgH9P1excuuTM.jpg\n0f0577616ba85404705aaead7f35ff6e8b4a91da,2014-08-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5733308,-46.544242\",-23.5733308,-46.544242,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/mt62_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: CO95825 Tipo: Predio Comercial, Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Pq. IndustrialWc. Social: 02, Salas : 06, M2/ Terreno: 1.113, Documentao: Em Dia., Detalhes: Banheiro Feminino e Masculino, 06 Salas Amplas, Sendo de 420 M a Maior.o Salo Possui Ambientes Para Reunies, Sala de Refeitrio de 93 M e Armrio Embutido, Alarme, Campainha, Interfone, Cerca Eltrica e Estacionamento de 258 M Com 25 Vagas Cobertas.\",\"Tipo: Predio Comercial, Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Industrial\",https://thumbs4.properati.com/5/ug_ZifuqqZGKLp9_hQAm2sSvkgE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1436/Q14vgp5W0wZIU71vOSui.jpg\n8d6a13266a268bd8dd46f19df78ef71e3509ee5a,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7700326,-49.3956468\",-20.7700326,-49.3956468,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/ri3n_alugar_comercial_sao-jose-do-rio-preto_avenida-ada-marzochi-polachini,\"Ref.: SA95917Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Mini Dist. Industrial Adail Vetorasso..: Salo Comercial No Mini Destrito Industrial Adail Vetorasso, Salo Comercial, Wcs.: 02, Cozinha: 01, Escritrio, M2/ Terreno: 1.050, M2 rea Construida: 680, Detalhes: Barraco Novo, Com Pilar No Centro;porta Na Frente e Lateral;cobertura Metlica;p Direito 6 Metros.\",Ref.: SA95917 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Mini Dist. Industrial Adail Vetorasso,https://thumbs4.properati.com/2/3gLCbr6emuqSINA3fAYUW1zaIUM=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2283/grmYrDDM8HnJtcT4RzOD.jpg\ndac06563fc851c6596496ceaff68cbf177bb6dde,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7863702,-49.3690389\",-20.7863702,-49.3690389,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/qz9p_alugar_comercial_sao-jose-do-rio-preto_avenida-solon-da-silva-varginha,\"Ref.: SA95834Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila NovaesWc. Social: 03, Mesanino, M2/ Terreno: 530, M2 rea Construida: 480, Detalhes: Salo Comercial Com P Direito de 6m e Mezanino de 55 M.possui Aparelhagem de Ar Condicionado, Som Ambiente, Cmeras de Segurana e Estacionamento Para 18 Carros.local Ideal Para Lojas, Mercados, Igreja, Depsito, Entre Outros.\",Ref.: SA95834 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Novaes,https://thumbs4.properati.com/8/qD9kCsVbiYyB0WGFw5WesI2Ny6s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2092/d62f4d68-2ea5-4f83-bde9-fdc53bb504f2.jpg\n1ccba6f23edef69215ca9cfe74214a5276597714,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/ri3q_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95919Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao., Salo Comercial, Cozinha: 02, Mesanino, Escritrio, M2 rea Construida: 1.015, Detalhes: Escritrio, Cozinha, 02 Wc, Mezanino, 2 Salas, Entrada Lateral.salo 700 Metrosdiviso 315 Metros.\",Ref.: SA95919 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/0/FlEAiRaerT0pRZEeW7AhhCuJjJc=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2286/v22UnUeHl8YbhJaP8IaU.jpg\na9d04cd869b56cac7bcb3a54a27147996a973a3d,2015-01-20,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5418835,-46.5583192\",-23.5418835,-46.5583192,1900,BRL,1539.57,498.6,,,,,16,1,,http://www.properati.com.br/w730_alugar_apartamentos_tatuape,\"APTO DE 58M/2, COM 02 DORMITRIOS, SENDO UMA SUTE, SALA AMPLA COM SACADA, COZINHA, WC SOCIAL, REA DE SERVIO, COM ALGUMAS MOBILIAS, TUDO DE PRIMEIRA, 02 VAGAS DE GARAGEM, LAZER COMPLETE, EXCELENTE LOCALIZAO, A UMA QUADRA DO METR.\",MOBILIADO EXCLUSIVE,https://thumbs4.properati.com/2/KuQXATs4BGrSaZvfCzOSMN2pqWs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/19/30ad0c15-c9ef-48f7-a06e-2a0201bb7433.jpg\n5de8d0e3c8872b0af03bdc517a4a12021c48da59,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,24700,BRL,23430.5,7588.09,,289,26.25636678200692,85.46712802768167,,,,http://www.properati.com.br/ifvd_alugar_comercial_vila-olimpia,\"EDIFí�CIO COMERCIAL DE ALTí�SSIMO PADRí�O,  LOCALIZADO NO PONTO MAIS NOBRE DA REGIí�O, EM FRENTE AOSHOPPING VILA OLí�MPIA, ENTRE AV. DOS BANDEIRANTES E JUSCELINO KUBITSCHEK. OPRí�DIO CONTA COM 6 ELEVADORES DE ALTA VELOCIDADE, SENDO 1 PANORí�MICO, ARCONDICIONADO CENTRAL, FACHADA EM CORTINA DE VIDRO. EDIFí�CIO INTELIGENTE COMSOFISTICADO SISTEMA DE CONTROLE DE INCí�NDIO, CONSUMO DE ENERGIA. Referíªncia: CO66\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\n705fdcf676aca2c9f51fcc0a332fcff39ee1706c,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,19500,BRL,18497.74,5990.59,,260,23.04073076923077,75,,,,http://www.properati.com.br/ifyk_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 260m² de área útil, 6 vagas, Ar condicionado Central. Referíªncia: CO200\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/0/-wzyHwNVYSdVIvzDSj7dz-RtyfY=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/200/f2ef8797-b051-4b62-b4fe-e8fdb7523a26.jpg\n179ce00d44c6fafbac93e139f052ab4ce304100d,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4200,BRL,3320.8,1075.46,,,,,,,,http://www.properati.com.br/lxpa_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95877 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village La MontangneDormitrios: 3, Suite: 1, C/ Hidro: 1, Tipo Apto.: 2, C/ A/e: 3, Cozinha Planejada, Escritrio, Lavabo, Salas : 1, Sala P/ Ambientes : 3, Piscina, rea de Servio, M2/ Terreno: 360, M2 rea Construida: 250, Garagem Descoberta: 2, Garagem Coberta: 2\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village La Montangne,https://thumbs4.properati.com/8/XTvYImGZcecKNC8xwzjnrrqWibg=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/804/ce485ed8-97e3-4af6-bc5e-3d347e06b31d.jpg\n868d3ff8ea898557e9819638705d2f823431d000,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.521407,-46.5769202\",-23.521407,-46.5769202,1500,BRL,1215.45,393.63,,,,,13,1,,http://www.properati.com.br/vysr_alugar_apartamentos_tatuape,\"APTO DE 60M/2, COM 02 DORMITRIO, SALA AMPLA COM SACADA, WC SOCIAL, COZINHA, REA DE SERVIO, 01 VAGA DE GARAGEM, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, EXCELENTE LOCALIZAO, FCIL ACESSO AO SHOPPING METR/TATUAP.\",131 VITORIA,https://thumbs4.properati.com/0/yyioUci-ExAIuKlfIudXKNKaMAs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/16/ff90ae98-dbde-47dc-9f04-32cdb2d2d0d3.jpg\nb9de26b4b13ad0f58469677b72b5171c2b04ae1f,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,13500,BRL,12806.12,4147.33,,183,22.663005464480875,73.77049180327869,,,,http://www.properati.com.br/ifv7_alugar_comercial_vila-olimpia,CONJUNTO COMERCIAL - RECEPCAO - HD - 4 SALAS - 2 WC - COPA  Referíªncia: CO60,\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\n416be9056b69e83819532b65a04c6d1f7135f1ca,2014-12-11,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2400,BRL,1897.57,614.54,,,,,,,,http://www.properati.com.br/uict_alugar_comercial_jardim-maracana,\"Ref.: SA95945Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim Maracan..: Salo Comercial No Jardim Maracan, Salo Comercial, Wc. Social: 02, Cozinha: 01, Forro de Laje, Piso Salas: Frio, M2/ Terreno: 225, M2 rea Construida: 130\",Ref.: SA95945 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim Maracan,https://thumbs4.properati.com/5/3964ltfTag6YXQlyxEM19akYy1s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2500/f25a8d90-6759-426c-a4ed-d8aefc6b19a4.jpg\nc1aff8edd38c3254c5775927802a8b8fae45a1d8,2014-08-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2400,BRL,1897.57,614.54,,,,,,1,,http://www.properati.com.br/mel5_alugar_casas_bosque-da-saude,\"Ref.: CA95883Tipo: Casa ResidencialCidade: So Jos do Rio Preto - SPBairro: Bosque Da Saude..: Casa Residencial No Bosque da Saude, Casa Residencial, Dormitrios: 03, Tipo Apto.: 01, C/ A/e: 03, Wc. Social: 01, Copa: 01, Cozinha: 01, Despensa, Salas : 02, Varanda, Garagem Descoberta: 02, Garagem Coberta: 02\",Tipo: Casa Residencial Cidade: So Jos do Rio Preto - SP Bairro: Bosque Da Saude,https://thumbs4.properati.com/0/aAdm951DKitDcqkiJ8p68O6xdNA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/848/083f9a71-b22a-4897-bf14-72fbe585dea5.jpg\ne4d569301fb8a21047d67f193929ecf360e9405e,2015-01-11,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,750,BRL,600.6,194.51,,,,,,1,,http://www.properati.com.br/vxnv_alugar_apartamentos_jardim-satelite,\"Excelente apartamento em frente ao condomnio Quinta das Flores totalmente reformado com 2 dormitrios, sala, cozinha planejada, rea de servio, lavabo com gabinete, wc com box blindex e 1 vaga de garagem.Ideal para casal sem filhos e sem animais\",Excelente apartamento no Jardim Satlite,https://thumbs4.properati.com/1/RhUtbG6YnK8FCa_yOduiEf3yyj0=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/tyrreno/photos/1074/71219c81-463f-4710-a46d-5e7e2fee9362.jpg\n6b59e27767f7570db49b2175077b1c059fa20b88,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5715766,-46.6697673\",-23.5715766,-46.6697673,3100,BRL,2451.06,793.79,,,,,,,,http://www.properati.com.br/qz9r_alugar_comercial_sao-jose-do-rio-preto_avenida-brasil,\"Ref.: SA95828Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim MugnaniWc. Social: 02, Cozinha, M2/ Terreno: 350, M2 rea Construida: 210, Detalhes: - Salo Novo!\", Ref.: SA95828 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim Mugnani,https://thumbs4.properati.com/5/ShU0-2rvOmZQkWG3Ml57SSATz_s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2094/VmmbZZ9w1FykW0ldwpGM.jpg\n3931096ab81c0a74496858654375447e859df8f2,2014-12-05,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7910821,-49.3781115\",-20.7910821,-49.3781115,880,BRL,695.77,225.33,,,,,,1,,http://www.properati.com.br/ue04_alugar_apartamentos_sao-jose-do-rio-preto_rua-pedro-mulati,\"Ref.: AP95815Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Jardim ConceioCobertura, Dormitrios: 02, C/ A/e, Wc. Social, Box Wcs., Sala de Estar, Cozinha, Piscina, rea de Servio, rea de Lazer, Garagem Coberta: 01, rea Util M2: 65, Playground\",Ref.: AP95815 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Jardim Conceio,https://thumbs4.properati.com/3/0zqbkQ73LUnQeQMp0yntvzoZrq8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2458/Dv0976z6fjHNbJf7oAX0.jpg\nc15e079e557ec6ad9d86baede07324e678686764,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3800,BRL,3604.66,1167.39,,88,13.265795454545456,43.18181818181818,,,,http://www.properati.com.br/ifzr_alugar_comercial_saude,\"\tConjunto Comercial proximo do Metrô São Judas, com 76m², 2 banheiros, 2 vagas, 1 copa, predio 24 horas. Referíªncia: CO243\",\"Comercio no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/4/h5_FesPCfkGnmz5ac8c3DvXy_cE=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/243/68c5314b-39b1-4ebd-af49-694d915540b0.jpg\n62cbd166c6e120af08202b4db367db83240ed7e1,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,8500,BRL,8063.11,2611.28,,300,8.704266666666667,28.333333333333332,,,,http://www.properati.com.br/ifw2_alugar_comercial_vila-olimpia,\"\t\t\tLindo(a) Comercio de 300 metros quadrados no bairro Vila Olímpia na cidade de São Paulo - SP.\t\t\t, 2 banheiro(s), 6 vagas(s) de garagem.\t \t\tCondições de Pagamento: \t \t \t \t\tCaracteristicas: Referíªncia: CO93\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/1/gH6VwXVOHsfAy5JV8elaJg59lGA=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/93/4276fcba-994a-4296-9a35-65c580711457.jpg\n5a5bfb194fdbec1a633f5894a66c8bf45c8ae463,2015-01-06,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1100,BRL,869.7,281.66,,,,,,,,http://www.properati.com.br/vv2s_alugar_apartamentos_sao-jose-do-rio-preto,\"Ref.: AP95935Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Vila Itlia..: Apartamento Residencial Na Vila Itlia, Apartamento, rea Util M2: 63, Dormitrios: 02, Closet , Tipo Apto.: 01, Wc. Social: 01, Sala de Tv, Cozinha: 01, Cozinha C/ A/e, Garagem Coberta: 01, Detalhes: Prdio Novo.\",Ref.: AP95935 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Vila Itlia,https://thumbs4.properati.com/5/XPnfndqmnEKY04smTHRwdeanGd8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2535/atPPaTZcVegFbIYjH45d.jpg\n8f0adde258e0b9ad5897ba55288b52005ca749a8,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3200,BRL,3035.52,983.07,,100,9.8307,32,,,,http://www.properati.com.br/ifxp_alugar_comercial_republica,\"\tLoja/Galpão com mezanino, pé direito duplo, localizada na Av. Amaral Guegel, proximo da Consolação, 2 banheiro e 2 vagas demarcadas. Referíªncia: CO169\",\"Comercio no(a) República , São Paulo - SP\",https://thumbs4.properati.com/6/XJyKobKfgKlfwiO0SB2Tt2i0Y9w=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/169/50b1ac29-6a0b-4488-aaa4-07bc131dd969.jpg\n480229dcb811d916f90a02ffd9c5b62e8a72ccbe,2014-10-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8168432,-49.3930989\",-20.8168432,-49.3930989,17000,BRL,13441.34,4353.05,,,,,,,,http://www.properati.com.br/re16_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: CO95289Tipo: Predio ComercialCidade: So Jos do Rio Preto - SPBairro: Vila dos BancariosM2 rea Construida: 800, Garagem Descoberta: 20, Detalhes: Predio Comercial Com 10m Salas de 80 M Cada, Fica Em Um Pavimento Com Elevador, 20 Vagas Para Estacionar .\",Loja,https://thumbs4.properati.com/4/Z-A_sLSPQOFzDbPb8MkkcY9IwMU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2239/bsfsEYepcv9Cu4EHDvjU.jpg\n\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "No pagination, no footer", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 0, + "y": 0 + }, + "id": 2, + "options": { + "footer": { + "enablePagination": false, + "fields": "", + "reducer": ["sum"], + "show": false }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 0 - }, - "id": 6, - "options": { - "footer": { - "enablePagination": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": true - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "No pagination, footer", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "description": "", - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 0 - }, - "id": 9, - "options": { - "footer": { - "enablePagination": false, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": false, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 8 - }, - "id": 7, - "options": { - "footer": { - "enablePagination": true, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Pagination, no footer", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 8 - }, - "id": 8, - "options": { - "footer": { - "enablePagination": true, - "fields": "", - "reducer": [ - "sum" - ], - "show": true - }, - "showHeader": true, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Pagination and footer", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 0, - "y": 16 - }, - "id": 10, - "options": { - "footer": { - "enablePagination": true, - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": false, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Pagination, no footer, no header", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 8, - "y": 16 - }, - "id": 11, - "options": { - "footer": { - "enablePagination": true, - "fields": "", - "reducer": [ - "sum" - ], - "show": true - }, - "showHeader": false, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Pagination, footer, no header", - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [ - { - "options": { - "rent": { - "color": "yellow", - "index": 0 - } - }, - "type": "value" - } - ], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "property_type" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background" - }, - { - "id": "mappings", - "value": [ - { - "options": { - "store": { - "color": "blue", - "index": 0 - } - }, - "type": "value" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "title" - }, - "properties": [ - { - "id": "custom.width", - "value": 205 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Number of rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 66 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Description" - }, - "properties": [ - { - "id": "custom.inspect", - "value": true - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "URL" - }, - "properties": [ - { - "id": "links", - "value": [ - { - "targetBlank": true, - "title": "Show details", - "url": "${__value.raw}" - } - ] - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Surface" - }, - "properties": [ - { - "id": "custom.displayMode", - "value": "color-background-solid" - }, - { - "id": "thresholds", - "value": { - "mode": "absolute", - "steps": [ - { - "color": "dark-red", - "value": null - }, - { - "color": "orange", - "value": 100 - }, - { - "color": "yellow", - "value": 200 - }, - { - "color": "green", - "value": 300 - }, - { - "color": "#EAB839", - "value": 500 - }, - { - "color": "#6ED0E0", - "value": 1000 - }, - { - "color": "#EF843C", - "value": 2000 - } - ] - } - }, - { - "id": "unit", - "value": "areaM2" - }, - { - "id": "custom.width", - "value": 93 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Type" - }, - "properties": [ - { - "id": "custom.width", - "value": 94 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "City" - }, - "properties": [ - { - "id": "custom.width", - "value": 120 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Rooms" - }, - "properties": [ - { - "id": "custom.width", - "value": 77 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Price" - }, - "properties": [ - { - "id": "unit", - "value": "currencyUSD" - } - ] - } - ] - }, - "gridPos": { - "h": 8, - "w": 8, - "x": 16, - "y": 16 - }, - "id": 12, - "options": { - "footer": { - "enablePagination": true, - "fields": "", - "reducer": [ - "sum" - ], - "show": true - }, - "showHeader": false, - "sortBy": [ - { - "desc": true, - "displayName": "Surface" - } - ] - }, - "pluginVersion": "9.0.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "transformations": [ - { - "id": "organize", - "options": { - "excludeByName": { - "country_name": true, - "created_on": true, - "expenses": true, - "floor": true, - "geonames_id": true, - "id": true, - "image_thumbnail": true, - "lat": true, - "lat_lon": true, - "lon": true, - "operation": true, - "place_with_parent_names": true, - "price_aprox_local_currency": true, - "price_aprox_usd": true, - "state_name": true, - "surface_total_in_m2": true - }, - "indexByName": { - "country_name": 13, - "created_on": 9, - "currency": 19, - "description": 5, - "expenses": 24, - "floor": 7, - "geonames_id": 15, - "id": 0, - "image_thumbnail": 26, - "lat": 17, - "lat_lon": 16, - "lon": 18, - "operation": 8, - "place_name": 4, - "place_with_parent_names": 12, - "price": 11, - "price_aprox_local_currency": 20, - "price_aprox_usd": 21, - "price_per_m2": 23, - "price_usd_per_m2": 22, - "properati_url": 25, - "property_type": 2, - "rooms": 6, - "state_name": 14, - "surface_covered_in_m2": 3, - "surface_total_in_m2": 10, - "title": 1 - }, - "renameByName": { - "description": "Description", - "place_name": "City", - "price": "Price", - "properati_url": "URL", - "property_type": "Type", - "rooms": "Rooms", - "surface_covered_in_m2": "Surface", - "title": "Property name" - } - } - } - ], - "type": "table" + "csvContent": "\"id\",\"created_on\",\"operation\",\"property_type\",\"place_name\",\"place_with_parent_names\",\"country_name\",\"state_name\",\"geonames_id\",\"lat_lon\",\"lat\",\"lon\",\"price\",\"currency\",\"price_aprox_local_currency\",\"price_aprox_usd\",\"surface_total_in_m2\",\"surface_covered_in_m2\",\"price_usd_per_m2\",\"price_per_m2\",\"floor\",\"rooms\",\"expenses\",\"properati_url\",\"description\",\"title\",\"image_thumbnail\"\nf73c373e0588bf568164a057dd94203ac87d47b1,2014-08-07,rent,store,Catu,|Brasil|Bahia|Catu|,Brasil,Bahia,,,,,0,,0,0,,,,,,,,http://www.properati.com.br/mfye_alugar_outros_catu,\"Otimo Imovel com o melhor valor da regiao, confira as fotos - \",Exclusividade! - Loja Em Catu,https://thumbs4.properati.com/3/jA8isZw8Xju7z3-V2I-ED8x5D2o=/trim/198x0/smart/filters:strip_icc()/galeriadefotos.net.br/backup/upload/15989/1598966287bc7/zd533ba5e829b0543093a45e1d8398bd7.jpg\nd6d377927ab49671acdd38aa6f661a460601a88b,2015-01-20,rent,apartment,Pernambuco,|Brasil|Pernambuco|,Brasil,Pernambuco,,\"-8.126271,-34.903793\",-8.126271,-34.903793,1200,BRL,1184.32,383.55,,63,6.088095238095239,19.047619047619047,1,2,,http://www.properati.com.br/w71k_alugar_apartamentos_pernambuco,\"CONTATOS: Claro: 81./ Tim: 81./ Oi: 81./ Vivo: 81.Apartamento de 2 quartos mais Dependência completa de empregada, 1.º andar de edifício localizado na Rua Dr. Gaspar Regueira da Costa, 99, Boa Viagem.Este apartamento é constituído por: 1 Sala, 2 Quartos, 2 Banheiros, Cozinha, Área de serviço, Dependência completa de empregada e 1 lugar de estacionamento.O Valor do aluguer já inclui taxas.Agende já a sua visita.Nota: O Edifício irá ser pintado exteriormente, em breve.ISI-120-T2 #ref:ISI-120-T2 - ISI-120-T2 - idalécio Soares\",\"Apartamento de 2 quartos, DCE, 1.º Andar, 63 m2, Boa Viagem - Recife\",https://thumbs4.properati.com/0/B9BCwP1HK7NvZIYINGkFNnNfOZ4=/trim/198x0/smart/filters:strip_icc()/feedmedia.egorealestate.com/Zfeed/S5/C4123/P2270979/Tphoto/ID03a72200-0000-0500-0000-00000141a7a5.JPG\nc6826a9508436920fd59b46a202354f3e4823d22,2014-10-29,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.1546253,-45.7906242\",-23.1546253,-45.7906242,0,BRL,0,0,,3800,,,,,,http://www.properati.com.br/s41f_alugar_comercial_cacapava,\"Condomínio com 22 Módulos de Galpões; 3.800m2 a 12.600m2; 12m pé-direito médio; Piso 6 TON/m2; Ã�rea total de Terreno : 324.000 m2; Ã�rea Total construída: 133.200 m2; 293 vagas para automóveis; 103 vagas para caminhões; Refeitório para 256 pessoas por turno;Benefícios Fiscais no município de Caçapava conforme Lei Lei 5055/211; Isenção de Taxas;Isenção de IPTU; Redução de ISS; Reversão de ICMS.Valores locação = R$ 15,00 o m2Tx Cond. = R$ 1,50 o m2Valores poderão ser alterados sem prévio aviso.A Heron Imóveis oferece este(a) Comercial em Caçapava, no bairro Caçapava. Gostou desse(a) Comercial em Caçapava? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email contato@ Obrigado!\",\"Comercial em Caçapava, no bairro Caçapava\",https://thumbs4.properati.com/1/J2n8nXVlvduy6EJjyLwPneEoc28=/trim/198x0/smart/filters:strip_icc()/www.heronimoveis.com.br/fotos/F00/35/23500-DSC06177.JPG\nba957ad3cb2d12d55d1f0466eeffe788a35a6f4f,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,950,BRL,751.1,243.25,,,,,,1,,http://www.properati.com.br/lxp9_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95876 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Garden Village II..:Casa Condomnio Garden Village II, Casa Condominio, Dormitrios: 03, Tipo Apto.: 01, Wc. Social: 01, Sala de Visita: 01, Copa: 01, Cozinha: 01, Cozinha Planejada, Despensa, rea de Servio, Ar Condicionado, Alarme, Acabamento Em Gesso, Sanca, Campainha, Cerca Eletrica, Forro de Laje, Piso Dormitrios: Frio, Piso Salas: Frio, M2/ Terreno: 145, M2 rea Construida: 70, Garagem Descoberta: 01, Salo de Festa, Detalhes: R$ 950,00 + Iptu + Condomnio\", Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Garden Village II,https://thumbs4.properati.com/9/xcrfHjSnXdhGcOK1m1wg1jHJlsw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/803/8860a8e8-6d62-49e6-a992-54ab8f360f35.jpg\n0999b33908c71af3b8be282ab35ab61b38a46353,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4300,BRL,4078.98,1321,,319,4.141065830721003,13.47962382445141,,4,,http://www.properati.com.br/ifuj_alugar_apartamentos_vila-olimpia,\"Apartamento na Vila Olí­mpia, com 4 quartos, sendo 2 suí­tes,Ampla sala com terraí§o, piso de madeira corrida, 1 dos quartos pode ser revertido para sala de tv ou escritório.Quartos com carpete de madeira, as suí­tes com armí¡rios embutidos, uma delas com ar condicionado.Armí¡rio corredor.Cozinha com armí¡rio, Piso de granito, na cozinha e lavanderia.  Referíªncia: AP34\",\"Apartamento no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/8/nxrbzTDipvKnqdx1wDABEyIbSes=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/34/c789b808-bf30-460d-9376-16299ce5abbb.jpg\n011d5618639ce229b012022a32b22eff9abd213e,2014-11-19,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.9648026,-46.3855723\",-23.9648026,-46.3855723,1300,BRL,1323.12,428.5,,60,7.141666666666667,21.666666666666668,4,1,,http://www.properati.com.br/tl4s_alugar_apartamentos_sao-paulo,\"PACOTE R$ 1.300,00 OTIMO APARTAMENTO MOBILIADO COM TERRAÇO PROXIMO SHOPPING , PRAIA E COMERCIOS ACEITA FIADOR / SEG. FIANÇA A 3 Milenio oferece este(a) Apartamento em Sao Vicente, no bairro Gonzaguinha - 1 dormitórios. Gostou desse(a) Apartamento em Sao Vicente? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email vendas@ Obrigado!\",\"Apartamento em Sao Vicente, no bairro Gonzaguinha - 1 dormitórios\",https://thumbs4.properati.com/4/x8BqTbd304ntTBY5pTf5Yi_nNMw=/trim/198x0/smart/filters:strip_icc()/www.imobiliariasdesantos.com.br/fotos/F00/74/757400-FOTOS%20HELANE%20001.jpg\n6f274a2d23ffa89cb0301f3277585beda7723ce8,2014-09-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8343086,-49.3805559\",-20.8343086,-49.3805559,5000,BRL,3953.34,1280.31,,,,,,,,http://www.properati.com.br/o23s_alugar_comercial_sao-jose-do-rio-preto_rua-nuno-alvares-pereira,\"Ref.: SA95668Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Pq. EstorilM2 rea Construida: 170, Detalhes: Salo de 170 M, Com Mezanino. J Com Acessibilidade. Tem Uma Linda Fachada e Estacionamento Para Clientes.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Estoril,https://thumbs4.properati.com/8/7VqZVGV6Hl3paOrhYXv_ksowyEw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1875/TG5yXGj9EJPaa5o0dWgL.jpg\ndb6f890847bcacc6ec3e78a0e6613132174e4c70,2014-12-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,10000,BRL,7906.68,2560.62,,,,,,1,,http://www.properati.com.br/ue07_alugar_casas_sao-jose-do-rio-preto_rua-cila,\"Ref.: CO95026Tipo: Casa Comercial, Predio ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraSobrado, Dormitrios: 4, Tipo Apto.: 4, C/ A/e: 4, A/e C/ Interior: 4, Wc. Social: 1, Copa/cozinha: 1, Cozinha C/ A/e: 1, Despensa, Salas : 1, Sala P/ Ambientes : 4, M2 rea Construida: 330, Entrada Lateral: 1, Piso Dormitrios: Frio\",\"Ref.: CO95026 Tipo: Casa Comercial, Predio Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora\",https://thumbs4.properati.com/2/DNREjVLgpGPzTlv8aIvhpd7KZkI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2461/02ea33d3-3ebd-4139-a380-b60eb84c87d1.jpg\nf7d3243419c85cf439189481819f13cb22ab0498,2014-10-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,3800,BRL,3004.52,973.03,,,,,,,,http://www.properati.com.br/qz8t_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95902Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha III..: Casa Condomnio Damha III, Casa Condominio, Dormitrios: 03, Suite: 01, Closet , Tipo Apto.: 02, C/ A/e: 02, Home, Copa/cozinha: 01, Cozinha Planejada, Piscina, Varanda, rea de Servio, Wc. de Empregada/servio, Forro de Laje, M2/ Terreno: 450, M2 rea Construida: 240, rea de Lazer, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Valor Condominio R$-: 420,00\",Ref.: CA95902 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha III,https://thumbs4.properati.com/8/cqu5q3tBJOddQ526fWf2puVwINI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2060/6064cf7e-f8ed-44f3-8a80-b6576de27d62.jpg\ncbfc4c495b3578c995363825a85a821217fab4ec,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,14000,BRL,11069.36,3584.87,,,,,,,,http://www.properati.com.br/ri3p_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95918Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Mini Dist. Industrial Adail Vetorasso..: Salo Comercial No Mini Distrito Industrial Adail Vetorasso, Salo Comercial, Wcs.: 02, Cozinha: 01, Escritrio, M2/ Terreno: 2.100, M2 rea Construida: 1.350, Detalhes: Cobertura Metlica.p Direito Com 7 Metros.corredor Lateral.\",Ref.: SA95918 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Mini Dist. Industrial Adail Vetorasso,https://thumbs4.properati.com/9/INPTa4YGuWfsekPfC8ez-rqd3PI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2285/Mhd9hMU2ZwU9YXAC9Hzi.jpg\nb4dab15f9d4411d0847d1871e0a62e107b492fdc,2014-08-02,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.8773135,-46.7592613\",-23.8773135,-46.7592613,28000,BRL,22138.72,7169.74,,,,,,,,http://www.properati.com.br/lud3_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95869Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Eng. Schimidt..: Salo Comercial Em Engenheiro Schimidt, Salo Comercial, Obs: Salo Ideal Para Transportadora Com Frente Para 03 Marginal, Esquina Com Rua Projetada 01 e Rodovia W. Luiz, M2/ Terreno: 5.500, M2 rea Construida: 2.200\",Ref.: SA95869 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Eng. Schimidt,https://thumbs4.properati.com/3/oJm3M_UtBn2PVRsZ2O4n48IvhuA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/780/60d090bc-4a05-4929-88ae-aca5b9873a76.jpg\nd3769eb1b41c780c83f2d176adae8ad9a81b7ba3,2014-10-08,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.818728,-49.4212608\",-20.818728,-49.4212608,16000,BRL,12650.68,4096.99,,,,,,,,http://www.properati.com.br/r6d9_alugar_comercial_sao-jose-do-rio-preto_avenida-joao-batista-vetorasso,\"Ref.: SA95810Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Waldemar VerdiM2/ Terreno: 5.000, M2 rea Construida: 1.400, Detalhes: Com Recepo e 8 Salas. P Direito Com 7 M.\",Salo,https://thumbs4.properati.com/6/GFkI3LbwZQAhB8USv5fTltHxz0E=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2179/QEWBOD1T8GCOjBi0H6WI.jpg\nf51aebdb554e9b5dfa16c3538d3376040f5f2b5c,2014-08-20,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,16000,BRL,12650.68,4096.99,,,,,,,,http://www.properati.com.br/np97_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95723Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 322, Obs: Salo Ideal Para Loja, 217m Terreo e 105m Mezanino. Estacionamento Na Frente.imvel Novo.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/2/viy2bV22HhxBkY_449PiH9sLQPw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1548/9242514f-75f0-4bdc-a5b1-68a958cbda17.jpg\n7266f270625a52c84adaf69ac08a53b397617247,2014-09-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,6000,BRL,4744,1536.37,,,,,,,,http://www.properati.com.br/o20x_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95742Tipo: Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Quinta das PaineirasWcs.: 02, Cozinha: 01, M2/ Terreno: 720, M2 rea Construida: 458,90, Obs: Salo Industrial Grande Com 458m, Com Boa Acessibilidade e tima Localizao, 02 Quadras da Avenida Potirendaba, Fcil Acesso e Entrada Para Caminhes.\",Tipo: Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Quinta das Paineiras,https://thumbs4.properati.com/3/0rnMsn1G6rWTjCQ9lnrLn6WR7JA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1771/KET9NdQ0WNrtQlhGEVEq.jpg\nc1e10a8afe111ba5caa5034df1ecb56b25b772f9,2014-08-19,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muvz_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95766Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadWc. Social: 04, M2/ Terreno: 980, M2 rea Construida: 500, Obs: Entrada Lateral Com Acesso Para Caminho, Com 04 Wcs. Sendo 02 Wc P/ Deficiente.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/3/GvRImi73Q9koPTqVulTG5pg1J2s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1519/T181YBWZd62P9tMfgs1F.jpg\nd156f7cc95141ef1fca4de81d6dc65b143c9988f,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muwd_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95749Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 280, Obs: Salo Ideal Para Loja, 217mterreo + 68m Mezanino.estacionamento Na Frente,\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/5/A5TB5m6yLugDjIdQVsXy9br70YQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1533/eeec7b18-daa6-422b-aac1-82894f366e60.jpg\n90ed612641d0db18967ee9c07edc8b0647c97976,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muwc_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95725Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2 rea Construida: 280, Obs: Salo Ideal Para Loja, 217m Terreo, + 68m Mezanino.estacionamento Na Frente, Imvel Novo\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/2/8rbyOC1iGXRWRZqh5Z6pcOsdsfQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1532/a142f7a0-ff97-4794-84d8-4144253429c3.jpg\nc69e1ca4e7cd3346bc510240893bf2c2c7437e8e,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,12000,BRL,9488,3072.74,,,,,,,,http://www.properati.com.br/muvh_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95724Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel HaddadM2/ Terreno: 280, Obs: Salo Ideal Para Loja, 217m Terreo e + 68m Mezanino.Estacionamento Na Frente,imvel Novo.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad,https://thumbs4.properati.com/1/3gyCoSFzrSme_NcQhKWIEnuoeaY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1501/CeAfrlKKrQIRE9uzNxoa.jpg\n0c5e391bac4d007585efb02466681c760a758423,2014-09-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379345,-49.3370139\",-20.8379345,-49.3370139,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/q4jv_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95899Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Estancia Jockey Clube..: Salo Comercial , Salo Comercial, Wcs.: 04, Wcs. C/ A/e, Cozinha: 01, Obs: P Direito 9 Metros, M2 rea Construida: 1.000, Detalhes: Salo Novo, Sendo Os Wcs Piso Porcelanato, Cozinha Porcelanato e Piso Liso, Com Telhado Vulcanizado.\",Ref.: SA95899 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Estancia Jockey Clube,https://thumbs4.properati.com/8/OM-MkRbrVgdcQa163wlgXjWDHqU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2007/8541c9f9-4477-448d-a193-d2b00dc5eed4.jpg\n01bdf823f7827d745574bb7a180a39e4db359463,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/muux_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95894Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.150, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Entrada Lateral Para Caminho.p Direito Alto Com 6,/2 M. \",Ref.: SA95894 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube,https://thumbs4.properati.com/1/HZjM3Xdq2xWgpQ5gSrCVIASVnJA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1481/Tz9VYOVWXC1ZVU5fUHwL.jpg\n050a20b55332403b962575877b81d609a5988a15,2014-09-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379345,-49.3370139\",-20.8379345,-49.3370139,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/q4ju_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95900Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Estancia Jockey Clube..: Salo Comercial , Salo Comercial, Wcs.: 04, Wcs. C/ A/e, Cozinha: 01, Obs: P Direito 9 Metros, M2 rea Construida: 1.000, Detalhes: Salo Novo, Sendo Os Wcs Piso Porcelanato, Cozinha Porcelanato e Piso Liso, Com Telhado Vulcanizado.\",Ref.: SA95900 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Estancia Jockey Clube,https://thumbs4.properati.com/3/ZL10NlMLKOM5C49dt-MjpOTaaMo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2006/9fbe5c67-00ba-4e7b-9904-08316f433dd4.jpg\nfeb178373d5eab7df3b6c546a5d1e6a192156c7f,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8457948,-49.353464\",-20.8457948,-49.353464,8000,BRL,6325.32,2048.49,,,,,,,,http://www.properati.com.br/muuv_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95892Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.150, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Entrada Lateral Para Caminho.p Direito Alto Com 6,/2 M.\",Ref.: SA95892 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube ,https://thumbs4.properati.com/5/xwV26hopilS3ZK6xLE-O3iy4rE4=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1479/vT0mPYs7U2dAsti8LWGQ.jpg\n882a8542b44e551782d3126a1d43d907cdba854b,2014-08-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8442587,-49.3291753\",-20.8442587,-49.3291753,7000,BRL,5534.66,1792.43,,,,,,,,http://www.properati.com.br/mt5y_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95817Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Marginal Eng. SchimidtWc. Social: 02, Cozinha, Mesanino, Escritrio, M2/ Terreno: 2.000, M2 rea Construida: 1.100, Pintura Nova, Piso Dormitrios: Cimentado;, Piso Salas: Polido;, Detalhes: Salo Novo, Com Estrutura Metlica e Banheiro C/ Acessibilidade.\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Marginal Eng. Schimidt,https://thumbs4.properati.com/4/FPT3HYl7BCrZMA5Okj6iNxUgPRA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1432/MaEwnQ1cL6HLcrscPFb8.jpg\n201e0ccc9fc63a78f68391bdd74ac5407e07da9b,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1000,BRL,790.66,256.06,,,,,,1,,http://www.properati.com.br/lxpd_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95884Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Parque Liberdade III..:Casa Condomnio Parque da Liberdade III, Casa Condominio, Dormitrios: 03, C/ A/e: 02, Wc. Social: 01, Wcs. C/ A/e, Sala de Visita: 01, Cozinha: 01, Cozinha Planejada, Interfone, Acabamento Em Gesso, Sanca, Campainha, Forro de Laje, Obs: Imvel Semi Novo, Com Projeto da Arquiteta Kenia Miranda, o Imvel Tem Papel de Parede, Cortinas Nos Dormitrios e Sala, Luminrias Na Cozinha., M2/ Terreno: 143, Garagem Coberta: 02, Churrasqueira, Detalhes: R$ 1.000,00 + Iptu + Condominio\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Parque Liberdade III,https://thumbs4.properati.com/2/v319TrEqOc-5Hy9xmTQXh1KL2UE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/807/7331be4a-3945-41cd-b761-4322696192f5.jpg\n05cf0728d4ba6016469b6b4a864542a1824dc25c,2014-08-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.7688712,-46.7100661\",-23.7688712,-46.7100661,2000,BRL,1581.32,512.12,,,,,,,,http://www.properati.com.br/mqtt_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95463Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim So MarcosWc. Social: 2, Cozinha: 1, Mesanino, Recepo, M2/ Terreno: 406, M2 rea Construida: 110, Pintura Nova, Piso Salas: Piso Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim So Marcos,https://thumbs4.properati.com/9/EMUy3dbQiGwd8LmfHH92qsmCQ7Q=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1375/srbDQgpudCyI2lewxvjS.jpg\nf5942694fe76bfe705275acfe74148c588367f86,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.7688712,-46.7100661\",-23.7688712,-46.7100661,4000,BRL,3162.64,1024.24,,,,,,8,,http://www.properati.com.br/o215_alugar_casas_sao-jose-do-rio-preto_rua-antonio-dias,\"Ref.: CO95681Tipo: Casa ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim So MarcosWc. Social: 04, Sala(s): 08, M2/ Terreno: 280, Garagem Coberta: 02, Forro de Laje, Piso Salas: Frio, Iptu Valor: 58,00, Detalhes: timo Local Para Clincas.\",Tipo: Casa Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim So Marcos,https://thumbs4.properati.com/4/F58YgAYlsu22NFL9RPPH5RURZJ8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1779/sr0aS0NcXQGZ7HsOtyan.jpg\n1b093694ca05135b213162c0bd499e9adb708309,2014-12-10,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.6302071,-46.5818983\",-23.6302071,-46.5818983,4000,BRL,3162.64,1024.24,,,,,,,,http://www.properati.com.br/ufsq_alugar_comercial_sao-jose-do-rio-preto_avenida-marginal,\"Ref.: SA95942Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Pq. Res. Manor Daud..: Salo Comercial No Parque Residencial Manor Daud, Salo Comercial, Detalhes: Salo Com 340m, Entrada Para Caminho.frente Para Br153\",Ref.: SA95942 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Res. Manor Daud,https://thumbs4.properati.com/4/4e8bVPqS0g1ezrFKP9fcdzvSn0I=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2493/rJ3aboE1bZnwuqJHy4Lr.jpg\n50bd70c45a9a9b087c404cac6b67c491f64c211e,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2500,BRL,1976.65,640.15,,,,,,,,http://www.properati.com.br/ri3l_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95916Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Res. Caetano..: Salo Comercial No Residencial Caetano, Salo Comercial, Wcs.: 02, Cozinha: 01, M2 rea Construida: 350, Detalhes: Cozinha2 Wc Com Acessibilidade;1 Porta Na Frente1 Porta Na Lateral;barraco Novo.cobertura Com Estrutura Metlica. P Direito de 6 Metros.\",\"Ref.: SA95916 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Res. Caetano ..: Salo Comercial No Residencial Caetano, Salo Comercial, Wcs.: 02, Cozinha: 01, M2 rea Construida: 350, Detalhes: Cozinha 2 Wc Com Acessibilidade\",https://thumbs4.properati.com/9/l325GXwN3fD9xS0dglH5hmaB83A=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2281/FjKJBqBJFxhvJ4atJVuO.jpg\n50a4a96d3ec01b7b1032e5eec4a3496b38f35c4f,2014-10-09,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,2500,BRL,1976.65,640.15,,,,,,,,http://www.properati.com.br/r9j7_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95904Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Em Condomnio Village Damha Rio Preto I, Casa Condominio, Dormitrios: 03, Tipo Apto.: 01, C/ A/e: 03, Cozinha: 01, Cozinha Planejada, Varanda, rea de Servio, Wc. de Empregada/servio, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95904 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I,https://thumbs4.properati.com/1/CVM0xMvGlg_DX1BluR3vWpRkhMU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2206/7f2a5d99-2465-48fb-859c-a52311ba0c18.jpg\nf5be311dcee4a66dcb26f463f76c49b6084de8ab,2014-11-11,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1600,BRL,1411.74,457.2,,,,,2,1,,http://www.properati.com.br/t8nu_alugar_apartamentos_tatuape_rua-serra-de-braganca,\"APTO DE 40M/2 COM 01 DORMITRIO, SALA AMPLA COM SACADA, COZINHA PLANEJADA, WC SOCIAL, REA DE SERVIO, 01 VAGA DE GARAGEM LIVRE, LAZER COMPLETO COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SAUNA, SALA DE FITINESS, SALA DE LEITURA, SALO DE JOGOS, EXCELENTE LOCALIZAO. O APTO ESTA COM FOGO, GELADEIRA, MICROONDAS, SUGGAR, BALCO ESTILO COZINHA AMERICANA, 02 BANQUETAS, 02 MESINHAS DE CANTO, 01 HOME-OFFICER, CAMA BOX COM COLCHO, VENTILADOR DE TETO, ARMRIO NO DORMITRIO.\",TOLEDO CONSULTORIA JURIDICA E IMOBILIARIA,https://thumbs4.properati.com/6/-9lTZIOGIGHwHaddpPoJu6s92hY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/2/6c5e21eb-1c7b-41d6-9257-b6e7994ea93c.jpg\na031b9b0ccce57678aab134025713cdb4ad7ed19,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7630911,-49.3810839\",-20.7630911,-49.3810839,1500,BRL,1185.99,384.09,,,,,,,,http://www.properati.com.br/ri3h_alugar_comercial_sao-jose-do-rio-preto_rua-gumercindo-tomas-de-aquino,\"Ref.: SA95914Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao, Salo Comercial, Wcs.: 02, Cozinha: 01, M2/ Terreno: 200, M2 rea Construida: 100, Detalhes: Salo Em Construo, Com 2 Wc Com Acessibilidade e Cozinha.porta Frente e Lateral.estrutura Metlica, P Direito 5 Metros.\",Ref.: SA95914 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/5/cuTILpWk120n1EtpTTP7CuHqFTI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2277/xOFbBdd0MAPLxuFIMMMc.jpg\n8198126233f30e45a7ec723640ecd09fc933f35f,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7630911,-49.3810839\",-20.7630911,-49.3810839,1500,BRL,1185.99,384.09,,,,,,,,http://www.properati.com.br/ri3j_alugar_comercial_sao-jose-do-rio-preto_rua-gumercindo-tomas-de-aquino,\"Ref.: SA95915Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao, Salo Comercial, Wcs.: 02, Cozinha: 01, M2/ Terreno: 200, M2 rea Construida: 100, Detalhes: Salo Em Construo, Com 2 Wc Com Acessibilidade e Cozinha.porta Frente e Lateral.estrutura Metlica, P Direito 5 Metros.\",Ref.: SA95915 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/0/LWklCEKjfuTI94hwh7U-tpkiQxw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2279/YBRlngu70KNBBuf3pXju.jpg\ncfe8aedbfe7496306c9ee598fdb0799d1a4d43a7,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/mpsw_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95860Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraSalo Comercial, Terrea, Acabamento Em Gesso, Forro de Laje, Piso Salas: Frio, M2 rea Construida: 160\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/1/w-odT7rMEUYcr3TVS4fo2ausAAI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1278/Kp7YsojHwZdQDjK4JvMz.jpg\n9002dc7d32f4f097a4f9c789ad93b7f5304396cf,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/mpsz_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95862Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: RedentoraM2 rea Construida: 190, Garagem Descoberta: 02, Forro de Laje, Piso Salas: Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/7/xW33i6TXrwRgMFrpyW_syKKKlPs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1281/UKC5P4P7lZPyQSY9l8xC.jpg\n2128d47314a494ddecda6b6e981c46afbd3fae51,2014-10-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/s9we_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95921Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Redentora..: Salo Comercial Na Redentora, Salo Comercial, M2/ Terreno: 150, Detalhes: tima Localizao!\",Ref.: SA95921 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora,https://thumbs4.properati.com/6/HVrSVpwKgIJpnnFxGcMzyHIeUx4=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2347/abTB8PxHKedvADO9yyhF.jpg\n0329fa7a5536c99eee743612010897cafed7f340,2014-10-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8030634,-49.4324803\",-20.8030634,-49.4324803,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/re15_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95910Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Res. Palestra..: Salo Comercial No Residencial Palestra, Salo Comercial, Wc. Social: 02, Forro de Laje, Obs: timo Salo, Novo., M2/ Terreno: 250, M2 rea Construida: 200\",Ref.: SA95910 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Res. Palestra,https://thumbs4.properati.com/8/MBuRdEvx5x-V-zpeycnxFNg-n70=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2238/NOqLX7BtA7KEH0SUs5rV.jpg\nc822a8819d8874916877cc6b3c91194cbf5968ca,2014-10-09,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/r9j6_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95903Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Condomnio Village Damha Rio Preto I, Casa Condominio, Dormitrios: 03, Tipo Apto.: 03, C/ A/e: 03, Cozinha: 01, Cozinha Planejada, Fogo, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Piscina, Ducha Externa, Varanda, rea de Servio, Wc. de Empregada/servio, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95903 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I,https://thumbs4.properati.com/2/595nD1yJ6OYSKSxIr0D1iMhNilQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2205/060de194-4e66-4f1e-b0cc-dd05e276539f.jpg\n2568b8aa05b9d3cb3e9e8ef74c4461c34d2d57b5,2014-10-05,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8350772,-49.369111\",-20.8350772,-49.369111,3000,BRL,2371.98,768.18,,,,,,,,http://www.properati.com.br/r1q8_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95905Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Quinta das Paineiras..: Salo Comercial No Quinta das Paineiras, Salo Comercial, Terrea, Cozinha: 01, Escritrio, M2 rea Construida: 225\",Ref.: SA95905 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Quinta das Paineiras,https://thumbs4.properati.com/6/2tu7W_u475v3n8Ubll7avmjLXPI=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2130/0y7ijJHaZqFbrC0LSLFy.jpg\n0dff14f277324eb9f04d59b6c26758ccdb744e27,2014-12-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,3700,BRL,2925.47,947.43,,,,,,,,http://www.properati.com.br/udzy_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95938Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha III..: Linda Casa Tipo Sobrado No Condomnio Damha Iii, Casa Condominio, Sobrado, Dormitrios: 03, Suite Master: 01, C/ Hidro, Tipo Apto.: 02, C/ A/e, Ducha Dupla, Lavatrio Duplo, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Varanda, rea de Servio, Lavanderia, Quarto de Empregada, Wc. de Empregada/servio, Forro de Laje, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira\",Ref.: CA95938 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha III,https://thumbs4.properati.com/0/FGZdTzG9TG6qqioIMRxZ7WLDQWY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2452/bVU2c6naoVF7KCpphJqL.jpg\n6b3bff7cc70a79dfed41fc0ae514a7ad16a328b8,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,7000,BRL,6640.22,2150.47,,88,24.437159090909088,79.54545454545455,,,,http://www.properati.com.br/ifvc_alugar_comercial_vila-olimpia,\"\tEdifício comercial de excelente padrão, localizado em ponto nobre da Vila Olímpia, próximo da Av. dos Bandeirantes e Shopping Vila Olímpia.\t Prédio conta com 3 elevadores de alta velocidade, sistema de proteção contra incêndio, ar condicionado central, próximo a bancos. Referíªncia: CO65\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\nc26e111d703af6f65be91df94c274bbd41585a40,2014-08-21,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.6357809,-46.5324419\",-23.6357809,-46.5324419,50000,BRL,39533.44,12803.11,,,,,,,,http://www.properati.com.br/nqbl_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95307Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Rodovia Assis ChateaubriandWcs.: 4, Escritrio, M2/ Terreno: 4.000, Detalhes: Barraco Com 4.000 M\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Rodovia Assis Chateaubriand,https://thumbs4.properati.com/0/lJ2ffPr7gtS2vlQuGTg_zDX6844=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1592/WQmB3JTS7Y2N72aUI5Ud.jpg\n2e8ffab1b55b5245e917b3597009338cb92b6586,2014-10-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7807632,-49.3985157\",-20.7807632,-49.3985157,50000,BRL,39533.44,12803.11,,,,,,,,http://www.properati.com.br/rgyw_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95804Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Waldemar VerdiM2/ Terreno: 6.000, M2 rea Construida: 3.200\",Salo,https://thumbs4.properati.com/3/X38EXdJIkvCXPQCdWURfrgMMMWQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2270/OTptGk75zRPMzZ1pL1on.jpg\nc522d5f57ea8e14d18fa3ba746cb581cd379330a,2014-08-20,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,100000,BRL,79066.88,25606.22,,,,,,,,http://www.properati.com.br/np98_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95721Tipo: Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial IWcs.: Vrios, M2/ Terreno: 13.000, M2 rea Construida: 8.500, Detalhes: tima Localizao\",Tipo: Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial I,https://thumbs4.properati.com/6/jARKWDWV0rGe-HzGUtUeE0X3knw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1549/ZaCxToSHCaeCL7GxZ08g.jpg\n07383fafc72a9aa9f0286b841b782ca718485de8,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,3500,BRL,2767.31,896.21,,,,,,1,,http://www.properati.com.br/o246_alugar_casas_sao-jose-do-rio-preto_avenida-nadima-damha,\"Ref.: CA95827Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha II (Res. Jardins)Dormitrios: 03, Suite: 03, C/ A/e: 03, Sacada, Sala de Visita, Copa, Cozinha, Cozinha Planejada, Despensa, Piscina, rea de Servio, Lavanderia, Wc. de Empregada/servio, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Acabamento Em Gesso, Sanca, Forro de Laje, Piso Salas: Frio;, Documentao: Em Dia.\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha II (Res. Jardins),https://thumbs4.properati.com/6/Bq9TbjreWNnjd2VrvJ5oieGegeQ=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1889/db5caa0b-ec86-44f4-9c0f-ab26a6816b62.jpg\n179f70a47a9ce50e161ea483ffee741a8e1c7fb2,2014-08-14,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178411,-49.387605\",-20.8178411,-49.387605,3500,BRL,2767.31,896.21,,,,,,,,http://www.properati.com.br/mpsx_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95861Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Redentora TerreaM2 rea Construida: 190, Acabamento Em Gesso, Forro de Laje, Pintura Nova, Piso Salas: Frio\",Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Redentora Terrea,https://thumbs4.properati.com/1/VQPzYdCL1X2L1IkzU17WHDuej9s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1279/nGCLTL2QhwMJSHGtxR7y.jpg\ne48c41f6ad3dba93e0ac6038a5aa5cda39d651d0,2014-09-01,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.1423284,-51.3750141\",-22.1423284,-51.3750141,3500,BRL,2767.31,896.21,,,,,,,,http://www.properati.com.br/o2m6_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95898Tipo: Casa Comercial, Casa ResidencialCidade: So Jos do Rio Preto - SPBairro: Moyss Miguel Haddad..: Casa Residencial No Moyss Miguel Haddad, Casa Residencial, Dormitrios: 03, Suite: 03, C/ Hidro: 01, C/ A/e: 03, Sacada, Wc. Social: 01, Wcs. C/ A/e, Sala de Visita: 01, Copa: 01, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Salas : 01, Sala P/ Ambientes : 03, Piscina, Varanda, rea de Servio, Lavanderia, Quarto de Empregada, Wc. de Empregada/servio, Ar Split, Ventilador, Interfone, Acabamento Em Gesso, Sanca, Tv Cabo, Campainha, Quintal, Grade, Murado, Forro de Laje, Piso Salas: Frio, Obs: Imvel Prximo Ao Shopping Iguatemi, M2 rea Construida: 450, Garagem Descoberta: 04, Garagem Coberta: 02, Churrasqueira, Jardim de Inverno, Jardim Interno, Iptu Valor: 199,00\",\"Ref.: CA95898 Tipo: Casa Comercial, Casa Residencial Cidade: So Jos do Rio Preto - SP Bairro: Moyss Miguel Haddad\",https://thumbs4.properati.com/5/fZwdpPACH02ObP9aj7-UFvVm0lE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1937/a7WmbhKqWo7JqFgAHcOD.jpg\n9ea36b0e269fbf2581eef1510f0148594919b330,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3150,BRL,2988.09,967.71,,45,21.50466666666667,70,,,,http://www.properati.com.br/ifxf_alugar_comercial_chacara-santo-antonio,\"\tNovAmérica Inside Park, o novo marco imobiliário de São Paulo. É um novo espaço, um novo bairro, uma nova opção de vida. É a expansão urbana mais consciente e mais urbana. Um mundo para morar, trabalhar e viver em plena harmonia. Uma região onde a vida social e a vida familiar se equilibram. Um lugar que concretiza o prazer de viver em uma grande metrópole. 1 torre comercial, escritórios de vila e lojas, 5 condomínios residenciais independentes e 2 parques em mais de 70.000 m² de terreno.\t\tNovAmérica Office Park é um conceito totalmente novo de local de trabalho, que valoriza eficiência e a qualidade de vida de seus ocupantes. EDSA em parceria com Neusa Nakata tiveram a missão de conceber um produto inusitado, diferenciado e particular. O resultado é um cenário privilegiado para que você e seus clientes tenham bem-estar em horário comercial.\t\tA região do NovAmérica reúne as principais empresas nacionais e multinacionais, que chegaram por aqui atraídas pela infraestrutura e pelas importantes e fáceis vias de acesso. O que confirma que a região é o novo pólo econômico de São Paulo.\t\tConheça os diferenciais do NovAmérica Office Park:\t\tÚnico na Nações Unidas a integrar um complexo formado por 1 torre comercial, escritórios de vila, lojas e 5 condomínios residenciais independentes.\tConceito consagrado de bem-estar em horário comercial.\tAcesso ao parque com mais de 10 mil m² destinado à cidade.\tPotencial de clientes vindos dos 5 condomínios residenciais.\tA oportunidade de morar e trabalhar de forma integrada e independente.\tServiços by Facilities Office.\tArquitetura e decoração inspirados nas ultimas tendências mundiais.\tProjeto paisagístico assinado por um dos mais conceituados escritórios do mundo, a EDSA. Referíªncia: CO150\",\"Comercio no(a) Chácara Santo Antônio , São Paulo - SP\",https://thumbs4.properati.com/2/2S3OsO4umzIVXFHbHKTrb7dk-x8=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/150/c0d9b8fc-3da8-4a27-ac1f-4e1684d35312.jpg\na5c14fe842664d12fe4bdfad313d5af251121d89,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5882535,-46.6167776\",-23.5882535,-46.6167776,1400,BRL,1106.91,358.48,,,,,,,,http://www.properati.com.br/qz98_alugar_comercial_sao-jose-do-rio-preto_rua-da-imprensa,Ref.: SA95836Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila DinizDetalhes: Salo Comercial Com Aproximadamente 50 M e 02 Banheiros Com Acessibilidade.,Ref.: SA95836 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Diniz,https://thumbs4.properati.com/9/CRgjdJjcRp1Lz-pPZChI7eL8ZIY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2075/fOuQlJsX61PBHGGwhPSh.jpg\nb64a9bd212d9e91821e5e892eeff464bbc0202cd,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,9600,BRL,9106.57,2949.21,,120,24.57675,80,,,,http://www.properati.com.br/ifwi_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 120m² de área útil, 3 vagas, 3 banheiros, 1 copa. Referíªncia: CO112\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/0/3pwYR5bzXi_fuQfUVbzkPbFkst4=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/112/93f2b4dc-86f7-4544-803f-62dfec9dc967.jpg\n59a2898d29cb6860a70355c1b2028b9ab38d89d9,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5456177,-46.563645\",-23.5456177,-46.563645,1801,BRL,1459.35,472.62,,,,,,2,,http://www.properati.com.br/vyso_alugar_apartamentos_tatuape,\"APTO DE 75M/2, COM 03 DORMITRIOS, SALA AMPLA COM SACADA, COZINHA PLANEJADA, WC SOCIAL, REA DE SERVIO COM WC, REPLETOS DE ARMRIOS, 01 VAGA DE GARAGEM FIXA, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SALA DE GINASTICA, EXCELENTE LOCALIZAO, A 100 METROS DO METR.\",LOCAO TATUAPE CONDOMINIO ILHAS GREGAS,https://thumbs4.properati.com/6/-xzzzVWk3lxFITvW285d3YmP00c=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/13/e7c88a20-dcac-49b2-ae42-e782447d3f07.jpg\n1925426e5575ecd98f1e63422a187081754e0f5c,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5444872,-46.5657875\",-23.5444872,-46.5657875,1499,BRL,1214.64,393.37,,,,,2,1,,http://www.properati.com.br/vysp_alugar_apartamentos_tatuape_rua-serra-de-braganca,\"APTO DE 40M/2, COM 01 DORMITRIO, SALA AMPLA COM SACADA, COZINHA, WC SOCIAL, SEMI-MOBILIADO COM FOGO, SUGGAR, GELADEIRA, MICRO-ONDAS, ARMRIOS PLANEJADOS NA COZINHA, CAMA BOX, GUARDA ROUPA, VENTILADOR DE TETO, RACK DE TV, 02 BANQUETAS, 02 MESINHAS DE CANTO, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, SAUNA, SALA DE FITINESS, BRINQUEDOTECA, SALO DE JOGOS, SALA DE LEITURA. EXCELENTE LOCALIZAO, PRXIMO DO SUPERMERCADO PO DE ACAR, FCIL ACESSO PARA O METR.\",NEW CONCEPT 22 A,https://thumbs4.properati.com/5/SXF7T5Zfxal6lcQifCYOufBKjYA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/14/0522b83e-c37e-4736-ac81-ca8540d2d806.jpg\nfda45d95b6fe8daf9215dcc80ad057531879eda4,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4575,BRL,4339.84,1405.48,,120,11.712333333333333,38.125,,,,http://www.properati.com.br/ifxz_alugar_comercial_vila-olimpia,\"\tConjunto Comercial na Vila Olimpia, com 61m², podendo aumentar a área para 117m². Referíªncia: CO179\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/5/cZY_8L_8bfKOV9ay-F-6DsnRZ-c=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/179/0df8ffa9-49a9-49c0-9968-37c13719d904.jpg\n7eb9fb8ad21ff1da490b75fd04643939fd72edf1,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5508578,-46.5679013\",-23.5508578,-46.5679013,1550,BRL,1255.99,406.76,,,,,11,1,,http://www.properati.com.br/vysn_alugar_apartamentos_tatuape,\"APTO DE 57M/2, COM 02 DORMITRIOS, SALA AMPLA COM SACADA, WC SOCIAL, COZINHA PLANEJADA, AMPLA REA DE SERVIO COM WC, 01 VAGA DE GARAGEM, SALO DE FESTA, CHURRASQUEIRA, PLAYGROUD, QUADRA DE FUTEBOL, EXCELENTE LOCALIZAO, PRXIMO AO SHOPP/METR BOULEVAR TATUAP.\",Apartamento,https://thumbs4.properati.com/4/mwisK4iz0H0viKmBVOGr8B40c1o=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/12/612ab301-0ac4-4c4c-9691-7278200c2b62.jpg\n59a2934bc5a4c3530613fae471a210ae63498d80,2014-09-02,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.826094,-49.376396\",-20.826094,-49.376396,1200,BRL,960.76,311.15,,,,,,1,,http://www.properati.com.br/ob16_alugar_apartamentos_sao-jose-do-rio-preto,\"Apartamento mobiliado, pronto para morar e com excelente localizao, na zona sul.2 dormitrios sendo 1 tipo apto todos com armrio, ventilador de teto e ar-condicionadosala com sacada para 2 ambientes com sofa e estantecozinha planejada com mesa com 4 cadeiras e fogo2 banheiros com box blindex, gabinete e chuveirorea de servio com armrio, varal e mquina de lavar1 vaga de garagem pilotisCondomnio: Porto eletrnico, portaria 24h, elevador, churrasqueira e piscina.\",Apartamento com 2 dormitrios em Rio Preto,https://thumbs4.properati.com/5/VXcYDJRN6VtNxvgVw-mxJOlL_sA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/premier/photos/111/91c65753-86b6-40fd-8673-7f8f107a8459.jpg\nd08581768058f5286ca4f209222d59a3f10af84d,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-22.8877586,-47.081265\",-22.8877586,-47.081265,2401,BRL,1945.56,630.08,,,,,19,2,,http://www.properati.com.br/vysm_alugar_apartamentos_tatuape,\"APTO DE 93M/2, COM 03 DORMITRIOS, SENDO UMA SUTE, SALA AMPLA COM SACADA E DOIS AMBIENTES, WC SOCIAL, COZINHA, AMPLA REA DE SERVIO, REPLETO DE ARMRIOS, 02 VAGAS DE GARAGEM, LAZER COMPLETO COM PISCINA, PLAYGROUD, SALO DE FESTA, SALO DE JOGOS, SAUNA, CHURRASQUEIRA, EXCELENTE LOCALIZAO, PRXIMO DA PRAA SILVIO ROMERO.\",APTO LOCAO TATUAP,https://thumbs4.properati.com/3/d45ivnQIryA-xDQvwZrOc1pBPlE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/11/85e5aee8-90fa-4295-bcb5-dce1ed7e789c.jpg\n7739326a3915df1654866f5c27d42e40f0038365,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2200,BRL,2086.92,675.86,,102,6.626078431372549,21.568627450980394,,,,http://www.properati.com.br/ifwp_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 46m², 2 banheiros, 3 salas, 1 vaga. Referíªncia: CO122\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/6/QhZrO4ITAg_PJagrwPKR0ywe4GI=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/122/80e20053-aaba-4f3b-a8f7-9dc2cdcb44a7.jpg\n4d949c2fcb78e76cf0cb2376ae3a3acc3b27994a,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2200,BRL,2086.92,675.86,,46,14.692608695652174,47.82608695652174,,,,http://www.properati.com.br/ifut_alugar_comercial_vila-olimpia,\"Conjunto Comercial na Rua Helena, com 46m², 1 vaga. Referíªncia: CO44\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/7/rah-1WLiSRF_nrLl-U2mEY27Gus=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/44/3d3a55f5-dd0c-4969-bb57-19f9a554c1f2.jpg\nc98dc531eb6cb68bcec0e60d7dc042bd663caa4d,2014-08-02,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.815191,-49.389435\",-20.815191,-49.389435,5000,BRL,4003.24,1296.47,,,,,,,,http://www.properati.com.br/ludd_alugar_casas_sao-jose-do-rio-preto,\"Imvel com excelente localizao, com recepo, 1 sala com banheiro privativo, 3 salas amplas + 1 interna, todos os ambientes com ar condicionado, cozinha, despensa, garagem interna para vrios veculos. IMVEL SER ENTREGUE REFORMADO E COM AS ACESSIBILIDADES EXIGIDAS!\",Casa Comercial,https://thumbs4.properati.com/8/3TeTIOIgyjtraKZz08buZLIU8W8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/premier/photos/80/6a0fcb3e-3e78-434f-9624-a5621798b2b2.jpg\ne85c67a2bc55f4834be8d4cf1fd96340ef4ce129,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8379877,-49.385659\",-20.8379877,-49.385659,800,BRL,632.5,204.84,,,,,,1,,http://www.properati.com.br/lxpc_alugar_casas_higienopolis,\"Ref.: AP95874 Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Higienpolis..: Apartamento Novo No Jardim Higienopolis, Apartamento, rea Util M2: 50, Dormitrios: 01, C/ A/e, Sacada, Wc. Social: 01, Cozinha C/ A/e, Lavanderia, Elevador, Piso Dormitrios: Porcelanato, Piso Salas: Porcelanato, Obs: Prdio Novo.apto Nunca Habitado., rea de Lazer, Garagem Coberta: 01, Churrasqueira, Espao Gourmet\",Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Higienpolis,https://thumbs4.properati.com/6/8tmxgf5PTdg11vI4rVdPwXy39gw=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/806/2077f853-c360-4cd7-b5c8-a33f76415c40.jpg\n33b22b30a043e5a868df61862bb97698b453df89,2014-12-05,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7910821,-49.3781115\",-20.7910821,-49.3781115,800,BRL,632.5,204.84,,,,,,1,,http://www.properati.com.br/ue05_alugar_apartamentos_sao-jose-do-rio-preto_rua-pedro-mulati,\"Ref.: AP95816Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Jardim ConceioDormitrios: 02, C/ A/e, Wc. Social, Box Wcs., Sala de Estar, Cozinha, Piscina, rea de Servio, Garagem Coberta: 01, rea Util M2: 60, Condominio C/ rea de Lazer, Piscina Adulto, Playground, Valor Condominio R$-: 190,00\",Ref.: AP95816 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Jardim Conceio,https://thumbs4.properati.com/2/4RA-EyT8LswOeQ6lcBbkzLlKjII=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2459/jWyxMNGlETMMxgj2uW9o.jpg\ne2235d97414fcc1a31865b1abe71c1cf85ae01fa,2014-11-17,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,2700,BRL,2134.78,691.36,,,,,,,,http://www.properati.com.br/tdi5_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95926Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village Damha Rio Preto I..: Casa Condomnio Village Damha Rio Preto, Casa Condominio, Terrea, Dormitrios: 3, Suite: 1, Tipo Apto.: 2, C/ A/e, Lavatrio Duplo: 1, Cozinha C/ A/e: 1, Cozinha Planejada, Escritrio, Lavabo, Salas : 1, Sala P/ Ambientes : 2, Varanda, rea de Servio, Wc. de Empregada/servio, Obs: Espao Para Colocar Piscina, M2 rea Construida: 180, Garagem Descoberta: 2, Garagem Coberta: 2, Churrasqueira, Detalhes: Com Armrios .\",Ref.: CA95926 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village Damha Rio Preto I ,https://thumbs4.properati.com/3/ZZ3MVCiFvwDaZxqgfl5oQJ1Vp6c=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2390/5d2ae653-6549-4772-b486-cd9360af6ebd.jpg\n1334a26f10895f5a21b6db0adf96e2ff1dc83799,2014-09-16,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7780086,-49.3450562\",-20.7780086,-49.3450562,1250,BRL,988.31,320.07,,,,,,,,http://www.properati.com.br/q4jz_alugar_casas_sao-jose-do-rio-preto_avenida-belvedere,\"Ref.: CA95901Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Maria Stella..: Casa Condomnio Maria Stella, Casa Condominio, Terrea, Dormitrios: 3, Tipo Apto.: 1, Wc. Social: 1, Cozinha: 1, Cozinha Planejada, Salas : 01, Sala P/ Ambientes : 02, Varanda, rea de Servio, Lavanderia, Garagem Coberta: 02, Salo de Festa, Playground, Piscina Adulto, Quadras Poliesportivas: 1, Campo de Futebol: 1, Valor Condominio R$-: 260,00\",Ref.: CA95901 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Maria Stella,https://thumbs4.properati.com/3/nKZAghWN-90yQywuniXpPPLO9sk=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2011/e55aad60-d657-4c71-b732-96032067b76f.jpg\n40c34e74b932ff6e10ff49774a8f7fb6e982c1c2,2014-11-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8081017,-49.3505771\",-20.8081017,-49.3505771,4500,BRL,3558.01,1152.28,,,,,,,,http://www.properati.com.br/tz24_alugar_comercial_sao-jose-do-rio-preto_rua-valdomiro-nadotti,\"Ref.: SA95928Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Tres Maria..: Salo Comercial No Bairro Trs Maria, Salo Comercial, Detalhes: 160 Metros Mais 40 Metros de Mesanino.\",Ref.: SA95928 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Tres Maria,https://thumbs4.properati.com/3/Yg9eVpfZKwd2s12w6w1yQ4YYVhY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2402/MTVaVFERWIxvf0IcXQaQ.jpg\n716428a7c9f46f98fd78e36a72109b0c0ec43753,2014-11-30,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8081017,-49.3505771\",-20.8081017,-49.3505771,4500,BRL,3558.01,1152.28,,,,,,,,http://www.properati.com.br/tz25_alugar_comercial_sao-jose-do-rio-preto_rua-valdomiro-nadotti,\"Ref.: SA95929Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Tres Maria..: Salo Comercial No Bairro Trs Maria, Salo Comercial, M2/ Terreno: 200, Detalhes: 140 Metros Mais 40 Metros de Mesanino.\",Ref.: SA95929 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Tres Maria,https://thumbs4.properati.com/9/a_rVYKLimoBl774T612e8o5Icfo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2403/fhkihJbLNgNCmHo7eBRG.jpg\n2102860e4c561ee2afec1c15fb71f7c6cfafc28d,2014-08-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,9000,BRL,7116.02,2304.56,,,,,,,,http://www.properati.com.br/muuy_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95893Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Ch. Jockey Clube..: Salo Comercial Na Chcara Jockey Clube, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 1.200, Detalhes: Galpo Com Piso Cimento Polido, Estrutura Metlica, Escritrio, Cozinha, 02 Wc, Entrada Pela Frente e Lateral Para Caminho.p Direito Alto Com 6,/2 M.\",Ref.: SA95893 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Ch. Jockey Clube,https://thumbs4.properati.com/3/H-b0Ol05_NX0A5soGXBvD_dA3wk=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1482/gCB4KEDxOoIlG9HlGbCW.jpg\ndb16c4572d4f19875153b041d1dcb6b82115e6a7,2014-11-03,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8174527,-49.4306981\",-20.8174527,-49.4306981,18000,BRL,14232.04,4609.12,,,,,,,,http://www.properati.com.br/sjyy_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95923Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Parque Industrial..: Salo Comercial No Parque Industrial, Salo Comercial, M2/ Terreno: 3.000, M2 rea Construida: 1.780, Detalhes: 1.000m de Patio.escritrio Com Elevado Vrias Salas, Cozinha, Wc, Vestirio Mas/fem;04 Salas de Descanso Para Motorista Com Vestirio, 02 Chuveiros e 04 Wc;cozinha Externa Com Quiosque + 02 Wc Mas/fem;parte Operacional Com P Direito de 7 Metros, e A Lateral Toda Com Embarque e Desembarque;ptio Com Espao Para Carretas, Caminhes e Carros;portaria Na Entrada do Ptio.\",Ref.: SA95923 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Parque Industrial,https://thumbs4.properati.com/0/wtHJ8Xcu4pqyV7YSP06g_N1yrfg=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2356/rO0uXvqSM9ilLshNDz0f.jpg\nc8c81389391a237255bade4a0608212fa62e13b1,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4200,BRL,3984.12,1290.28,,107,12.058691588785047,39.25233644859813,,,,http://www.properati.com.br/ifxy_alugar_comercial_vila-olimpia,\"\tConjunto Comercial na Vila Olimpia, com 56m² de área útil, excelente localização.  Referíªncia: CO178\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/7/YjqSlFDSnOcayBrp2UtD_X2xaJM=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/178/fa4df6b6-bb36-40a4-a46b-7b1438c77d03.jpg\ne1f129a3f1296a7e7a3b60d5b96d61c49159900c,2014-11-19,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.9295411,-46.3418105\",-23.9295411,-46.3418105,1600,BRL,1628.47,527.39,,32,16.4809375,50,,1,,http://www.properati.com.br/tkvf_alugar_apartamentos_sao-paulo,\"A 3 Milenio oferece este(a) Apartamento em Sao Vicente, no bairro Morro dos Barbosas - 1 dormitórios. Gostou desse(a) Apartamento em Sao Vicente? Então veja mais informações! Acesse o nosso site clicando no botão Contate o anunciante ou ligue - ou ainda entre em contato conosco pelo email vendas@ Obrigado!\",\"Apartamento em Sao Vicente, no bairro Morro dos Barbosas - 1 dormitórios\",https://thumbs4.properati.com/5/FvlCdG4KWDtvmzsszDUttj3AuAY=/trim/198x0/smart/filters:strip_icc()/www.imobiliariasdesantos.com.br/fotos/F00/72/807200-DSC03573.JPG\na8821d1c24cccd45d37ef69cf2b29ef3be744fad,2014-11-17,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8456698,-49.4030718\",-20.8456698,-49.4030718,3200,BRL,2530.11,819.39,,,,,,1,,http://www.properati.com.br/tdi2_alugar_apartamentos_sao-jose-do-rio-preto_avenida-anisio-haddad,\"Ref.: AP95925Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Cond. Green Fields..: Apartamento No Condomnio Green Fields, Apartamento, rea Util M2: 152, Dormitrios: 03, Suite Master: 01, Closet , Tipo Apto.: 02, C/ A/e: 02, Wc. Social: 02, Sala de Visita: 01, Cozinha Planejada, Garagem Coberta: 02\",Ref.: AP95925 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Cond. Green Fields,https://thumbs4.properati.com/4/oRIx16Fpw4LPkRsB59wlBS_mxVo=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2387/ae2a6d87-5760-44ff-a47f-d237a5321c3c.jpg\n08918f4a93c54f4505b783a8e31ef11842c55e56,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5882535,-46.6167776\",-23.5882535,-46.6167776,80000,BRL,63253.52,20484.98,,,,,,,,http://www.properati.com.br/qz9a_alugar_comercial_sao-jose-do-rio-preto_rua-da-imprensa,\"Ref.: SA95835Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila DinizM2/ Terreno: 12.000, Detalhes: - Salo Com 5.000 M e Bastante rea Para Estacionamento Aberto.Ideal Para Atacadista, Hipermercado e Distribuidora, Entre Outros.\",Ref.: SA95835 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Diniz,https://thumbs4.properati.com/1/PkKXX6cNiwu9krqBtdWDinLG89A=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2077/vSsX8s9IzXdbNCXPId0W.jpg\n1ce358d0b5c35f146d70dff4089a8b3d287cb7b9,2014-10-08,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8085627,-49.3452813\",-20.8085627,-49.3452813,5500,BRL,4348.67,1408.34,,,,,,,,http://www.properati.com.br/r6de_alugar_comercial_sao-jose-do-rio-preto_avenida-sebastiao-tavares-da-silva,\"Ref.: SA95809Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vista AlegreM2/ Terreno: 360, M2 rea Construida: 360, Detalhes: Salo Com Vrias Divisrias.\",Salo,https://thumbs4.properati.com/8/dhtnMWfIFZ8mMCFVDpxpvjoF0LA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2184/l63oynNjEecn8u1Dzf3W.jpg\nb6ed51b61bb57831cc00d904741b4f544cafc28f,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/lxoz_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95886Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha II(Res. Jardins)..: Casa Condomnio Damha II, Casa Condominio, Sobrado, Dormitrios: 03, Suite: 01, C/ Hidro, Tipo Apto.: 02, C/ A/e: 03, Roupeiro, Home, Cozinha: 01, Cozinha Planejada, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 03, Piscina, Varanda, rea de Servio, Quarto de Empregada, Wc. de Empregada/servio, Aquecedor Solar, M2 rea Construida: 350, rea de Lazer, Garagem Descoberta: 03, Garagem Coberta: 03, Churrasqueira\", Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha II,https://thumbs4.properati.com/1/gEw1FIkmFLn2_zGBjqnuUzcifYU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/793/e9d2d588-8d92-4070-b7d6-5b55e4484038.jpg\n1273c64fb8b9402dfad98d3984dec2998d8bdb68,2014-08-15,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8126181,-49.3404534\",-20.8126181,-49.3404534,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/mqtl_alugar_casas_sao-jose-do-rio-preto_avenida-miguel-damha,\"Ref.: CA95731Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha IVDormitrios: 03, Suite: 01, Closet : 01, C/ Hidro, Tipo Apto.: 02, C/ A/e: 02, Wcs.: 05, Wcs. C/ A/e: 04, Box Wcs.: 04, Copa: 01, Cozinha: 01, Cozinha C/ A/e, Despensa, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 02, Piscina, Varanda, rea de Servio, Wc. de Empregada/servio, M2/ Terreno: 420, M2 rea Construida: 380, rea de Lazer, Garagem Descoberta: 02, Garagem Coberta: 02, Churrasqueira, Piso Dormitrios: Porcelanatoq, Piso Salas: Porcelanato, Obs: Imvel Muito Bem Conservado, timo Acabamento., Valor Condominio R$-: 300,00, Detalhes: Toda Reformada.\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha IV,https://thumbs4.properati.com/6/H5vuIYMzk8pMuWJ-OjcdH4GItq8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1367/9717e95d-fe6f-4cbc-bb5d-21c2fe92d294.jpg\n6aa6bf8a204f123441efb9f97699ee24cf8f9932,2014-08-15,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8178198,-49.3468294\",-20.8178198,-49.3468294,5500,BRL,4348.67,1408.34,,,,,,1,,http://www.properati.com.br/mqtn_alugar_casas_sao-jose-do-rio-preto_avenida-nadima-damha,\"Ref.: CA95797Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Damha ISobrado, Dormitrios: 03, Suite: 01, Tipo Apto.: 02, Wcs.: 01, Cozinha Planejada, Escritrio, Lavabo, Salas : 01, Sala P/ Ambientes : 03, Piscina, rea de Servio, Wc. de Empregada/servio, rea de Lazer, Garagem Coberta: 03, Churrasqueira, Ar Condicionado, Ventilador, Interfone, Piso Dormitrios: Taco, Piso Salas: Frio\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Damha I,https://thumbs4.properati.com/0/NAjAu7cPHQwzwT2j3k1G4X7-A3U=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1369/7b6ca8dd-648a-4e18-b9f5-272073bfbf69.jpg\n8a977c0c4b9ef700024cb2ee3e59de53bcf599c8,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2000,BRL,1897.2,614.42,,70,8.77742857142857,28.571428571428573,,2,,http://www.properati.com.br/ifzl_alugar_apartamentos_vila-olimpia,\"\tApartamento na Vila Olimpia, sala para 2 ambientes, 2 dormitórios com armários embutidos, cozinha, lavanderia, quarto na área de serviço, 2 banheiros, 1 vaga. Referíªncia: AP237\",\"Apartamento no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/9/waPGo7zWMk2XTzN-br6B0h4Nrgo=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/237/75daca8f-ee37-4813-97af-b4fa00920d4f.jpg\nb48b18eca01fc2732d6afe024904eb1e900cc52a,2014-07-16,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2000,BRL,1897.2,614.42,,54,11.378148148148147,37.03703703703704,,2,,http://www.properati.com.br/ifzn_alugar_apartamentos_saude,\"\tÓtimo apartamento proximo ao Metrê Praça da Arvore, sala para 2 ambientes, 2 dormitórios com armários embutidos, cozinha com armários, banheiro social e de serviço, 1 vaga na garagem, quadra, piscina e play.\tCom pintura nova, pronto para morar!! Referíªncia: AP239\",\"Apartamento no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/0/Zof1-heqqvAgC3xdyYRYiQHIX2I=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/239/450071da-5288-4f26-bbb4-66bcacaef572.jpg\n636cbd951ef34773973cfdef37746b911d07a24c,2014-07-16,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4000,BRL,3794.41,1228.84,,200,6.1442,20,,4,,http://www.properati.com.br/ifxa_alugar_casas_saude,\"\tAluga sobrado em zona mista, residencial e ou serviços, a uma quadra da Av. do Cursino e a 1000m, do Shopping Plaza Sul, 4 dormitórios, sendo uma suite, ampla sala, mais sala de jantar, cozinha, edicula com 3 quartos, mais lavanderia, garagem para 3 veiculos, casa de esquina, com portões automaticos.  Referíªncia: CA145\",\"Casa no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/3/0sie3N08lMquoZ655zNy1CeDUbU=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/145/9fef5234-2fa4-4974-b24c-2b3cf6c4c542.jpg\n0812a419c00dcbaaaa926ad4e8de47da7959f9d9,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,5700,BRL,5407.01,1751.09,,127,13.788110236220472,44.881889763779526,,,,http://www.properati.com.br/ifzp_alugar_comercial_saude,\"\tConjunto Comercial proximo do Metrô São Judas, com 109m² de área útil, dividido em 5 salas, com possibilidade de vão livre, 3 banheiro, 1 copa, 3 vagas, prédio 24 horas.  Referíªncia: CO241\",\"Comercio no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/1/0kl3BRCM4riJX3LhCObIu4wuBxQ=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/241/25ac4ee5-f867-4808-b226-837aefd7ba2c.jpg\n570fece17687d05345022d1567c79dd80bd1dcb0,2014-12-19,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8312527,-49.360102\",-20.8312527,-49.360102,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/viin_alugar_comercial_sao-jose-do-rio-preto_avenida-marginal-lineu-alcantara-gil,\"Ref.: SA95950Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Campo Verde..: Salo Comercial No Distrito Industrial Campo Verde, Salo Comercial, M2/ Terreno: 5.000, M2 rea Construida: 3.000, Detalhes: tima Localizao Com Asfalto Para Rua, Estacionamento Para 60 Carros.barraco 5.000m2c/ Escritrio Isolado Ao Lado do Galpo C/ 6 Salas Grandes Von Livre Cond. Port.24h.\",Ref.: SA95950 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Campo Verde,https://thumbs4.properati.com/6/7lTVZ92lzm8ap5amDGM_eb1EHOU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2528/yS1CaXFW8XYwJdPuhgGn.jpg\n2ee8e3818d61fdc4e01a5d89be181974d74e4380,2014-08-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8424141,-49.3549387\",-20.8424141,-49.3549387,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/mqtc_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95109Tipo: Salo Comercial, Salo IndustrialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Tancredo Neves .Terrea M2/ Terreno: 2.100, M2 rea Construida: 936, Detalhes: Estacionamento Na Frente,entrada Lateral Para Carga e Descarga,prox. do Carrefour\",\"Tipo: Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Tancredo Neves .\",https://thumbs4.properati.com/9/KVlFV9eR-3HhzpzA5EtDKJICEgY=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1358/k6zhNAyNgH9P1excuuTM.jpg\n0f0577616ba85404705aaead7f35ff6e8b4a91da,2014-08-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5733308,-46.544242\",-23.5733308,-46.544242,15000,BRL,11860.02,3840.93,,,,,,,,http://www.properati.com.br/mt62_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: CO95825 Tipo: Predio Comercial, Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Pq. IndustrialWc. Social: 02, Salas : 06, M2/ Terreno: 1.113, Documentao: Em Dia., Detalhes: Banheiro Feminino e Masculino, 06 Salas Amplas, Sendo de 420 M a Maior.o Salo Possui Ambientes Para Reunies, Sala de Refeitrio de 93 M e Armrio Embutido, Alarme, Campainha, Interfone, Cerca Eltrica e Estacionamento de 258 M Com 25 Vagas Cobertas.\",\"Tipo: Predio Comercial, Salo Comercial, Salo Industrial Cidade: So Jos do Rio Preto - SP Bairro: Pq. Industrial\",https://thumbs4.properati.com/5/ug_ZifuqqZGKLp9_hQAm2sSvkgE=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/1436/Q14vgp5W0wZIU71vOSui.jpg\n8d6a13266a268bd8dd46f19df78ef71e3509ee5a,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7700326,-49.3956468\",-20.7700326,-49.3956468,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/ri3n_alugar_comercial_sao-jose-do-rio-preto_avenida-ada-marzochi-polachini,\"Ref.: SA95917Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Mini Dist. Industrial Adail Vetorasso..: Salo Comercial No Mini Destrito Industrial Adail Vetorasso, Salo Comercial, Wcs.: 02, Cozinha: 01, Escritrio, M2/ Terreno: 1.050, M2 rea Construida: 680, Detalhes: Barraco Novo, Com Pilar No Centro;porta Na Frente e Lateral;cobertura Metlica;p Direito 6 Metros.\",Ref.: SA95917 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Mini Dist. Industrial Adail Vetorasso,https://thumbs4.properati.com/2/3gLCbr6emuqSINA3fAYUW1zaIUM=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2283/grmYrDDM8HnJtcT4RzOD.jpg\ndac06563fc851c6596496ceaff68cbf177bb6dde,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7863702,-49.3690389\",-20.7863702,-49.3690389,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/qz9p_alugar_comercial_sao-jose-do-rio-preto_avenida-solon-da-silva-varginha,\"Ref.: SA95834Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Vila NovaesWc. Social: 03, Mesanino, M2/ Terreno: 530, M2 rea Construida: 480, Detalhes: Salo Comercial Com P Direito de 6m e Mezanino de 55 M.possui Aparelhagem de Ar Condicionado, Som Ambiente, Cmeras de Segurana e Estacionamento Para 18 Carros.local Ideal Para Lojas, Mercados, Igreja, Depsito, Entre Outros.\",Ref.: SA95834 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Vila Novaes,https://thumbs4.properati.com/8/qD9kCsVbiYyB0WGFw5WesI2Ny6s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2092/d62f4d68-2ea5-4f83-bde9-fdc53bb504f2.jpg\n1ccba6f23edef69215ca9cfe74214a5276597714,2014-10-18,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,6500,BRL,5139.33,1664.4,,,,,,,,http://www.properati.com.br/ri3q_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: SA95919Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Dist. Industrial Centenrio da Emancipao..: Salo Comercial No Distrito Industrial Centenrio da Emancipao., Salo Comercial, Cozinha: 02, Mesanino, Escritrio, M2 rea Construida: 1.015, Detalhes: Escritrio, Cozinha, 02 Wc, Mezanino, 2 Salas, Entrada Lateral.salo 700 Metrosdiviso 315 Metros.\",Ref.: SA95919 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Dist. Industrial Centenrio da Emancipao,https://thumbs4.properati.com/0/FlEAiRaerT0pRZEeW7AhhCuJjJc=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2286/v22UnUeHl8YbhJaP8IaU.jpg\na9d04cd869b56cac7bcb3a54a27147996a973a3d,2015-01-20,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5418835,-46.5583192\",-23.5418835,-46.5583192,1900,BRL,1539.57,498.6,,,,,16,1,,http://www.properati.com.br/w730_alugar_apartamentos_tatuape,\"APTO DE 58M/2, COM 02 DORMITRIOS, SENDO UMA SUTE, SALA AMPLA COM SACADA, COZINHA, WC SOCIAL, REA DE SERVIO, COM ALGUMAS MOBILIAS, TUDO DE PRIMEIRA, 02 VAGAS DE GARAGEM, LAZER COMPLETE, EXCELENTE LOCALIZAO, A UMA QUADRA DO METR.\",MOBILIADO EXCLUSIVE,https://thumbs4.properati.com/2/KuQXATs4BGrSaZvfCzOSMN2pqWs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/19/30ad0c15-c9ef-48f7-a06e-2a0201bb7433.jpg\n5de8d0e3c8872b0af03bdc517a4a12021c48da59,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,24700,BRL,23430.5,7588.09,,289,26.25636678200692,85.46712802768167,,,,http://www.properati.com.br/ifvd_alugar_comercial_vila-olimpia,\"EDIFí�CIO COMERCIAL DE ALTí�SSIMO PADRí�O,  LOCALIZADO NO PONTO MAIS NOBRE DA REGIí�O, EM FRENTE AOSHOPPING VILA OLí�MPIA, ENTRE AV. DOS BANDEIRANTES E JUSCELINO KUBITSCHEK. OPRí�DIO CONTA COM 6 ELEVADORES DE ALTA VELOCIDADE, SENDO 1 PANORí�MICO, ARCONDICIONADO CENTRAL, FACHADA EM CORTINA DE VIDRO. EDIFí�CIO INTELIGENTE COMSOFISTICADO SISTEMA DE CONTROLE DE INCí�NDIO, CONSUMO DE ENERGIA. Referíªncia: CO66\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\n705fdcf676aca2c9f51fcc0a332fcff39ee1706c,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,19500,BRL,18497.74,5990.59,,260,23.04073076923077,75,,,,http://www.properati.com.br/ifyk_alugar_comercial_vila-olimpia,\"\tConjunto Comercial com 260m² de área útil, 6 vagas, Ar condicionado Central. Referíªncia: CO200\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/0/-wzyHwNVYSdVIvzDSj7dz-RtyfY=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/200/f2ef8797-b051-4b62-b4fe-e8fdb7523a26.jpg\n179ce00d44c6fafbac93e139f052ab4ce304100d,2014-08-04,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,4200,BRL,3320.8,1075.46,,,,,,,,http://www.properati.com.br/lxpa_alugar_casas_sao-jose-do-rio-preto,\"Ref.: CA95877 Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SPBairro: Cond. Village La MontangneDormitrios: 3, Suite: 1, C/ Hidro: 1, Tipo Apto.: 2, C/ A/e: 3, Cozinha Planejada, Escritrio, Lavabo, Salas : 1, Sala P/ Ambientes : 3, Piscina, rea de Servio, M2/ Terreno: 360, M2 rea Construida: 250, Garagem Descoberta: 2, Garagem Coberta: 2\",Tipo: Casa Condominio Cidade: So Jos do Rio Preto - SP Bairro: Cond. Village La Montangne,https://thumbs4.properati.com/8/XTvYImGZcecKNC8xwzjnrrqWibg=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/804/ce485ed8-97e3-4af6-bc5e-3d347e06b31d.jpg\n868d3ff8ea898557e9819638705d2f823431d000,2015-01-13,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.521407,-46.5769202\",-23.521407,-46.5769202,1500,BRL,1215.45,393.63,,,,,13,1,,http://www.properati.com.br/vysr_alugar_apartamentos_tatuape,\"APTO DE 60M/2, COM 02 DORMITRIO, SALA AMPLA COM SACADA, WC SOCIAL, COZINHA, REA DE SERVIO, 01 VAGA DE GARAGEM, EXCELENTE ESTRUTURA DE LAZER COM PISCINA, PLAYGROUD, SALO DE FESTA, CHURRASQUEIRA, EXCELENTE LOCALIZAO, FCIL ACESSO AO SHOPPING METR/TATUAP.\",131 VITORIA,https://thumbs4.properati.com/0/yyioUci-ExAIuKlfIudXKNKaMAs=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/toledo/photos/16/ff90ae98-dbde-47dc-9f04-32cdb2d2d0d3.jpg\nb9de26b4b13ad0f58469677b72b5171c2b04ae1f,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,13500,BRL,12806.12,4147.33,,183,22.663005464480875,73.77049180327869,,,,http://www.properati.com.br/ifv7_alugar_comercial_vila-olimpia,CONJUNTO COMERCIAL - RECEPCAO - HD - 4 SALAS - 2 WC - COPA  Referíªncia: CO60,\"Comercio no(a) Vila Olímpia , São Paulo - SP\",\n416be9056b69e83819532b65a04c6d1f7135f1ca,2014-12-11,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2400,BRL,1897.57,614.54,,,,,,,,http://www.properati.com.br/uict_alugar_comercial_jardim-maracana,\"Ref.: SA95945Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim Maracan..: Salo Comercial No Jardim Maracan, Salo Comercial, Wc. Social: 02, Cozinha: 01, Forro de Laje, Piso Salas: Frio, M2/ Terreno: 225, M2 rea Construida: 130\",Ref.: SA95945 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim Maracan,https://thumbs4.properati.com/5/3964ltfTag6YXQlyxEM19akYy1s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2500/f25a8d90-6759-426c-a4ed-d8aefc6b19a4.jpg\nc1aff8edd38c3254c5775927802a8b8fae45a1d8,2014-08-05,rent,house,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,2400,BRL,1897.57,614.54,,,,,,1,,http://www.properati.com.br/mel5_alugar_casas_bosque-da-saude,\"Ref.: CA95883Tipo: Casa ResidencialCidade: So Jos do Rio Preto - SPBairro: Bosque Da Saude..: Casa Residencial No Bosque da Saude, Casa Residencial, Dormitrios: 03, Tipo Apto.: 01, C/ A/e: 03, Wc. Social: 01, Copa: 01, Cozinha: 01, Despensa, Salas : 02, Varanda, Garagem Descoberta: 02, Garagem Coberta: 02\",Tipo: Casa Residencial Cidade: So Jos do Rio Preto - SP Bairro: Bosque Da Saude,https://thumbs4.properati.com/0/aAdm951DKitDcqkiJ8p68O6xdNA=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/848/083f9a71-b22a-4897-bf14-72fbe585dea5.jpg\ne4d569301fb8a21047d67f193929ecf360e9405e,2015-01-11,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,750,BRL,600.6,194.51,,,,,,1,,http://www.properati.com.br/vxnv_alugar_apartamentos_jardim-satelite,\"Excelente apartamento em frente ao condomnio Quinta das Flores totalmente reformado com 2 dormitrios, sala, cozinha planejada, rea de servio, lavabo com gabinete, wc com box blindex e 1 vaga de garagem.Ideal para casal sem filhos e sem animais\",Excelente apartamento no Jardim Satlite,https://thumbs4.properati.com/1/RhUtbG6YnK8FCa_yOduiEf3yyj0=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/tyrreno/photos/1074/71219c81-463f-4710-a46d-5e7e2fee9362.jpg\n6b59e27767f7570db49b2175077b1c059fa20b88,2014-10-01,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-23.5715766,-46.6697673\",-23.5715766,-46.6697673,3100,BRL,2451.06,793.79,,,,,,,,http://www.properati.com.br/qz9r_alugar_comercial_sao-jose-do-rio-preto_avenida-brasil,\"Ref.: SA95828Tipo: Salo ComercialCidade: So Jos do Rio Preto - SPBairro: Jardim MugnaniWc. Social: 02, Cozinha, M2/ Terreno: 350, M2 rea Construida: 210, Detalhes: - Salo Novo!\", Ref.: SA95828 Tipo: Salo Comercial Cidade: So Jos do Rio Preto - SP Bairro: Jardim Mugnani,https://thumbs4.properati.com/5/ShU0-2rvOmZQkWG3Ml57SSATz_s=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2094/VmmbZZ9w1FykW0ldwpGM.jpg\n3931096ab81c0a74496858654375447e859df8f2,2014-12-05,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.7910821,-49.3781115\",-20.7910821,-49.3781115,880,BRL,695.77,225.33,,,,,,1,,http://www.properati.com.br/ue04_alugar_apartamentos_sao-jose-do-rio-preto_rua-pedro-mulati,\"Ref.: AP95815Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Jardim ConceioCobertura, Dormitrios: 02, C/ A/e, Wc. Social, Box Wcs., Sala de Estar, Cozinha, Piscina, rea de Servio, rea de Lazer, Garagem Coberta: 01, rea Util M2: 65, Playground\",Ref.: AP95815 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Jardim Conceio,https://thumbs4.properati.com/3/0zqbkQ73LUnQeQMp0yntvzoZrq8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2458/Dv0976z6fjHNbJf7oAX0.jpg\nc15e079e557ec6ad9d86baede07324e678686764,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3800,BRL,3604.66,1167.39,,88,13.265795454545456,43.18181818181818,,,,http://www.properati.com.br/ifzr_alugar_comercial_saude,\"\tConjunto Comercial proximo do Metrô São Judas, com 76m², 2 banheiros, 2 vagas, 1 copa, predio 24 horas. Referíªncia: CO243\",\"Comercio no(a) Saúde , São Paulo - SP\",https://thumbs4.properati.com/4/h5_FesPCfkGnmz5ac8c3DvXy_cE=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/243/68c5314b-39b1-4ebd-af49-694d915540b0.jpg\n62cbd166c6e120af08202b4db367db83240ed7e1,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,8500,BRL,8063.11,2611.28,,300,8.704266666666667,28.333333333333332,,,,http://www.properati.com.br/ifw2_alugar_comercial_vila-olimpia,\"\t\t\tLindo(a) Comercio de 300 metros quadrados no bairro Vila Olímpia na cidade de São Paulo - SP.\t\t\t, 2 banheiro(s), 6 vagas(s) de garagem.\t \t\tCondições de Pagamento: \t \t \t \t\tCaracteristicas: Referíªncia: CO93\",\"Comercio no(a) Vila Olímpia , São Paulo - SP\",https://thumbs4.properati.com/1/gH6VwXVOHsfAy5JV8elaJg59lGA=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/93/4276fcba-994a-4296-9a35-65c580711457.jpg\n5a5bfb194fdbec1a633f5894a66c8bf45c8ae463,2015-01-06,rent,apartment,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,1100,BRL,869.7,281.66,,,,,,,,http://www.properati.com.br/vv2s_alugar_apartamentos_sao-jose-do-rio-preto,\"Ref.: AP95935Tipo: ApartamentoCidade: So Jos do Rio Preto - SPBairro: Vila Itlia..: Apartamento Residencial Na Vila Itlia, Apartamento, rea Util M2: 63, Dormitrios: 02, Closet , Tipo Apto.: 01, Wc. Social: 01, Sala de Tv, Cozinha: 01, Cozinha C/ A/e, Garagem Coberta: 01, Detalhes: Prdio Novo.\",Ref.: AP95935 Tipo: Apartamento Cidade: So Jos do Rio Preto - SP Bairro: Vila Itlia,https://thumbs4.properati.com/5/XPnfndqmnEKY04smTHRwdeanGd8=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2535/atPPaTZcVegFbIYjH45d.jpg\n8f0adde258e0b9ad5897ba55288b52005ca749a8,2014-07-16,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,,,,3200,BRL,3035.52,983.07,,100,9.8307,32,,,,http://www.properati.com.br/ifxp_alugar_comercial_republica,\"\tLoja/Galpão com mezanino, pé direito duplo, localizada na Av. Amaral Guegel, proximo da Consolação, 2 banheiro e 2 vagas demarcadas. Referíªncia: CO169\",\"Comercio no(a) República , São Paulo - SP\",https://thumbs4.properati.com/6/XJyKobKfgKlfwiO0SB2Tt2i0Y9w=/trim/198x0/smart/filters:strip_icc()/souzapinto.imobfusion01.com.br/accounts/souzapinto/data/photo/169/50b1ac29-6a0b-4488-aaa4-07bc131dd969.jpg\n480229dcb811d916f90a02ffd9c5b62e8a72ccbe,2014-10-15,rent,store,São Paulo,|Brasil|São Paulo|,Brasil,São Paulo,,\"-20.8168432,-49.3930989\",-20.8168432,-49.3930989,17000,BRL,13441.34,4353.05,,,,,,,,http://www.properati.com.br/re16_alugar_comercial_sao-jose-do-rio-preto,\"Ref.: CO95289Tipo: Predio ComercialCidade: So Jos do Rio Preto - SPBairro: Vila dos BancariosM2 rea Construida: 800, Garagem Descoberta: 20, Detalhes: Predio Comercial Com 10m Salas de 80 M Cada, Fica Em Um Pavimento Com Elevador, 20 Vagas Para Estacionar .\",Loja,https://thumbs4.properati.com/4/Z-A_sLSPQOFzDbPb8MkkcY9IwMU=/trim/198x0/smart/filters:strip_icc()/static.if2.com.br/acc/interplan/photos/2239/bsfsEYepcv9Cu4EHDvjU.jpg\n\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_content" } - ], - "schemaVersion": 32, - "tags": [ - "gdev", - "panel-tests", - "table" - ], - "templating": { - "list": [] + ], + "title": "No pagination, no footer", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 8, + "y": 0 + }, + "id": 6, + "options": { + "footer": { + "enablePagination": false, + "fields": "", + "reducer": ["sum"], + "show": true + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "No pagination, footer", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" }, - "timepicker": {}, - "timezone": "", - "title": "Panel Tests - Table - Pagination", - "uid": "1YGJxPUnz", - "version": 3, - "weekStart": "" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 16, + "y": 0 + }, + "id": 9, + "options": { + "footer": { + "enablePagination": false, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": false, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 8 + }, + "id": 7, + "options": { + "footer": { + "enablePagination": true, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Pagination, no footer", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 8 + }, + "id": 8, + "options": { + "footer": { + "enablePagination": true, + "fields": "", + "reducer": ["sum"], + "show": true + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Pagination and footer", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 0, + "y": 16 + }, + "id": 10, + "options": { + "footer": { + "enablePagination": true, + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": false, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Pagination, no footer, no header", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 8, + "y": 16 + }, + "id": 11, + "options": { + "footer": { + "enablePagination": true, + "fields": "", + "reducer": ["sum"], + "show": true + }, + "showHeader": false, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Pagination, footer, no header", + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [ + { + "options": { + "rent": { + "color": "yellow", + "index": 0 + } + }, + "type": "value" + } + ], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "property_type" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background" + }, + { + "id": "mappings", + "value": [ + { + "options": { + "store": { + "color": "blue", + "index": 0 + } + }, + "type": "value" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "title" + }, + "properties": [ + { + "id": "custom.width", + "value": 205 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Number of rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 66 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Description" + }, + "properties": [ + { + "id": "custom.inspect", + "value": true + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "URL" + }, + "properties": [ + { + "id": "links", + "value": [ + { + "targetBlank": true, + "title": "Show details", + "url": "${__value.raw}" + } + ] + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Surface" + }, + "properties": [ + { + "id": "custom.displayMode", + "value": "color-background-solid" + }, + { + "id": "thresholds", + "value": { + "mode": "absolute", + "steps": [ + { + "color": "dark-red", + "value": null + }, + { + "color": "orange", + "value": 100 + }, + { + "color": "yellow", + "value": 200 + }, + { + "color": "green", + "value": 300 + }, + { + "color": "#EAB839", + "value": 500 + }, + { + "color": "#6ED0E0", + "value": 1000 + }, + { + "color": "#EF843C", + "value": 2000 + } + ] + } + }, + { + "id": "unit", + "value": "areaM2" + }, + { + "id": "custom.width", + "value": 93 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Type" + }, + "properties": [ + { + "id": "custom.width", + "value": 94 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "City" + }, + "properties": [ + { + "id": "custom.width", + "value": 120 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Rooms" + }, + "properties": [ + { + "id": "custom.width", + "value": 77 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Price" + }, + "properties": [ + { + "id": "unit", + "value": "currencyUSD" + } + ] + } + ] + }, + "gridPos": { + "h": 8, + "w": 8, + "x": 16, + "y": 16 + }, + "id": 12, + "options": { + "footer": { + "enablePagination": true, + "fields": "", + "reducer": ["sum"], + "show": true + }, + "showHeader": false, + "sortBy": [ + { + "desc": true, + "displayName": "Surface" + } + ] + }, + "pluginVersion": "9.0.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "transformations": [ + { + "id": "organize", + "options": { + "excludeByName": { + "country_name": true, + "created_on": true, + "expenses": true, + "floor": true, + "geonames_id": true, + "id": true, + "image_thumbnail": true, + "lat": true, + "lat_lon": true, + "lon": true, + "operation": true, + "place_with_parent_names": true, + "price_aprox_local_currency": true, + "price_aprox_usd": true, + "state_name": true, + "surface_total_in_m2": true + }, + "indexByName": { + "country_name": 13, + "created_on": 9, + "currency": 19, + "description": 5, + "expenses": 24, + "floor": 7, + "geonames_id": 15, + "id": 0, + "image_thumbnail": 26, + "lat": 17, + "lat_lon": 16, + "lon": 18, + "operation": 8, + "place_name": 4, + "place_with_parent_names": 12, + "price": 11, + "price_aprox_local_currency": 20, + "price_aprox_usd": 21, + "price_per_m2": 23, + "price_usd_per_m2": 22, + "properati_url": 25, + "property_type": 2, + "rooms": 6, + "state_name": 14, + "surface_covered_in_m2": 3, + "surface_total_in_m2": 10, + "title": 1 + }, + "renameByName": { + "description": "Description", + "place_name": "City", + "price": "Price", + "properati_url": "URL", + "property_type": "Type", + "rooms": "Rooms", + "surface_covered_in_m2": "Surface", + "title": "Property name" + } + } + } + ], + "type": "table" + } + ], + "schemaVersion": 32, + "tags": ["gdev", "panel-tests", "table"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Panel Tests - Table - Pagination", + "uid": "1YGJxPUnz", + "version": 3, + "weekStart": "" } diff --git a/devenv/dev-dashboards/panel-table/table_sparkline_cell.json b/devenv/dev-dashboards/panel-table/table_sparkline_cell.json index 24ec5a57326..d36609b1678 100644 --- a/devenv/dev-dashboards/panel-table/table_sparkline_cell.json +++ b/devenv/dev-dashboards/panel-table/table_sparkline_cell.json @@ -23,8 +23,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -69,9 +68,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -80,8 +77,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -103,8 +99,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -151,9 +146,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -162,8 +155,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -185,8 +177,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -233,9 +224,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -244,8 +233,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -267,8 +255,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -317,9 +304,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -328,8 +313,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -351,8 +335,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -401,9 +384,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -412,8 +393,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -435,8 +415,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -487,9 +466,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -498,8 +475,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "ca3da78e-6bcc-4a2a-a080-d338a14528ca" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -521,8 +497,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -566,9 +541,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true diff --git a/devenv/dev-dashboards/panel-table/table_tests.json b/devenv/dev-dashboards/panel-table/table_tests.json index a8d0a0d5253..be4041d45d6 100644 --- a/devenv/dev-dashboards/panel-table/table_tests.json +++ b/devenv/dev-dashboards/panel-table/table_tests.json @@ -19,7 +19,9 @@ "panels": [ { "columns": [], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 11, @@ -114,7 +116,9 @@ "value": "current" } ], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 11, @@ -196,7 +200,9 @@ }, { "columns": [], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 7, @@ -260,7 +266,9 @@ }, { "columns": [], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 8, @@ -342,7 +350,9 @@ }, { "columns": [], - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fontSize": "100%", "gridPos": { "h": 10, @@ -431,11 +441,7 @@ ], "refresh": false, "schemaVersion": 16, - "tags": [ - "gdev", - "panel-tests", - "table" - ], + "tags": ["gdev", "panel-tests", "table"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-table/table_tests_new.json b/devenv/dev-dashboards/panel-table/table_tests_new.json index e928e9fc578..801b6e3fbd9 100644 --- a/devenv/dev-dashboards/panel-table/table_tests_new.json +++ b/devenv/dev-dashboards/panel-table/table_tests_new.json @@ -36,8 +36,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -139,9 +138,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -157,8 +154,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -171,18 +167,16 @@ { "id": "reduce", "options": { - "reducers": [ - "max", - "mean", - "last" - ] + "reducers": ["max", "mean", "last"] } } ], "type": "table" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -276,9 +270,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -294,8 +286,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk_table", @@ -329,7 +320,9 @@ "type": "table" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -423,9 +416,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -436,8 +427,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "labels": "cluster=eu,service=checkout", "min": 0.1, @@ -466,7 +456,9 @@ "type": "table" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -598,9 +590,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -610,8 +600,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "labels": "cluster=eu,service=checkout", "min": 0.1, @@ -621,8 +610,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "hide": false, "labels": "cluster=eu,service=checkout", @@ -678,8 +666,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -762,9 +749,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true, @@ -775,8 +760,7 @@ { "alias": "S1", "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "labels": "server=A", "refId": "A", @@ -787,8 +771,7 @@ { "alias": "S2", "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "labels": "server=B", "refId": "B", @@ -799,8 +782,7 @@ { "alias": "S3", "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "labels": "server=C", "refId": "C", @@ -820,8 +802,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -873,9 +854,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": false, @@ -891,8 +870,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk_table", @@ -925,8 +903,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -968,9 +945,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": true }, "showHeader": true, @@ -980,8 +955,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "refId": "A" } @@ -993,11 +967,7 @@ "preload": false, "refresh": "", "schemaVersion": 41, - "tags": [ - "gdev", - "panel-tests", - "table" - ], + "tags": ["gdev", "panel-tests", "table"], "templating": { "list": [] }, @@ -1006,17 +976,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Panel Tests - React Table", diff --git a/devenv/dev-dashboards/panel-text/text-options.json b/devenv/dev-dashboards/panel-text/text-options.json index 696bda08d52..bff4a12bfd0 100644 --- a/devenv/dev-dashboards/panel-text/text-options.json +++ b/devenv/dev-dashboards/panel-text/text-options.json @@ -29,7 +29,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 9, "w": 12, @@ -50,8 +52,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -61,7 +62,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 9, "w": 12, @@ -82,8 +85,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -93,7 +95,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 9, "w": 12, @@ -114,8 +118,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -125,7 +128,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 9, "w": 12, @@ -146,8 +151,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -165,16 +169,11 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "definition": "*", "hide": 0, @@ -198,16 +197,11 @@ { "current": { "selected": false, - "text": [ - "All" - ], - "value": [ - "$__all" - ] + "text": ["All"], + "value": ["$__all"] }, "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "definition": "$datacenter.*", "hide": 0, @@ -231,18 +225,11 @@ { "current": { "selected": false, - "text": [ - "AAA", - "ACB" - ], - "value": [ - "AAA", - "ACB" - ] + "text": ["AAA", "ACB"], + "value": ["AAA", "ACB"] }, "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "definition": "$datacenter.$server.*", "hide": 0, @@ -289,17 +276,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Text options", diff --git a/devenv/dev-dashboards/panel-timeline/timeline-align-endtime.json b/devenv/dev-dashboards/panel-timeline/timeline-align-endtime.json index 8542c7349b6..67fe2391167 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-align-endtime.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-align-endtime.json @@ -23,8 +23,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -85,8 +84,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"name\": \"A\",\n \"fields\": [\n {\n \"name\": \"channel\",\n \"config\": {\n \"selector\": \"channel\"\n },\n \"type\": \"string\"\n },\n {\n \"name\": \"name\",\n \"config\": {\n \"selector\": \"name\"\n },\n \"type\": \"string\"\n },\n {\n \"name\": \"starttime\",\n \"config\": {\n \"selector\": \"starttime\"\n },\n \"type\": \"string\"\n },\n {\n \"name\": \"endtime\",\n \"config\": {\n \"selector\": \"endtime\"\n },\n \"type\": \"string\"\n },\n {\n \"name\": \"duration_minutes\",\n \"config\": {\n \"selector\": \"duration_minutes\"\n },\n \"type\": \"number\"\n },\n {\n \"name\": \"state\",\n \"config\": {\n \"selector\": \"state\"\n },\n \"type\": \"string\"\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n \"Channel 1\",\n \"Channel 2\",\n \"Channel 1\",\n \"Channel 2\"\n ],\n [\n \"Event 1\",\n \"Event 2\",\n \"Event 3\",\n \"Event 4\"\n ],\n [\n \"2024-02-28T08:00:00Z\",\n \"2024-02-28T09:00:00Z\",\n \"2024-02-28T11:00:00Z\",\n \"2024-02-28T12:30:00Z\"\n ],\n [\n \"2024-02-28T10:00:00Z\",\n \"2024-02-28T10:30:00Z\",\n \"2024-02-28T14:00:00Z\",\n \"2024-02-28T13:30:00Z\"\n ],\n [\n 120,\n 90,\n 180,\n 60\n ],\n [\n \"OK\",\n \"ERROR\",\n \"NO_DATA\",\n \"WARNING\"\n ]\n ]\n }\n }\n]", "refId": "A", @@ -131,12 +129,7 @@ { "destinationType": "enum", "enumConfig": { - "text": [ - "OK", - "ERROR", - "NO_DATA", - "WARNING" - ] + "text": ["OK", "ERROR", "NO_DATA", "WARNING"] }, "targetField": "state" } @@ -147,9 +140,7 @@ { "id": "partitionByValues", "options": { - "fields": [ - "channel" - ], + "fields": ["channel"], "keepFields": false, "naming": { "asLabels": false @@ -161,8 +152,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -225,8 +215,7 @@ "alias": "Channel 1", "csvContent": "starttime,endtime,state\n1709107200000,1709114400000,OK\n1709118000000,1709128800000,NO_DATA", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -235,8 +224,7 @@ "alias": "Channel 2", "csvContent": "starttime,endtime,state\n1709110800000,1709116200000,ERROR\n1709123400000,1709127000000,WARNING", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -248,12 +236,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "demo" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "demo"], "templating": { "list": [] }, @@ -268,4 +251,4 @@ "uid": "cdf3gkge5reo0f", "version": 4, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-timeline/timeline-align-nulls-retain.json b/devenv/dev-dashboards/panel-timeline/timeline-align-nulls-retain.json index 49907cca771..8d2f86bcdd7 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-align-nulls-retain.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-align-nulls-retain.json @@ -23,8 +23,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -176,8 +175,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"Dose\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Dose\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Dose\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"Dose\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1697781872300,\n 1697781963303,\n 1697784138453,\n 1697784160451\n ],\n [\n \"Cold Water Dosing Active (150 ltrs)\",\n null,\n \"Hot Water Dosing Active (50 ltrs)\",\n null\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"Mix\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Mix\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Mix\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"Mix\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1697778291972,\n 1697778393992,\n 1697778986994,\n 1697786485890\n ],\n [\n \"Running Constant Forward\",\n null,\n \"Running Constant Forward\",\n null\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"Cook\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Cook\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Cook\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"Cook\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1697779163986,\n 1697779921045,\n 1697780221094,\n 1697780521111,\n 1697781186192,\n 1697781786291,\n 1697783332361,\n 1697783784395,\n 1697783790397,\n 1697784146478,\n 1697784517471,\n 1697784523487,\n 1697784949480,\n 1697785369505\n ],\n [\n \"Heating to Setpoint (92c)\",\n \"Stage Time Running (5 mins)\",\n null,\n \"Heating to Setpoint (96c)\",\n \"Stage Time Running (10 mins)\",\n null,\n \"Heating to Setpoint (92c)\",\n \"Stage Time Running (0 mins)\",\n null,\n \"Heating to Setpoint (92c)\",\n \"Stage Time Running (0 mins)\",\n null,\n \"CCP in Progress (7 mins)\",\n null\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"Shear\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Shear\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Int. Shear\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"Int. Shear\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1697782100330,\n 1697782832342\n ],\n [\n \"Shearing Active (12 mins)\",\n null\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"Recirc\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Recirc\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Ext. Shear\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": []\n },\n \"data\": {\n \"values\": []\n }\n },\n {\n \"schema\": {\n \"refId\": \"Transfer\",\n \"meta\": {\n \"executedQueryString\": \"from(bucket: \\\"data\\\")\\r\\n |> range(start: 2023-10-20T05:04:00Z, stop: 2023-10-20T07:22:00Z)\\r\\n |> filter(fn: (r) => r[\\\"_field\\\"] == \\\"FactoryManager_Analogs_DB.A01C02U09.PHS.Transfer\\\")\\r\\n |> keep(columns: [\\\"_time\\\", \\\"_value\\\"])\\r\\n |> map(fn: (r) => ({ \\r\\n \\\"Transfer\\\": r._value,\\r\\n time: r._time,\\r\\n }))\\r\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {},\n \"name\": \"Transfer\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1697785713869,\n 1697785753879,\n 1697785764887,\n 1697785875872,\n 1697786481929\n ],\n [\n \"Pre-Start Drain\",\n null,\n \"Build Pressure (0.6 Barg)\",\n \"Transfer in progress (0.7 Barg)\",\n \"Wait for pressure dissipation (0.2 Barg)\"\n ]\n ]\n }\n }\n]", "refId": "A", @@ -190,12 +188,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "demo" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "demo"], "templating": { "list": [] }, @@ -210,4 +203,4 @@ "uid": "edf55caay3w8wa", "version": 4, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-timeline/timeline-demo.json b/devenv/dev-dashboards/panel-timeline/timeline-demo.json index e25aa23ce1c..37daf4e71f1 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-demo.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-demo.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -128,7 +128,7 @@ "type": "state-timeline" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -231,7 +231,7 @@ "type": "state-timeline" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "description": "Should show gaps", "fieldConfig": { "defaults": { @@ -334,7 +334,7 @@ "type": "state-timeline" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -428,12 +428,7 @@ ], "refresh": false, "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "demo" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "demo"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeline/timeline-modes.json b/devenv/dev-dashboards/panel-timeline/timeline-modes.json index 7c4d9ee05c3..348f6b97b62 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-modes.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-modes.json @@ -29,7 +29,7 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -89,26 +89,11 @@ }, "lines": 10, "points": [ - [ - 0, - 1616551651000 - ], - [ - 1, - 1616556554000 - ], - [ - 2, - 1616559873000 - ], - [ - 0, - 1616561077000 - ], - [ - 3, - 1616563090000 - ] + [0, 1616551651000], + [1, 1616556554000], + [2, 1616559873000], + [0, 1616561077000], + [3, 1616563090000] ], "pulseWave": { "offCount": 3, @@ -137,22 +122,10 @@ "hide": false, "lines": 10, "points": [ - [ - 4, - 1616555060000 - ], - [ - 5, - 1616560081000 - ], - [ - 4, - 1616562217000 - ], - [ - 5, - 1616565458000 - ] + [4, 1616555060000], + [5, 1616560081000], + [4, 1616562217000], + [5, 1616565458000] ], "pulseWave": { "offCount": 3, @@ -174,31 +147,13 @@ }, { "points": [ - [ - 4, - 1616557148000 - ], - [ - 1616558756000 - ], - [ - 4, - 1616561658000 - ], - [ - 1616562446000 - ], - [ - 4, - 1616564104000 - ], - [ - 1616564548000 - ], - [ - 4, - 1616564871000 - ] + [4, 1616557148000], + [1616558756000], + [4, 1616561658000], + [1616562446000], + [4, 1616564104000], + [1616564548000], + [4, 1616564871000] ], "refId": "C", "scenarioId": "manual_entry" @@ -208,7 +163,7 @@ "type": "state-timeline" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -282,7 +237,7 @@ "type": "state-timeline" }, { - "datasource": { "type": "testdata" }, + "datasource": { "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { "color": { @@ -372,11 +327,7 @@ ], "refresh": false, "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeline/timeline-thresholds-mappings.json b/devenv/dev-dashboards/panel-timeline/timeline-thresholds-mappings.json index d1f0d745117..2a196670bc1 100644 --- a/devenv/dev-dashboards/panel-timeline/timeline-thresholds-mappings.json +++ b/devenv/dev-dashboards/panel-timeline/timeline-thresholds-mappings.json @@ -29,7 +29,7 @@ "panels": [ { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -92,8 +92,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -105,7 +104,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -176,8 +175,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -189,7 +187,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -260,8 +258,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -273,7 +270,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -369,8 +366,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -382,7 +378,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -486,8 +482,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -499,7 +494,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -616,8 +611,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -629,7 +623,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -692,8 +686,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n },\n {\n \"color\": \"#EAB839\",\n \"value\": 10\n },\n {\n \"color\": \"red\",\n \"value\": 15\n },\n {\n \"color\": \"#6ED0E0\",\n \"value\": 25\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1674732835000,\n 1674736435000,\n 1674740035000,\n 1674743635000\n ],\n [\n 5,\n 10,\n 20,\n 30\n ]\n ]\n }\n }\n]", "refId": "A", @@ -705,7 +698,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -768,8 +761,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -777,8 +769,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "max": 30, @@ -808,7 +799,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -891,8 +882,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1674732835000,\n 1674736435000,\n 1674740035000,\n 1674743635000,\n 1674747235000\n ],\n [\n 5,\n null,\n 20,\n null,\n 40\n ]\n ],\n \"entities\": [null, { \"NaN\": [3]}]\n }\n }\n]", "refId": "A", @@ -904,7 +894,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -976,8 +966,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1674732835000,\n 1674736435000,\n 1674740035000,\n 1674743635000,\n 1674747235000\n ],\n [\n 5,\n null,\n 20,\n null,\n 40\n ]\n ],\n \"entities\": [null, { \"NaN\": [1]}]\n }\n }\n]", "refId": "A", @@ -989,7 +978,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1071,8 +1060,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"int64\",\n \"nullable\": true\n },\n \"config\": {\n \"thresholds\": {\n \"mode\": \"absolute\",\n \"steps\": [\n {\n \"color\": \"green\",\n \"value\": null\n }\n ]\n }\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1674732835000,\n 1674736435000,\n 1674740035000,\n 1674743635000,\n 1674747235000,\n 1674750835000,\n 1674754235000,\n 1674757835000\n ],\n [\n null,\n null,\n false,\n true,\n true,\n false,\n true,\n null\n ]\n ],\n \"entities\": [null, { \"NaN\": [0], \"Undefined\": [1]}]\n }\n }\n]", "refId": "A", @@ -1086,12 +1074,7 @@ "preload": false, "refresh": "", "schemaVersion": 41, - "tags": [ - "gdev", - "panel-tests", - "state-timeline", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "state-timeline", "graph-ng"], "templating": { "list": [] }, @@ -1104,4 +1087,4 @@ "title": "StateTimeline - Thresholds & Mappings", "uid": "Kce7z9TVz", "version": 18 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-bars-high-density.json b/devenv/dev-dashboards/panel-timeseries/timeseries-bars-high-density.json index 49e47870c71..158a1750a76 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-bars-high-density.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-bars-high-density.json @@ -1,600 +1,592 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 812, - "links": [], - "liveNow": false, - "panels": [ + "annotations": { + "list": [ { + "builtIn": 1, "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana", + "uid": "-- Grafana --" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 1, - "maxDataPoints": 500, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 1 - } - ], - "title": "Dense (stroke only)", - "type": "timeseries" - }, - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 4, - "maxDataPoints": 50, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "random_walk", - "seriesCount": 1 - } - ], - "title": "Normal (stroke only)", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 60, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 0, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 0, - "y": 10 - }, - "id": 2, - "maxDataPoints": 500, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 1, - "refId": "A" - } - ], - "title": "Dense (fill only)", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 60, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 0, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 12, - "y": 10 - }, - "id": 3, - "maxDataPoints": 50, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 4, - "refId": "A" - } - ], - "title": "Normal (fill only)", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 20, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 0, - "y": 20 - }, - "id": 6, - "maxDataPoints": 500, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 1, - "refId": "A" - } - ], - "title": "Dense (stroke + fill)", - "type": "timeseries" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "bars", - "fillOpacity": 20, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 12, - "x": 12, - "y": 20 - }, - "id": 5, - "maxDataPoints": 50, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 4, - "refId": "A" - } - ], - "title": "Normal (stroke + fill)", - "type": "timeseries" + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" } - ], - "refresh": "", - "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 812, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 1, + "maxDataPoints": 500, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 1 + } + ], + "title": "Dense (stroke only)", + "type": "timeseries" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 4, + "maxDataPoints": 50, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "random_walk", + "seriesCount": 1 + } + ], + "title": "Normal (stroke only)", + "type": "timeseries" }, - "timepicker": {}, - "timezone": "", - "title": "Panel Tests - TimeSeries - bars high density (stroke + fill)", - "uid": "c295a76e-79d3-43b3-a688-ef0373224158", - "version": 3, - "weekStart": "" - } \ No newline at end of file + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 60, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 0, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 0, + "y": 10 + }, + "id": 2, + "maxDataPoints": 500, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 1, + "refId": "A" + } + ], + "title": "Dense (fill only)", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 60, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 0, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 12, + "y": 10 + }, + "id": 3, + "maxDataPoints": 50, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 4, + "refId": "A" + } + ], + "title": "Normal (fill only)", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 0, + "y": 20 + }, + "id": 6, + "maxDataPoints": 500, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 1, + "refId": "A" + } + ], + "title": "Dense (stroke + fill)", + "type": "timeseries" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "bars", + "fillOpacity": 20, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 12, + "x": 12, + "y": 20 + }, + "id": 5, + "maxDataPoints": 50, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 4, + "refId": "A" + } + ], + "title": "Normal (stroke + fill)", + "type": "timeseries" + } + ], + "refresh": "", + "schemaVersion": 39, + "tags": ["gdev", "panel-tests", "graph-ng"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Panel Tests - TimeSeries - bars high density (stroke + fill)", + "uid": "c295a76e-79d3-43b3-a688-ef0373224158", + "version": 3, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-by-value-color-schemes.json b/devenv/dev-dashboards/panel-timeseries/timeseries-by-value-color-schemes.json index 11671725397..9271ecea7d9 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-by-value-color-schemes.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-by-value-color-schemes.json @@ -29,8 +29,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -116,8 +115,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -129,8 +127,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -216,8 +213,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -229,8 +225,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -315,8 +310,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -328,8 +322,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -410,8 +403,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -521,8 +513,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -608,8 +599,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 40, "min": 0, @@ -931,8 +921,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1021,8 +1010,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "max": 45, "min": 20, @@ -1034,8 +1022,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "max": 20, @@ -1052,11 +1039,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-formats.json b/devenv/dev-dashboards/panel-timeseries/timeseries-formats.json index 9740e74a16b..bd42409a2f2 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-formats.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-formats.json @@ -79,9 +79,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 0, @@ -103,128 +101,20 @@ "data": { "values": [ [ - 1677256641358, - 1677257007358, - 1677257373358, - 1677257739358, - 1677258105358, - 1677258471358, - 1677258837358, - 1677259203358, - 1677259569358, - 1677259935358, - 1677260301358, - 1677260667358, - 1677261033358, - 1677261399358, - 1677261765358, - 1677262131358, - 1677262497358, - 1677262863358, - 1677263229358, - 1677263595358, - 1677263961358, - 1677264327358, - 1677264693358, - 1677265059358, - 1677265425358, - 1677265791358, - 1677266157358, - 1677266523358, - 1677266889358, - 1677267255358, - 1677267621358, - 1677267987358, - 1677268353358, - 1677268719358, - 1677269085358, - 1677269451358, - 1677269817358, - 1677270183358, - 1677270549358, - 1677270915358, - 1677271281358, - 1677271647358, - 1677272013358, - 1677272379358, - 1677272745358, - 1677273111358, - 1677273477358, - 1677273843358, - 1677274209358, - 1677274575358, - 1677274941358, - 1677275307358, - 1677275673358, - 1677276039358, - 1677276405358, - 1677276771358, - 1677277137358, - 1677277503358, - 1677277869358, - 1677278235358 + 1677256641358, 1677257007358, 1677257373358, 1677257739358, 1677258105358, 1677258471358, + 1677258837358, 1677259203358, 1677259569358, 1677259935358, 1677260301358, 1677260667358, + 1677261033358, 1677261399358, 1677261765358, 1677262131358, 1677262497358, 1677262863358, + 1677263229358, 1677263595358, 1677263961358, 1677264327358, 1677264693358, 1677265059358, + 1677265425358, 1677265791358, 1677266157358, 1677266523358, 1677266889358, 1677267255358, + 1677267621358, 1677267987358, 1677268353358, 1677268719358, 1677269085358, 1677269451358, + 1677269817358, 1677270183358, 1677270549358, 1677270915358, 1677271281358, 1677271647358, + 1677272013358, 1677272379358, 1677272745358, 1677273111358, 1677273477358, 1677273843358, + 1677274209358, 1677274575358, 1677274941358, 1677275307358, 1677275673358, 1677276039358, + 1677276405358, 1677276771358, 1677277137358, 1677277503358, 1677277869358, 1677278235358 ], [ - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7, - 4, - 6, - 8, - 10, - 1, - 3, - 5, - 7 + 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7, 4, 6, 8, 10, + 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7, 4, 6, 8, 10, 1, 3, 5, 7 ], [ "a", @@ -394,10 +284,7 @@ ], "meta": { "type": "timeseries-long", - "typeVersion": [ - 0, - 0 - ] + "typeVersion": [0, 0] }, "name": "New Frame", "refId": "A" @@ -407,128 +294,20 @@ "data": { "values": [ [ - 1677256641358, - 1677257007358, - 1677257373358, - 1677257739358, - 1677258105358, - 1677258471358, - 1677258837358, - 1677259203358, - 1677259569358, - 1677259935358, - 1677260301358, - 1677260667358, - 1677261033358, - 1677261399358, - 1677261765358, - 1677262131358, - 1677262497358, - 1677262863358, - 1677263229358, - 1677263595358, - 1677263961358, - 1677264327358, - 1677264693358, - 1677265059358, - 1677265425358, - 1677265791358, - 1677266157358, - 1677266523358, - 1677266889358, - 1677267255358, - 1677267621358, - 1677267987358, - 1677268353358, - 1677268719358, - 1677269085358, - 1677269451358, - 1677269817358, - 1677270183358, - 1677270549358, - 1677270915358, - 1677271281358, - 1677271647358, - 1677272013358, - 1677272379358, - 1677272745358, - 1677273111358, - 1677273477358, - 1677273843358, - 1677274209358, - 1677274575358, - 1677274941358, - 1677275307358, - 1677275673358, - 1677276039358, - 1677276405358, - 1677276771358, - 1677277137358, - 1677277503358, - 1677277869358, - 1677278235358 + 1677256641358, 1677257007358, 1677257373358, 1677257739358, 1677258105358, 1677258471358, + 1677258837358, 1677259203358, 1677259569358, 1677259935358, 1677260301358, 1677260667358, + 1677261033358, 1677261399358, 1677261765358, 1677262131358, 1677262497358, 1677262863358, + 1677263229358, 1677263595358, 1677263961358, 1677264327358, 1677264693358, 1677265059358, + 1677265425358, 1677265791358, 1677266157358, 1677266523358, 1677266889358, 1677267255358, + 1677267621358, 1677267987358, 1677268353358, 1677268719358, 1677269085358, 1677269451358, + 1677269817358, 1677270183358, 1677270549358, 1677270915358, 1677271281358, 1677271647358, + 1677272013358, 1677272379358, 1677272745358, 1677273111358, 1677273477358, 1677273843358, + 1677274209358, 1677274575358, 1677274941358, 1677275307358, 1677275673358, 1677276039358, + 1677276405358, 1677276771358, 1677277137358, 1677277503358, 1677277869358, 1677278235358 ], [ - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2, - 3, - 5, - 6, - 3, - 1, - 2, - 3, - 2 + 1, 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2, 3, 5, 6, 3, 1, + 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2, 3, 5, 6, 3, 1, 2, 3, 2 ], [ "e", @@ -698,10 +477,7 @@ ], "meta": { "type": "timeseries-long", - "typeVersion": [ - 0, - 0 - ] + "typeVersion": [0, 0] }, "name": "New Frame", "refId": "B" @@ -803,7 +579,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 8, "w": 5, @@ -825,7 +603,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -899,8 +679,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-nulls.json b/devenv/dev-dashboards/panel-timeseries/timeseries-nulls.json index a757845daa9..4e8da5c78df 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-nulls.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-nulls.json @@ -29,10 +29,7 @@ { "asDropdown": true, "icon": "external link", - "tags": [ - "gdev", - "graph-ng" - ], + "tags": ["gdev", "graph-ng"], "title": "Graph Tests", "type": "dashboards" } @@ -53,8 +50,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "This visualizes a time series of enumerated values, displaying minimum, maximum, and average values over time to track fluctuations and trends", "fieldConfig": { @@ -167,10 +163,10 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, - "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"name\": \"A\",\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Min\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Max\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Status\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686730601000,\n 1686730610000,\n 1686730615000,\n 1686730635000,\n 1686730666000,\n 1686730679000,\n 1686730700000,\n 1686730705000\n ],\n [\n 97.56700088585262,\n 97.51875596242603,\n 97.88367836664669,\n 97.64813860191066,\n 97.46344237059202,\n 97.06932713353162,\n 97.11185691118344,\n 97.4315327939052\n ],\n [\n 96.17381933561288,\n 96.86449303671965,\n 95.5851820937877,\n 96.94658694041154,\n 96.7433590164638,\n 96.74913605945137,\n 95.61938577725707,\n 96.24186355022567\n ],\n [\n 99.69898997339244,\n 98.68620205532211,\n 99.5800005905314,\n 98.2998754185445,\n 98.02873998081307,\n 99.01798295660049,\n 97.95260164072228,\n 98.24811606848421\n ],\n [\n \"ON\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"STANDBY\",\n \"OFF\"\n ]\n ]\n }\n }\n]", "refId": "A", + "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"name\": \"A\",\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Min\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Max\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Status\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686730601000,\n 1686730610000,\n 1686730615000,\n 1686730635000,\n 1686730666000,\n 1686730679000,\n 1686730700000,\n 1686730705000\n ],\n [\n 97.56700088585262,\n 97.51875596242603,\n 97.88367836664669,\n 97.64813860191066,\n 97.46344237059202,\n 97.06932713353162,\n 97.11185691118344,\n 97.4315327939052\n ],\n [\n 96.17381933561288,\n 96.86449303671965,\n 95.5851820937877,\n 96.94658694041154,\n 96.7433590164638,\n 96.74913605945137,\n 95.61938577725707,\n 96.24186355022567\n ],\n [\n 99.69898997339244,\n 98.68620205532211,\n 99.5800005905314,\n 98.2998754185445,\n 98.02873998081307,\n 99.01798295660049,\n 97.95260164072228,\n 98.24811606848421\n ],\n [\n \"ON\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"STANDBY\",\n \"OFF\"\n ]\n ]\n }\n }\n]", + "refId": "A", "scenarioId": "raw_frame" } ], @@ -183,11 +179,7 @@ { "destinationType": "enum", "enumConfig": { - "text": [ - "OFF", - "STANDBY", - "ON" - ] + "text": ["OFF", "STANDBY", "ON"] }, "targetField": "Status" } @@ -200,8 +192,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -288,8 +279,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"name\": \"A\",\n \"fields\": [\n {\n \"name\": \"Time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Value\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Min\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Max\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"config\": {}\n },\n {\n \"name\": \"Status\",\n \"type\": \"string\",\n \"typeInfo\": {\n \"frame\": \"string\",\n \"nullable\": true\n },\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686730601000,\n 1686730610000,\n 1686730615000,\n 1686730635000,\n 1686730666000,\n 1686730679000,\n 1686730700000,\n 1686730705000\n ],\n [\n 97.56700088585262,\n 97.51875596242603,\n 97.88367836664669,\n 97.64813860191066,\n 97.46344237059202,\n 97.06932713353162,\n 97.11185691118344,\n 97.4315327939052\n ],\n [\n 96.17381933561288,\n 96.86449303671965,\n 95.5851820937877,\n 96.94658694041154,\n 96.7433590164638,\n 96.74913605945137,\n 95.61938577725707,\n 96.24186355022567\n ],\n [\n 99.69898997339244,\n 98.68620205532211,\n 99.5800005905314,\n 98.2998754185445,\n 98.02873998081307,\n 99.01798295660049,\n 97.95260164072228,\n 98.24811606848421\n ],\n [\n \"ON\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"OFF\",\n \"ON\",\n \"STANDBY\",\n \"OFF\"\n ]\n ]\n }\n }\n]", "refId": "A", @@ -305,11 +295,7 @@ { "destinationType": "enum", "enumConfig": { - "text": [ - "OFF", - "STANDBY", - "ON" - ] + "text": ["OFF", "STANDBY", "ON"] }, "targetField": "Status" } @@ -335,7 +321,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -447,7 +433,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "Series A have no nulls and is not aligned with series B", "fieldConfig": { @@ -569,7 +555,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -711,7 +697,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -823,7 +809,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "Series A have no nulls and is not aligned with series B", "fieldConfig": { @@ -945,7 +931,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "description": "Should look the same as above\n", "fieldConfig": { @@ -1087,7 +1073,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1235,7 +1221,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1383,7 +1369,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1474,7 +1460,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1556,8 +1542,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1569,7 +1554,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1649,8 +1634,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1662,7 +1646,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1742,8 +1726,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1755,7 +1738,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1835,8 +1818,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1848,7 +1830,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1928,8 +1910,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1941,7 +1922,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2021,8 +2002,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -2034,7 +2014,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2114,8 +2094,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -2127,7 +2106,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2207,8 +2186,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -2220,7 +2198,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2300,8 +2278,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -2326,8 +2303,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2409,8 +2385,7 @@ "alias": "", "csvContent": "time, val\n2023-06-14T08:16:41Z, 20\n2023-06-14T08:16:42Z, 22\n2023-06-14T08:16:43Z, 24\n2023-06-14T08:16:45Z, 10\n2023-06-14T08:16:46Z, 12\n2023-06-14T08:17:46Z, 13\n2023-06-14T08:17:47Z, 14\n2023-06-14T08:17:57Z, 20\n2023-06-14T08:17:58Z, null\n2023-06-14T08:18:00Z, 22\n2023-06-14T08:18:25Z, 22", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2421,7 +2396,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2503,8 +2478,7 @@ "alias": "", "csvContent": "x, val\n1, 20\n2, 22\n3, 24\n5, 10\n6, 12\n66, 13\n67, 14\n77, 20\n78, null\n80, 22\n105, 22", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2515,7 +2489,7 @@ }, { "datasource": { - "type": "testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -2592,8 +2566,7 @@ "alias": "", "csvContent": "time, val\n2023-06-14T08:16:41Z, 20\n2023-06-14T08:16:42Z, 22\n2023-06-14T08:16:43Z, 24\n2023-06-14T08:16:45Z, 10\n2023-06-14T08:16:46Z, 12\n2023-06-14T08:17:46Z, 13\n2023-06-14T08:17:47Z, 14\n2023-06-14T08:17:57Z, 20\n2023-06-14T08:17:58Z, null\n2023-06-14T08:18:00Z, 22\n2023-06-14T08:18:25Z, 22", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3428,15 +3401,7 @@ "preload": false, "refresh": false, "schemaVersion": 41, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "timeseries", - "trend", - "state-timeline", - "transform" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "timeseries", "trend", "state-timeline", "transform"], "templating": { "list": [] }, @@ -3449,4 +3414,4 @@ "title": "Panel Tests - Graph NG - Discrete panels", "uid": "8mmCAF1Mz", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-out-of-rage.json b/devenv/dev-dashboards/panel-timeseries/timeseries-out-of-rage.json index 383085604f0..b368963cc47 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-out-of-rage.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-out-of-rage.json @@ -1,512 +1,498 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1435, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 10, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 8, - "x": 0, - "y": 0 - }, - "id": 3, - "maxDataPoints": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T06:00:00Z,100,Middle", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Before + Middle", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 10, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 8, - "x": 8, - "y": 0 - }, - "id": 2, - "maxDataPoints": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T07:00:00Z,100,After\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Before + After", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 10, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 8, - "x": 16, - "y": 0 - }, - "id": 4, - "maxDataPoints": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "Time,Value,Name\n2022-09-01T06:00:00Z,100,Middle\n2022-09-01T07:00:00Z,100,After\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Middle + After", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 10, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 0, - "y": 9 - }, - "id": 5, - "maxDataPoints": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "Time,Value,Name\n2022-09-01T04:00:00Z,100,Before1\n2022-09-01T05:00:00Z,100,Before2\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Two points before (show zoom button)", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "fixedColor": "blue", - "mode": "fixed" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 10, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 12, - "x": 12, - "y": 9 - }, - "id": 6, - "maxDataPoints": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "pluginVersion": "9.4.0-pre", - "targets": [ - { - "csvContent": "Time,Value,Name\n2022-09-01T07:00:00Z,100,After1\n2022-09-01T08:00:00Z,100,After2\n", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_content" - } - ], - "title": "Two points after (show zoom button)", - "type": "timeseries" + "type": "dashboard" } - ], - "refresh": false, - "schemaVersion": 37, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1435, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 10, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 0, + "y": 0 + }, + "id": 3, + "maxDataPoints": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T06:00:00Z,100,Middle", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Before + Middle", + "type": "timeseries" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 10, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 8, + "y": 0 + }, + "id": 2, + "maxDataPoints": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T07:00:00Z,100,After\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Before + After", + "type": "timeseries" }, - "timepicker": {}, - "timezone": "", - "title": "Panel Tests - Timeseries - Out of range", - "uid": "pqnrfd4Vz", - "version": 1, - "weekStart": "" - } + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 10, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 8, + "x": 16, + "y": 0 + }, + "id": 4, + "maxDataPoints": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "Time,Value,Name\n2022-09-01T06:00:00Z,100,Middle\n2022-09-01T07:00:00Z,100,After\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Middle + After", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 10, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 5, + "maxDataPoints": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "Time,Value,Name\n2022-09-01T04:00:00Z,100,Before1\n2022-09-01T05:00:00Z,100,Before2\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Two points before (show zoom button)", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "fixedColor": "blue", + "mode": "fixed" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 10, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 6, + "maxDataPoints": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "pluginVersion": "9.4.0-pre", + "targets": [ + { + "csvContent": "Time,Value,Name\n2022-09-01T07:00:00Z,100,After1\n2022-09-01T08:00:00Z,100,After2\n", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_content" + } + ], + "title": "Two points after (show zoom button)", + "type": "timeseries" + } + ], + "refresh": false, + "schemaVersion": 37, + "tags": ["gdev", "panel-tests", "graph-ng"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Panel Tests - Timeseries - Out of range", + "uid": "pqnrfd4Vz", + "version": 1, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-shared-tooltip-cursor-position.json b/devenv/dev-dashboards/panel-timeseries/timeseries-shared-tooltip-cursor-position.json index f7fb3dc6455..74b3f2bae16 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-shared-tooltip-cursor-position.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-shared-tooltip-cursor-position.json @@ -540,11 +540,7 @@ ], "refresh": false, "schemaVersion": 28, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-stacking.json b/devenv/dev-dashboards/panel-timeseries/timeseries-stacking.json index ed99cd6c08c..2b4f64dce05 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-stacking.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-stacking.json @@ -879,11 +879,7 @@ } ], "schemaVersion": 27, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-stacking2.json b/devenv/dev-dashboards/panel-timeseries/timeseries-stacking2.json index 18588cd8830..64c4a21d1ad 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-stacking2.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-stacking2.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -101,8 +103,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -110,8 +111,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -119,8 +119,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -305,7 +304,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -379,8 +380,7 @@ { "alias": "+100", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -390,8 +390,7 @@ { "alias": "+50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -400,8 +399,7 @@ { "alias": "+25", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -410,8 +408,7 @@ { "alias": "-50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_metric_values", @@ -420,8 +417,7 @@ { "alias": "-100", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "csv_metric_values", @@ -606,7 +602,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -693,8 +691,7 @@ { "alias": "NegY", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -702,8 +699,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -711,8 +707,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -721,8 +716,7 @@ { "alias": "Neg", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_metric_values", @@ -933,7 +927,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -984,9 +980,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "hidden", "placement": "right" }, @@ -1005,8 +999,7 @@ { "csvContent": "Name,Stat1,Stat2,Stat3,Stat4,Stat5,Stat6,Stat7,Stat8\nA, 10, 15,8,3,4,12,14,1\nB, 19, 5,8,3,4,12,14,6\nC, 15, 5,8,3,4,10,4,6\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1070,9 +1063,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "hidden", "placement": "right" }, @@ -1155,9 +1146,7 @@ "barWidth": 1, "groupWidth": 0.89, "legend": { - "calcs": [ - "max" - ], + "calcs": ["max"], "displayMode": "hidden", "placement": "right" }, @@ -1486,7 +1475,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1579,8 +1570,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1588,8 +1578,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -1597,8 +1586,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -1606,8 +1594,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_metric_values", @@ -1833,7 +1820,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -1907,8 +1896,7 @@ { "alias": "+100", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -1918,8 +1906,7 @@ { "alias": "+50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -1928,8 +1915,7 @@ { "alias": "+25", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -1938,8 +1924,7 @@ { "alias": "-50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_metric_values", @@ -1948,8 +1933,7 @@ { "alias": "-100", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "csv_metric_values", @@ -2047,7 +2031,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -2133,8 +2119,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -2144,8 +2129,7 @@ { "alias": "NegY", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -2156,7 +2140,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2228,8 +2214,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -2237,8 +2222,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_metric_values", @@ -2246,8 +2230,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_metric_values", @@ -2255,8 +2238,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_metric_values", @@ -2474,7 +2456,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2584,8 +2568,7 @@ { "csvContent": "\"Time\",\"Sum daily.cost_per_kwh\"\n1639612800000,\n1639872000000,0\n1639958400000,272\n1640044800000,272\n1640131200000,327\n1640217600000,290\n1640304000000,286\n1640390400000,256\n1640476800000,397\n1640563200000,295\n1640649600000,310\n1640736000000,224\n1640822400000,291\n1640908800000,265\n1640995200000,256\n1641081600000,399\n1641168000000,471\n1641254400000,325\n1641340800000,363\n1641427200000,375\n1641513600000,365\n1641600000000,492\n1641686400000,409\n1641772800000,371\n1641859200000,448\n1641945600000,372\n1642032000000,0\n1642118400000,0\n1642204800000,0\n1642291200000,0\n1642377600000,0\n1642464000000,0\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -2594,8 +2577,7 @@ { "csvContent": "\"Time\",\"Sum morning.cost_per_kwh\",\"Sum afternoon.cost_per_kwh\",\"Sum evening.cost_per_kwh\",\"Sum night.cost_per_kwh\",\"Sum late.cost_per_kwh\"\n1639612800000,0,0,0,0,0\n1639872000000,,,,,\n1639958400000,,,,,\n1640044800000,,,,,\n1640131200000,,,,,\n1640217600000,32,28,62,63,32\n1640304000000,,,,,\n1640390400000,,,,,\n1640476800000,,,,,\n1640563200000,,,,,\n1640649600000,,,,,\n1640736000000,,,,,\n1640822400000,47,53,68,96,45\n1640908800000,,,,,\n1640995200000,,,,,\n1641081600000,,,,,\n1641168000000,,,,,\n1641254400000,,,,,\n1641340800000,,,,,\n1641427200000,112,130,147,152,115\n1641513600000,,,,,\n1641600000000,,,,,\n1641686400000,,,,,\n1641772800000,,,,,\n1641859200000,,,,,\n1641945600000,,,,,\n1642032000000,0,0,0,0,0\n1642118400000,,,,,\n1642204800000,,,,,\n1642291200000,,,,,\n1642377600000,,,,,\n1642464000000,,,,,\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -2607,7 +2589,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2717,8 +2701,7 @@ { "csvContent": "\"Time\",\"Sum daily.cost_per_kwh\"\n1639612800000,\n1639872000000,0\n1639958400000,272\n1640044800000,272\n1640131200000,327\n1640217600000,290\n1640304000000,286\n1640390400000,256\n1640476800000,397\n1640563200000,295\n1640649600000,310\n1640736000000,224\n1640822400000,291\n1640908800000,265\n1640995200000,256\n1641081600000,399\n1641168000000,471\n1641254400000,325\n1641340800000,363\n1641427200000,375\n1641513600000,365\n1641600000000,492\n1641686400000,409\n1641772800000,371\n1641859200000,448\n1641945600000,372\n1642032000000,0\n1642118400000,0\n1642204800000,0\n1642291200000,0\n1642377600000,0\n1642464000000,0\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -2727,8 +2710,7 @@ { "csvContent": "\"Time\",\"Sum morning.cost_per_kwh\",\"Sum afternoon.cost_per_kwh\",\"Sum evening.cost_per_kwh\",\"Sum night.cost_per_kwh\",\"Sum late.cost_per_kwh\"\n1639612800000,0,0,0,0,0\n1639872000000,,,,,\n1639958400000,,,,,\n1640044800000,,,,,\n1640131200000,,,,,\n1640217600000,32,28,62,63,32\n1640304000000,,,,,\n1640390400000,,,,,\n1640476800000,,,,,\n1640563200000,,,,,\n1640649600000,,,,,\n1640736000000,,,,,\n1640822400000,47,53,68,96,45\n1640908800000,,,,,\n1640995200000,,,,,\n1641081600000,,,,,\n1641168000000,,,,,\n1641254400000,,,,,\n1641340800000,,,,,\n1641427200000,112,130,147,152,115\n1641513600000,,,,,\n1641600000000,,,,,\n1641686400000,,,,,\n1641772800000,,,,,\n1641859200000,,,,,\n1641945600000,,,,,\n1642032000000,0,0,0,0,0\n1642118400000,,,,,\n1642204800000,,,,,\n1642291200000,,,,,\n1642377600000,,,,,\n1642464000000,,,,,\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -2740,7 +2722,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2850,8 +2834,7 @@ { "csvContent": "\"Time\",\"Sum daily.cost_per_kwh\"\n1639612800000,\n1639872000000,0\n1639958400000,272\n1640044800000,272\n1640131200000,327\n1640217600000,290\n1640304000000,286\n1640390400000,256\n1640476800000,397\n1640563200000,295\n1640649600000,310\n1640736000000,224\n1640822400000,291\n1640908800000,265\n1640995200000,256\n1641081600000,399\n1641168000000,471\n1641254400000,325\n1641340800000,363\n1641427200000,375\n1641513600000,365\n1641600000000,492\n1641686400000,409\n1641772800000,371\n1641859200000,448\n1641945600000,372\n1642032000000,0\n1642118400000,0\n1642204800000,0\n1642291200000,0\n1642377600000,0\n1642464000000,0\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -2860,8 +2843,7 @@ { "csvContent": "\"Time\",\"Sum morning.cost_per_kwh\",\"Sum afternoon.cost_per_kwh\",\"Sum evening.cost_per_kwh\",\"Sum night.cost_per_kwh\",\"Sum late.cost_per_kwh\"\n1639612800000,0,0,0,0,0\n1639872000000,,,,,\n1639958400000,,,,,\n1640044800000,,,,,\n1640131200000,,,,,\n1640217600000,32,28,62,63,32\n1640304000000,,,,,\n1640390400000,,,,,\n1640476800000,,,,,\n1640563200000,,,,,\n1640649600000,,,,,\n1640736000000,,,,,\n1640822400000,47,53,68,96,45\n1640908800000,,,,,\n1640995200000,,,,,\n1641081600000,,,,,\n1641168000000,,,,,\n1641254400000,,,,,\n1641340800000,,,,,\n1641427200000,112,130,147,152,115\n1641513600000,,,,,\n1641600000000,,,,,\n1641686400000,,,,,\n1641772800000,,,,,\n1641859200000,,,,,\n1641945600000,,,,,\n1642032000000,0,0,0,0,0\n1642118400000,,,,,\n1642204800000,,,,,\n1642291200000,,,,,\n1642377600000,,,,,\n1642464000000,,,,,\n\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "B", @@ -2873,7 +2855,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2945,8 +2929,7 @@ { "csvContent": "time,Label 1\n2021-12-20T05:09:05.832Z,1000", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -2954,8 +2937,7 @@ { "csvContent": "time,Label 10\n2021-12-18T04:54:45.888Z,2500\n2021-12-20T05:09:05.832Z,600\n2021-12-22T05:23:25.776Z,350\n2022-01-03T06:49:25.440Z,500", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -2963,8 +2945,7 @@ { "csvContent": "time,Label 11\n2021-12-18T04:54:45.888Z,28000\n2021-12-20T05:09:05.832Z,3100\n2021-12-22T05:23:25.776Z,36000\n2021-12-24T05:37:45.720Z,2800", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_content" @@ -2972,8 +2953,7 @@ { "csvContent": "time,Label 12\n2021-12-20T05:09:05.832Z,255\n2021-12-24T05:37:45.720Z,651\n2021-12-26T05:52:05.664Z,50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_content" @@ -2981,8 +2961,7 @@ { "csvContent": "time,Label 13\n2021-12-18T04:54:45.888Z,5000\n2021-12-20T05:09:05.832Z,1231", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "csv_content" @@ -2990,8 +2969,7 @@ { "csvContent": "time,Label 14\n2021-12-14T04:26:06.000Z,122\n2021-12-16T04:40:25.944Z,123\n2021-12-18T04:54:45.888Z,12345\n2021-12-20T05:09:05.832Z,23456\n2021-12-22T05:23:25.776Z,34567\n2021-12-24T05:37:45.720Z,12345\n2021-12-26T05:52:05.664Z,8000\n2021-12-28T06:06:25.608Z,3000\n2021-12-30T06:20:45.552Z,1000\n2022-01-01T06:35:05.496Z,21", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "csv_content" @@ -2999,8 +2977,7 @@ { "csvContent": "time,Label 15\n2022-01-07T07:18:05.328Z,20", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "csv_content" @@ -3008,8 +2985,7 @@ { "csvContent": "time,Label 16\n2022-01-03T06:49:25.440Z,210\n2022-01-07T07:18:05.328Z,321", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_content" @@ -3017,8 +2993,7 @@ { "csvContent": "time,Label 17\n2021-12-28T06:06:25.608Z,210\n2022-01-07T07:18:05.328Z,210", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "I", "scenarioId": "csv_content" @@ -3026,8 +3001,7 @@ { "csvContent": "time,Label 18\n2021-12-18T04:54:45.888Z,250\n2021-12-20T05:09:05.832Z,852\n2021-12-22T05:23:25.776Z,1234\n2021-12-26T05:52:05.664Z,321\n2021-12-30T06:20:45.552Z,432", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "J", "scenarioId": "csv_content" @@ -3035,8 +3009,7 @@ { "csvContent": "time,Label 2\n2021-12-24T05:37:45.720Z,543\n2021-12-26T05:52:05.664Z,18000\n2021-12-28T06:06:25.608Z,17000\n2021-12-30T06:20:45.552Z,12000\n2022-01-01T06:35:05.496Z,8500\n2022-01-03T06:49:25.440Z,8000\n2022-01-05T07:03:45.384Z,5000\n2022-01-07T07:18:05.328Z,3000\n2022-01-09T07:32:25.272Z,2500\n2022-01-11T07:46:45.216Z,2200\n2022-01-13T08:01:05.160Z,3000\n2022-01-15T08:15:25.104Z,1520\n2022-01-17T08:29:45.048Z,665.35", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "K", "scenarioId": "csv_content" @@ -3044,8 +3017,7 @@ { "csvContent": "time,Label 3\n2022-01-11T07:46:45.216Z,800", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "L", "scenarioId": "csv_content" @@ -3053,8 +3025,7 @@ { "csvContent": "time,Label 4\n2021-12-22T05:23:25.776Z,14173\n2021-12-24T05:37:45.720Z,14805\n2021-12-26T05:52:05.664Z,5600\n2021-12-28T06:06:25.608Z,5950\n2021-12-30T06:20:45.552Z,775\n2022-01-01T06:35:05.496Z,725\n2022-01-03T06:49:25.440Z,1450\n2022-01-05T07:03:45.384Z,3175\n2022-01-07T07:18:05.328Z,1850\n2022-01-09T07:32:25.272Z,1025\n2022-01-11T07:46:45.216Z,2700\n2022-01-13T08:01:05.160Z,4825\n2022-01-15T08:15:25.104Z,3600", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "M", "scenarioId": "csv_content" @@ -3062,8 +3033,7 @@ { "csvContent": "time,Label 5\n2022-01-15T08:15:25.104Z,1675", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "N", "scenarioId": "csv_content" @@ -3071,8 +3041,7 @@ { "csvContent": "time,Label 6\n2021-12-22T05:23:25.776Z,433.16", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "O", "scenarioId": "csv_content" @@ -3080,8 +3049,7 @@ { "csvContent": "time,Label 7\n2021-12-24T05:37:45.720Z,41250\n2021-12-26T05:52:05.664Z,45150\n2021-12-28T06:06:25.608Z,45870.16\n2021-12-30T06:20:45.552Z,38728.17\n2022-01-01T06:35:05.496Z,39931.77\n2022-01-03T06:49:25.440Z,39831.8\n2022-01-05T07:03:45.384Z,38252.06\n2022-01-07T07:18:05.328Z,44332.92\n2022-01-09T07:32:25.272Z,51359.74\n2022-01-11T07:46:45.216Z,56155.84\n2022-01-13T08:01:05.160Z,55676.92\n2022-01-15T08:15:25.104Z,55323.84\n2022-01-17T08:29:45.048Z,13830.96", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "P", "scenarioId": "csv_content" @@ -3089,8 +3057,7 @@ { "csvContent": "time,Label 8\n2021-12-30T06:20:45.552Z,52.89\n2022-01-01T06:35:05.496Z,569.57", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "Q", "scenarioId": "csv_content" @@ -3098,8 +3065,7 @@ { "csvContent": "time,Label 9\n2022-01-01T06:35:05.496Z,2140.34\n2022-01-03T06:49:25.440Z,4074.92\n2022-01-05T07:03:45.384Z,1557.85\n2022-01-07T07:18:05.328Z,1097.74\n2022-01-09T07:32:25.272Z,692.06\n2022-01-11T07:46:45.216Z,758.67\n2022-01-13T08:01:05.160Z,957.56\n2022-01-15T08:15:25.104Z,1470.49\n2022-01-17T08:29:45.048Z,198.18", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "R", "scenarioId": "csv_content" @@ -3109,7 +3075,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3181,8 +3149,7 @@ { "csvContent": "time,Label 1\n2021-12-20T05:09:05.832Z,1000", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3190,8 +3157,7 @@ { "csvContent": "time,Label 10\n2021-12-18T04:54:45.888Z,2500\n2021-12-20T05:09:05.832Z,600\n2021-12-22T05:23:25.776Z,350\n2022-01-03T06:49:25.440Z,500", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -3199,8 +3165,7 @@ { "csvContent": "time,Label 11\n2021-12-18T04:54:45.888Z,28000\n2021-12-20T05:09:05.832Z,3100\n2021-12-22T05:23:25.776Z,36000\n2021-12-24T05:37:45.720Z,2800", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_content" @@ -3208,8 +3173,7 @@ { "csvContent": "time,Label 12\n2021-12-20T05:09:05.832Z,255\n2021-12-24T05:37:45.720Z,651\n2021-12-26T05:52:05.664Z,50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_content" @@ -3217,8 +3181,7 @@ { "csvContent": "time,Label 13\n2021-12-18T04:54:45.888Z,5000\n2021-12-20T05:09:05.832Z,1231", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "E", "scenarioId": "csv_content" @@ -3226,8 +3189,7 @@ { "csvContent": "time,Label 14\n2021-12-14T04:26:06.000Z,122\n2021-12-16T04:40:25.944Z,123\n2021-12-18T04:54:45.888Z,12345\n2021-12-20T05:09:05.832Z,23456\n2021-12-22T05:23:25.776Z,34567\n2021-12-24T05:37:45.720Z,12345\n2021-12-26T05:52:05.664Z,8000\n2021-12-28T06:06:25.608Z,3000\n2021-12-30T06:20:45.552Z,1000\n2022-01-01T06:35:05.496Z,21", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "F", "scenarioId": "csv_content" @@ -3235,8 +3197,7 @@ { "csvContent": "time,Label 15\n2022-01-07T07:18:05.328Z,20", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "G", "scenarioId": "csv_content" @@ -3244,8 +3205,7 @@ { "csvContent": "time,Label 16\n2022-01-03T06:49:25.440Z,210\n2022-01-07T07:18:05.328Z,321", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "H", "scenarioId": "csv_content" @@ -3253,8 +3213,7 @@ { "csvContent": "time,Label 17\n2021-12-28T06:06:25.608Z,210\n2022-01-07T07:18:05.328Z,210", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "I", "scenarioId": "csv_content" @@ -3262,8 +3221,7 @@ { "csvContent": "time,Label 18\n2021-12-18T04:54:45.888Z,250\n2021-12-20T05:09:05.832Z,852\n2021-12-22T05:23:25.776Z,1234\n2021-12-26T05:52:05.664Z,321\n2021-12-30T06:20:45.552Z,432", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "J", "scenarioId": "csv_content" @@ -3271,8 +3229,7 @@ { "csvContent": "time,Label 2\n2021-12-24T05:37:45.720Z,543\n2021-12-26T05:52:05.664Z,18000\n2021-12-28T06:06:25.608Z,17000\n2021-12-30T06:20:45.552Z,12000\n2022-01-01T06:35:05.496Z,8500\n2022-01-03T06:49:25.440Z,8000\n2022-01-05T07:03:45.384Z,5000\n2022-01-07T07:18:05.328Z,3000\n2022-01-09T07:32:25.272Z,2500\n2022-01-11T07:46:45.216Z,2200\n2022-01-13T08:01:05.160Z,3000\n2022-01-15T08:15:25.104Z,1520\n2022-01-17T08:29:45.048Z,665.35", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "K", "scenarioId": "csv_content" @@ -3280,8 +3237,7 @@ { "csvContent": "time,Label 3\n2022-01-11T07:46:45.216Z,800", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "L", "scenarioId": "csv_content" @@ -3289,8 +3245,7 @@ { "csvContent": "time,Label 4\n2021-12-22T05:23:25.776Z,14173\n2021-12-24T05:37:45.720Z,14805\n2021-12-26T05:52:05.664Z,5600\n2021-12-28T06:06:25.608Z,5950\n2021-12-30T06:20:45.552Z,775\n2022-01-01T06:35:05.496Z,725\n2022-01-03T06:49:25.440Z,1450\n2022-01-05T07:03:45.384Z,3175\n2022-01-07T07:18:05.328Z,1850\n2022-01-09T07:32:25.272Z,1025\n2022-01-11T07:46:45.216Z,2700\n2022-01-13T08:01:05.160Z,4825\n2022-01-15T08:15:25.104Z,3600", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "M", "scenarioId": "csv_content" @@ -3298,8 +3253,7 @@ { "csvContent": "time,Label 5\n2022-01-15T08:15:25.104Z,1675", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "N", "scenarioId": "csv_content" @@ -3307,8 +3261,7 @@ { "csvContent": "time,Label 6\n2021-12-22T05:23:25.776Z,433.16", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "O", "scenarioId": "csv_content" @@ -3316,8 +3269,7 @@ { "csvContent": "time,Label 7\n2021-12-24T05:37:45.720Z,41250\n2021-12-26T05:52:05.664Z,45150\n2021-12-28T06:06:25.608Z,45870.16\n2021-12-30T06:20:45.552Z,38728.17\n2022-01-01T06:35:05.496Z,39931.77\n2022-01-03T06:49:25.440Z,39831.8\n2022-01-05T07:03:45.384Z,38252.06\n2022-01-07T07:18:05.328Z,44332.92\n2022-01-09T07:32:25.272Z,51359.74\n2022-01-11T07:46:45.216Z,56155.84\n2022-01-13T08:01:05.160Z,55676.92\n2022-01-15T08:15:25.104Z,55323.84\n2022-01-17T08:29:45.048Z,13830.96", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "P", "scenarioId": "csv_content" @@ -3325,8 +3277,7 @@ { "csvContent": "time,Label 8\n2021-12-30T06:20:45.552Z,52.89\n2022-01-01T06:35:05.496Z,569.57", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "Q", "scenarioId": "csv_content" @@ -3334,8 +3285,7 @@ { "csvContent": "time,Label 9\n2022-01-01T06:35:05.496Z,2140.34\n2022-01-03T06:49:25.440Z,4074.92\n2022-01-05T07:03:45.384Z,1557.85\n2022-01-07T07:18:05.328Z,1097.74\n2022-01-09T07:32:25.272Z,692.06\n2022-01-11T07:46:45.216Z,758.67\n2022-01-13T08:01:05.160Z,957.56\n2022-01-15T08:15:25.104Z,1470.49\n2022-01-17T08:29:45.048Z,198.18", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "R", "scenarioId": "csv_content" @@ -3345,7 +3295,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -3414,8 +3366,7 @@ { "csvContent": "name, number, number2, number3, number4\nName1, 40, 5, 20, 10\nName2, 0,0,0,0\nName3, 6, 3, 5, 1\nName4, 1, 1, 1, 2", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -3427,11 +3378,7 @@ ], "refresh": false, "schemaVersion": 36, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-thresholds.json b/devenv/dev-dashboards/panel-timeseries/timeseries-thresholds.json index da583b7d232..4275255778f 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-thresholds.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-thresholds.json @@ -1228,11 +1228,7 @@ } ], "schemaVersion": 29, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-y-ticks-zero-decimals.json b/devenv/dev-dashboards/panel-timeseries/timeseries-y-ticks-zero-decimals.json index 1c4e7466b64..cd41cd73e26 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-y-ticks-zero-decimals.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-y-ticks-zero-decimals.json @@ -1,845 +1,828 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 339, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 32, - "w": 4, - "x": 0, - "y": 0 - }, - "id": 2, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 32, - "w": 4, - "x": 4, - "y": 0 - }, - "id": 5, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 17, - "w": 4, - "x": 8, - "y": 0 - }, - "id": 6, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 17, - "w": 4, - "x": 12, - "y": 0 - }, - "id": 3, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 4, - "x": 16, - "y": 0 - }, - "id": 7, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 10, - "w": 4, - "x": 20, - "y": 0 - }, - "id": 4, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 22, - "w": 4, - "x": 16, - "y": 10 - }, - "id": 8, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "s" - }, - "overrides": [] - }, - "gridPos": { - "h": 22, - "w": 4, - "x": 20, - "y": 10 - }, - "id": 9, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_metric_values", - "stringInput": "1,2.3" - } - ], - "title": "Panel Title", - "type": "timeseries" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "decimals": 0, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 15, - "w": 8, - "x": 8, - "y": 17 - }, - "id": 11, - "maxDataPoints": 100, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "title": "Panel Title", - "type": "timeseries" + "type": "dashboard" } - ], - "schemaVersion": 37, - "tags": ["gdev", "panel-tests", "graph-ng"], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 339, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 32, + "w": 4, + "x": 0, + "y": 0 + }, + "id": 2, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 32, + "w": 4, + "x": 4, + "y": 0 + }, + "id": 5, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" }, - "timepicker": {}, - "timezone": "", - "title": "Zero Decimals Y Ticks", - "uid": "kGvJCmGVz", - "version": 7, - "weekStart": "" - } + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 17, + "w": 4, + "x": 8, + "y": 0 + }, + "id": 6, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 17, + "w": 4, + "x": 12, + "y": 0 + }, + "id": 3, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 4, + "x": 16, + "y": 0 + }, + "id": 7, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 10, + "w": 4, + "x": 20, + "y": 0 + }, + "id": 4, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 22, + "w": 4, + "x": 16, + "y": 10 + }, + "id": 8, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 22, + "w": 4, + "x": 20, + "y": 10 + }, + "id": 9, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_metric_values", + "stringInput": "1,2.3" + } + ], + "title": "Panel Title", + "type": "timeseries" + }, + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "decimals": 0, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 15, + "w": 8, + "x": 8, + "y": 17 + }, + "id": 11, + "maxDataPoints": 100, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "title": "Panel Title", + "type": "timeseries" + } + ], + "schemaVersion": 37, + "tags": ["gdev", "panel-tests", "graph-ng"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Zero Decimals Y Ticks", + "uid": "kGvJCmGVz", + "version": 7, + "weekStart": "" +} diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries-yaxis-ticks.json b/devenv/dev-dashboards/panel-timeseries/timeseries-yaxis-ticks.json index 5cf44cae03f..a877bcc5342 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries-yaxis-ticks.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries-yaxis-ticks.json @@ -28,10 +28,7 @@ { "asDropdown": true, "icon": "external link", - "tags": [ - "gdev", - "graph-ng" - ], + "tags": ["gdev", "graph-ng"], "title": "Graph Tests", "type": "dashboards" } @@ -39,7 +36,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -118,8 +117,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -130,7 +128,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -209,8 +209,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -221,7 +220,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -300,8 +301,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -312,7 +312,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -391,8 +393,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -403,7 +404,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -482,8 +485,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -494,7 +496,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -573,8 +577,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -585,7 +588,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -665,8 +670,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -677,7 +681,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -757,8 +763,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -769,7 +774,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -848,8 +855,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -860,7 +866,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -935,8 +943,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -947,7 +954,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1022,8 +1031,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1034,7 +1042,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "description": "", "fieldConfig": { "defaults": { @@ -1110,8 +1120,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1122,7 +1131,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1199,8 +1210,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1211,7 +1221,9 @@ "type": "timeseries" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1288,8 +1300,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_metric_values", @@ -1302,11 +1313,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, @@ -1315,18 +1322,7 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Panel Tests - Graph NG - Y axis ticks", diff --git a/devenv/dev-dashboards/panel-timeseries/timeseries.json b/devenv/dev-dashboards/panel-timeseries/timeseries.json index 38185603968..14d824a3bcd 100644 --- a/devenv/dev-dashboards/panel-timeseries/timeseries.json +++ b/devenv/dev-dashboards/panel-timeseries/timeseries.json @@ -2040,7 +2040,9 @@ "type": "row" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2177,7 +2179,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2328,7 +2332,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2478,7 +2484,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2956,7 +2964,9 @@ "type": "timeseries" }, { - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { diff --git a/devenv/dev-dashboards/panel-trend/trend_example.json b/devenv/dev-dashboards/panel-trend/trend_example.json index 72d9b9b7566..9961b07fc92 100644 --- a/devenv/dev-dashboards/panel-trend/trend_example.json +++ b/devenv/dev-dashboards/panel-trend/trend_example.json @@ -22,7 +22,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -145,8 +147,7 @@ { "csvContent": "Speed (RPM),Torque (NM),Power (kW)\n0,,\n500,,\n800,180,20\n1500,215,40\n2000,227,50\n2500,230,62\n3000,233,75\n3500,236,86\n4000,234,92\n4500,230,100\n5000,220,107\n5500,210,110\n6000,178,106\n6500,120,92\n7000,,\n", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -158,12 +159,7 @@ ], "refresh": "", "schemaVersion": 38, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "trend" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "trend"], "templating": { "list": [] }, @@ -177,4 +173,4 @@ "uid": "b36b5576-2e3d-4b0c-8dce-e79514d99345", "version": 4, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-xychart/xychart-demo.json b/devenv/dev-dashboards/panel-xychart/xychart-demo.json index bad99f227cf..f43dc37ba36 100644 --- a/devenv/dev-dashboards/panel-xychart/xychart-demo.json +++ b/devenv/dev-dashboards/panel-xychart/xychart-demo.json @@ -29,8 +29,7 @@ "panels": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -165,8 +164,7 @@ { "csvFileName": "automobiles.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -177,9 +175,7 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Origin" - ] + "fields": ["Origin"] } } ], @@ -187,8 +183,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -282,9 +277,7 @@ "showLegend": true }, "mapping": "auto", - "series": [ - {} - ], + "series": [{}], "tooltip": { "hideZeros": false, "mode": "single", @@ -296,8 +289,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -308,9 +300,7 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Gender" - ] + "fields": ["Gender"] } } ], @@ -318,8 +308,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "description": "", "fieldConfig": { @@ -407,8 +396,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"executedQueryString\": \"import \\\"influxdata/influxdb/sample\\\"\\nimport \\\"influxdata/influxdb/schema\\\"\\n\\nsample.data(set: \\\"airSensor\\\")\\n |> limit(n: 10)\\n |> group(columns: [\\\"sensor_id\\\"])\\n |> schema.fieldsAsCols()\\n\",\n \"typeVersion\": [\n 0,\n 0\n ]\n },\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0100\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0100\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0100\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.4860747509084685,\n 0.4790778553981873,\n 0.4597786615711249,\n 0.4478751241705323,\n 0.44020548182152397,\n 0.4569020188814074,\n 0.4655250429581913,\n 0.4819032762634117,\n 0.491365303224968,\n 0.5092239049148886\n ],\n [\n 35.084960222673146,\n 35.089101898649055,\n 35.130020139289115,\n 35.10251705413486,\n 35.08184755996438,\n 35.04582600108574,\n 35.09077388700681,\n 35.04096375315356,\n 35.05647864027338,\n 35.091800720894916\n ],\n [\n 71.2187151336704,\n 71.24617135003214,\n 71.21726829714834,\n 71.26528218716341,\n 71.26084702358875,\n 71.24054378677393,\n 71.27884802991244,\n 71.29783163616926,\n 71.33230999794793,\n 71.34975514559837\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0101\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0101\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0101\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.4964171323208575,\n 0.48257922637952133,\n 0.46567087322576145,\n 0.4467650568596856,\n 0.4417772514767169,\n 0.4341379534638706,\n 0.439345038257859,\n 0.43452737707188627,\n 0.42417500678639164,\n 0.40704613738954887\n ],\n [\n 34.92662088456207,\n 34.91464944732493,\n 34.95985887959429,\n 34.929238294894844,\n 34.954103486412336,\n 34.98895514808448,\n 35.03476240219413,\n 35.028863365125844,\n 35.03717014192905,\n 35.00775919996651\n ],\n [\n 71.83521495327129,\n 71.83370684393908,\n 71.83712160725877,\n 71.88299650060345,\n 71.90526594972503,\n 71.8631768515712,\n 71.85577028152356,\n 71.89245169322045,\n 71.93606971457449,\n 71.96164771829956\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0102\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0102\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0102\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.4870365157212326,\n 0.5032215395360725,\n 0.5035259485542879,\n 0.4841798164121083,\n 0.483812619615984,\n 0.4882993499867786,\n 0.4719009580435705,\n 0.4700689455810135,\n 0.48112413053169706,\n 0.4691106107162724\n ],\n [\n 34.86359615237462,\n 34.84629630959152,\n 34.81771460191974,\n 34.854640808896036,\n 34.86699022367547,\n 34.864319179513096,\n 34.86915527122888,\n 34.89889649251399,\n 34.86576388906259,\n 34.88622805723735\n ],\n [\n 72.03972207916735,\n 72.05566134520713,\n 72.08473708469143,\n 72.07306942754916,\n 72.0427409958616,\n 72.04536459775873,\n 72.09400368933838,\n 72.14293243585941,\n 72.18840859469728,\n 72.15524663568557\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0103\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0103\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0103\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.3979338437168368,\n 0.4117117830425588,\n 0.4000376537804249,\n 0.40114553332960723,\n 0.3909759394807085,\n 0.38213452854680874,\n 0.37339826793170855,\n 0.3624713623472977,\n 0.35640734768856297,\n 0.35690557816119645\n ],\n [\n 35.16192242281515,\n 35.19891757080395,\n 35.23754373785834,\n 35.25270355198698,\n 35.29525947947623,\n 35.272026086051184,\n 35.275233467451635,\n 35.23834593104291,\n 35.25233833634368,\n 35.22053598631417\n ],\n [\n 71.29169927438586,\n 71.32114142326272,\n 71.33632903748085,\n 71.3064635464553,\n 71.26436580075855,\n 71.30431517798449,\n 71.28861822950174,\n 71.26778760430453,\n 71.23481860950403,\n 71.23084180913762\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0200\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0200\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0200\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.5129015632374951,\n 0.552968955740271,\n 0.5690444135565038,\n 0.6050221760178951,\n 0.5943904374498042,\n 0.6153588301241533,\n 0.6164375823908576,\n 0.6059635952981327,\n 0.6470283318343141,\n 0.6861075098169984\n ],\n [\n 35.75385592664215,\n 35.753218714107504,\n 35.72547059379115,\n 35.74553237372676,\n 35.73378268235891,\n 35.747560005048086,\n 35.769867599816735,\n 35.73929899563808,\n 35.705317880681875,\n 35.65611547721327\n ],\n [\n 73.64806558624832,\n 73.65728412124716,\n 73.68805520135102,\n 73.65185281162863,\n 73.63499402146681,\n 73.68359308763364,\n 73.64682180062367,\n 73.63298265031713,\n 73.59096788790947,\n 73.6381949597034\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0201\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0201\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0201\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.5082489903097206,\n 0.525490999229553,\n 0.5300688563597754,\n 0.5351282770519872,\n 0.533437724470923,\n 0.5164188260958164,\n 0.5134188770545406,\n 0.4949993424337248,\n 0.4960387472164697,\n 0.5046934441184395\n ],\n [\n 35.24972613768055,\n 35.238916979727335,\n 35.28758958750148,\n 35.26413172906637,\n 35.2875488141577,\n 35.32420268624064,\n 35.2932945023372,\n 35.277959228995584,\n 35.27901195680498,\n 35.27056468599647\n ],\n [\n 73.99618150289902,\n 74.01973867729899,\n 73.97488048626532,\n 73.97027021897547,\n 73.96055098802299,\n 73.94544160099603,\n 73.91010608315078,\n 73.9594600253564,\n 73.93323000030807,\n 73.94265737589377\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0202\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0202\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0202\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.4843506884938821,\n 0.48132272563110234,\n 0.4738268718199932,\n 0.4929629619836042,\n 0.4730642763470896,\n 0.4654986284178103,\n 0.47939137148137106,\n 0.4729232244284411,\n 0.48941836624955776,\n 0.49438537058971027\n ],\n [\n 35.6843507637763,\n 35.67052290561625,\n 35.651191124511904,\n 35.682694567957775,\n 35.71754463951193,\n 35.73271359197846,\n 35.76201128140823,\n 35.72031962293351,\n 35.76508898680512,\n 35.77376488207177\n ],\n [\n 75.28536533620796,\n 75.3203884403274,\n 75.32915092826639,\n 75.3260291876276,\n 75.29613126188146,\n 75.31098782530198,\n 75.27434784939884,\n 75.30929861509146,\n 75.32818662869892,\n 75.33650169518009\n ]\n ]\n }\n },\n {\n \"schema\": {\n \"refId\": \"A\",\n \"fields\": [\n {\n \"config\": {},\n \"name\": \"_time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0203\"\n },\n \"name\": \"co\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0203\"\n },\n \"name\": \"humidity\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n },\n {\n \"config\": {},\n \"labels\": {\n \"sensor_id\": \"TLM0203\"\n },\n \"name\": \"temperature\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n }\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1686898151000,\n 1686898161000,\n 1686898171000,\n 1686898181000,\n 1686898191000,\n 1686898201000,\n 1686898211000,\n 1686898221000,\n 1686898231000,\n 1686898241000\n ],\n [\n 0.39373421338928505,\n 0.40929905142175416,\n 0.39727569840202215,\n 0.415834035946844,\n 0.413865826090914,\n 0.4271278288285897,\n 0.435277474574255,\n 0.4480042029285831,\n 0.462641109361364,\n 0.4566678920783633\n ],\n [\n 35.86322585633077,\n 35.88732568460068,\n 35.87553827435961,\n 35.84063967239316,\n 35.813642046057005,\n 35.8569165461967,\n 35.80924651587166,\n 35.80599199551315,\n 35.75906423980926,\n 35.79948361256034\n ],\n [\n 74.78112365229704,\n 74.73821283157658,\n 74.73019922701285,\n 74.73280967321202,\n 74.74885460260536,\n 74.70880911705714,\n 74.73346687605624,\n 74.77682413662681,\n 74.80562351134131,\n 74.82881664528719\n ]\n ]\n }\n }\n]", "refId": "A", @@ -420,8 +408,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -523,8 +510,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -535,8 +521,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -671,8 +656,7 @@ { "csvFileName": "automobiles.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -683,9 +667,7 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Origin" - ] + "fields": ["Origin"] } } ], @@ -693,8 +675,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -796,8 +777,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -808,8 +788,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -917,8 +896,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -929,8 +907,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1028,8 +1005,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -1040,8 +1016,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1137,8 +1112,7 @@ { "csvContent": "X,Y\n725.1,435.6\n734.1,497.2\n714.3,527.7\n683.5,548.7\n601.8,594.0\n598.5,621.7\n573.9,644.7\n525.7,695.7\n477.2,732.8\n411.8,755.3\n353.6,758.3\n422.6,736.5\n455.3,724.1\n479.2,699.2\n474.0,673.8\n434.5,662.1\n362.2,679.8\n311.2,698.8\n260.1,728.9\n213.4,771.1\n176.2,818.0\n211.2,742.6\n253.9,707.9\n309.9,668.8\n374.7,643.2\n322.8,629.9\n277.1,607.1\n237.0,616.8\n188.9,613.9\n143.0,594.1\n101.8,566.4\n178.1,590.2\n222.2,575.9\n187.9,549.1\n161.5,517.5\n128.6,506.8\n97.3,488.3\n62.4,436.0\n99.6,473.8\n138.3,477.0\n125.0,396.7\n95.6,359.2\n83.6,322.1\n81.0,289.7\n104.0,343.8\n129.3,358.4\n151.2,291.1\n124.0,242.6\n126.3,170.2\n133.7,212.8\n148.4,243.3\n167.9,262.7\n209.1,205.7\n230.1,150.3\n231.4,120.1\n316.0,120.1\n400.6,120.1\n485.2,120.1\n569.8,120.1\n569.3,166.4\n553.0,205.5\n489.2,265.7\n422.2,309.1\n353.7,343.1\n328.2,386.3\n321.6,432.6\n334.1,473.1\n357.6,500.3\n389.9,508.5\n418.8,479.9\n447.9,413.3\n480.0,379.0\n521.6,354.2\n583.9,351.6\n549.7,357.7\n571.6,376.0\n517.1,380.8\n550.3,393.2\n504.3,402.3\n489.5,425.8\n527.5,425.8\n472.7,457.2\n447.1,523.8\n538.6,435.7\n598.4,403.7\n697.8,349.1\n645.3,390.4\n712.3,373.8\n586.0,424.1\n526.9,463.3\n469.5,538.0\n540.6,477.5\n531.2,528.4\n598.6,460.1\n594.5,509.0\n651.2,460.1\n649.9,502.6\n699.4,446.1\n707.6,477.1\n722.0,442.9", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1149,8 +1123,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1206,10 +1179,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 15 - ], + "dash": [10, 15], "fill": "dash" } } @@ -1292,9 +1262,7 @@ "showLegend": true }, "mapping": "auto", - "series": [ - {} - ], + "series": [{}], "tooltip": { "hideZeros": false, "mode": "single", @@ -1307,8 +1275,7 @@ "alias": "", "csvContent": "x,cos(x)\n-7.5,3.4663531783502584\n-7.45,3.9308257356494076\n-7.4,4.385473275743903\n-7.35,4.829159416559378\n-7.3,5.260775173811053\n-7.25,5.679241732886949\n-7.2,6.083513145322545\n-7.15,6.472578943127236\n-7.1,6.845466664428066\n-7.05,7.201244284117942\n-7,7.539022543433046\n-6.95,7.857957172636611\n-6.9,8.157251001253568\n-6.85,8.436155950581597\n-6.8,8.693974903498253\n-6.75,8.930063446890767\n-6.7,9.143831482353194\n-6.65,9.334744701125118\n-6.6,9.502325919585296\n-6.55,9.64615627196218\n-6.5,9.765876257280235\n-6.45,9.861186637925126\n-6.4,9.931849187581927\n-6.35,9.97768728667684\n-6.3,9.998586363834152\n-6.25,9.994494182244994\n-6.2,9.965420970232175\n-6.15,9.91143939568469\n-6.1,9.832684384425844\n-6.05,9.729352782968974\n-6,9.601702866503661\n-5.95,9.450053693342275\n-5.9,9.27478430744036\n-5.85,9.076332790984132\n-5.8,8.85519516941319\n-5.75,8.611924171615208\n-5.7,8.347127848391597\n-5.65,8.061468052647157\n-5.6,7.755658785102496\n-5.55,7.430464409664099\n-5.5,7.0866977429126\n-5.45,6.725218022484659\n-5.4,6.346928759426347\n-5.35,5.952775479886061\n-5.3,5.543743361791607\n-5.25,5.120854772418407\n-5.2,4.685166713003771\n-5.15,4.237768176794282\n-5.1,3.7797774271298024\n-5.05,3.3123392023675367\n-5,2.8366218546322624\n-4.95,2.353814429544512\n-4.9,1.8651236942257576\n-4.85,1.371771121009073\n-4.8,0.874989834394464\n-4.75,0.37602152887976553\n-4.7,-0.1238866346289056\n-4.65,-0.6234851460699166\n-4.6,-1.1215252693505486\n-4.55,-1.616762163536865\n-4.5,-2.107957994307797\n-4.45,-2.593885027896261\n-4.4,-3.0733286997841933\n-4.35,-3.5450906504813195\n-4.3,-4.007991720799755\n-4.25,-4.460874899137928\n-4.2,-4.902608213406994\n-4.15,-5.332087560371543\n-4.1,-5.748239465332691\n-4.05,-6.150023765255744\n-4,-6.536436208636119\n-3.95,-6.906510965605075\n-3.9,-7.259323042001402\n-3.85,-7.593990591375079\n-3.8,-7.909677119144169\n-3.75,-8.205593573395607\n-3.7,-8.48100031710408\n-3.65,-8.73520897683938\n-3.6,-8.96758416334147\n-3.55,-9.177545059662759\n-3.5,-9.364566872907963\n-3.45,-9.528182145943047\n-3.4,-9.66798192579461\n-3.35,-9.78361678581934\n-3.3,-9.87479769908865\n-3.25,-9.941296760805463\n-3.2,-9.982947757947532\n-3.15,-9.99964658471342\n-3.1,-9.991351502732794\n-3.05,-9.958083245390611\n-3,-9.899924966004454\n-2.95,-9.81702202998454\n-2.9,-9.709581651495906\n-2.85,-9.577872375530903\n-2.8,-9.42222340668658\n-2.75,-9.243023786324635\n-2.7,-9.040721420170613\n-2.65,-8.815821958782859\n-2.6,-8.568887533689473\n-2.55,-8.30053535235222\n-2.5,-8.011436155469337\n-2.45,-7.702312540473074\n-2.4,-7.373937155412454\n-2.35,-7.027130767735539\n-2.3,-6.66276021279824\n-2.25,-6.281736227227391\n-2.2,-5.885011172553458\n-2.15,-5.473576654802709\n-2.1,-5.048461045998575\n-2.05,-4.610726913767127\n-2,-4.161468365471424\n-1.95,-3.7018083135128688\n-1.9,-3.2328956686350336\n-1.85,-2.7559024682451296\n-1.8,-2.272020946930871\n-1.75,-1.7824605564949207\n-1.7,-1.2884449429552465\n-1.65,-0.7912088880673386\n-1.6,-0.29199522301288816\n-1.55,0.20794827803092428\n-1.5,0.7073720166770291\n-1.45,1.2050276936736661\n-1.4,1.6996714290024104\n-1.35,2.1900668709304147\n-1.3,2.6749882862458736\n-1.25,3.1532236239526865\n-1.2,3.623577544766736\n-1.15,4.084874408841574\n-1.1,4.5359612142557735\n-1.05,4.97571047891727\n-1,5.403023058681398\n-0.95,5.8168308946388345\n-0.9,6.216099682706644\n-0.85,6.599831458849822\n-0.8,6.967067093471654\n-0.75,7.316888688738209\n-0.7,7.648421872844885\n-0.65,7.960837985490558\n-0.6,8.253356149096783\n-0.55,8.525245220595057\n-0.5,8.775825618903728\n-0.45,9.004471023526769\n-0.4,9.210609940028851\n-0.35,9.393727128473788\n-0.3,9.55336489125606\n-0.25,9.689124217106448\n-0.2,9.800665778412416\n-0.15,9.887710779360422\n-0.1,9.950041652780257\n-0.05,9.987502603949663\n0,10\n0.05,9.987502603949663\n0.1,9.950041652780257\n0.15,9.887710779360422\n0.2,9.800665778412416\n0.25,9.689124217106448\n0.3,9.55336489125606\n0.35,9.393727128473788\n0.4,9.210609940028851\n0.45,9.004471023526769\n0.5,8.775825618903728\n0.55,8.525245220595057\n0.6,8.253356149096783\n0.65,7.960837985490558\n0.7,7.648421872844885\n0.75,7.316888688738209\n0.8,6.967067093471654\n0.85,6.599831458849822\n0.9,6.216099682706644\n0.95,5.8168308946388345\n1,5.403023058681398\n1.05,4.97571047891727\n1.1,4.5359612142557735\n1.15,4.084874408841574\n1.2,3.623577544766736\n1.25,3.1532236239526865\n1.3,2.6749882862458736\n1.35,2.1900668709304147\n1.4,1.6996714290024104\n1.45,1.2050276936736661\n1.5,0.7073720166770291\n1.55,0.20794827803092428\n1.6,-0.29199522301288816\n1.65,-0.7912088880673386\n1.7,-1.2884449429552465\n1.75,-1.7824605564949207\n1.8,-2.272020946930871\n1.85,-2.7559024682451296\n1.9,-3.2328956686350336\n1.95,-3.7018083135128688\n2,-4.161468365471424\n2.05,-4.610726913767127\n2.1,-5.048461045998575\n2.15,-5.473576654802709\n2.2,-5.885011172553458\n2.25,-6.281736227227391\n2.3,-6.66276021279824\n2.35,-7.027130767735539\n2.4,-7.373937155412454\n2.45,-7.702312540473074\n2.5,-8.011436155469337\n2.55,-8.30053535235222\n2.6,-8.568887533689473\n2.65,-8.815821958782859\n2.7,-9.040721420170613\n2.75,-9.243023786324635\n2.8,-9.42222340668658\n2.85,-9.577872375530903\n2.9,-9.709581651495906\n2.95,-9.81702202998454\n3,-9.899924966004454\n3.05,-9.958083245390611\n3.1,-9.991351502732794\n3.15,-9.99964658471342\n3.2,-9.982947757947532\n3.25,-9.941296760805463\n3.3,-9.87479769908865\n3.35,-9.78361678581934\n3.4,-9.66798192579461\n3.45,-9.528182145943047\n3.5,-9.364566872907963\n3.55,-9.177545059662759\n3.6,-8.96758416334147\n3.65,-8.73520897683938\n3.7,-8.48100031710408\n3.75,-8.205593573395607\n3.8,-7.909677119144169\n3.85,-7.593990591375079\n3.9,-7.259323042001402\n3.95,-6.906510965605075\n4,-6.536436208636119\n4.05,-6.150023765255744\n4.1,-5.748239465332691\n4.15,-5.332087560371543\n4.2,-4.902608213406994\n4.25,-4.460874899137928\n4.3,-4.007991720799755\n4.35,-3.5450906504813195\n4.4,-3.0733286997841933\n4.45,-2.593885027896261\n4.5,-2.107957994307797\n4.55,-1.616762163536865\n4.6,-1.1215252693505486\n4.65,-0.6234851460699166\n4.7,-0.1238866346289056\n4.75,0.37602152887976553\n4.8,0.874989834394464\n4.85,1.371771121009073\n4.9,1.8651236942257576\n4.95,2.353814429544512\n5,2.8366218546322624\n5.05,3.3123392023675367\n5.1,3.7797774271298024\n5.15,4.237768176794282\n5.2,4.685166713003771\n5.25,5.120854772418407\n5.3,5.543743361791607\n5.35,5.952775479886061\n5.4,6.346928759426347\n5.45,6.725218022484659\n5.5,7.0866977429126\n5.55,7.430464409664099\n5.6,7.755658785102496\n5.65,8.061468052647157\n5.7,8.347127848391597\n5.75,8.611924171615208\n5.8,8.85519516941319\n5.85,9.076332790984132\n5.9,9.27478430744036\n5.95,9.450053693342275\n6,9.601702866503661\n6.05,9.729352782968974\n6.1,9.832684384425844\n6.15,9.91143939568469\n6.2,9.965420970232175\n6.25,9.994494182244994\n6.3,9.998586363834152\n6.35,9.97768728667684\n6.4,9.931849187581927\n6.45,9.861186637925126\n6.5,9.765876257280235\n6.55,9.64615627196218\n6.6,9.502325919585296\n6.65,9.334744701125118\n6.7,9.143831482353194\n6.75,8.930063446890767\n6.8,8.693974903498253\n6.85,8.436155950581597\n6.9,8.157251001253568\n6.95,7.857957172636611\n7,7.539022543433046\n7.05,7.201244284117942\n7.1,6.845466664428066\n7.15,6.472578943127236\n7.2,6.083513145322545\n7.25,5.679241732886949\n7.3,5.260775173811053\n7.35,4.829159416559378\n7.4,4.385473275743903\n7.45,3.9308257356494076", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -1316,8 +1283,7 @@ { "csvContent": "x2,x^2\n-7.5,56.25\n-7.45,55.502500000000005\n-7.4,54.760000000000005\n-7.35,54.022499999999994\n-7.3,53.29\n-7.25,52.5625\n-7.2,51.84\n-7.15,51.1225\n-7.1,50.41\n-7.05,49.7025\n-7,49\n-6.95,48.3025\n-6.9,47.61000000000001\n-6.85,46.92249999999999\n-6.8,46.239999999999995\n-6.75,45.5625\n-6.7,44.89\n-6.65,44.222500000000004\n-6.6,43.559999999999995\n-6.55,42.902499999999996\n-6.5,42.25\n-6.45,41.6025\n-6.4,40.96000000000001\n-6.35,40.3225\n-6.3,39.69\n-6.25,39.0625\n-6.2,38.440000000000005\n-6.15,37.822500000000005\n-6.1,37.209999999999994\n-6.05,36.6025\n-6,36\n-5.95,35.4025\n-5.9,34.81\n-5.85,34.2225\n-5.8,33.64\n-5.75,33.0625\n-5.7,32.49\n-5.65,31.922500000000003\n-5.6,31.359999999999996\n-5.55,30.8025\n-5.5,30.25\n-5.45,29.7025\n-5.4,29.160000000000004\n-5.35,28.622499999999995\n-5.3,28.09\n-5.25,27.5625\n-5.2,27.040000000000003\n-5.15,26.522500000000004\n-5.1,26.009999999999998\n-5.05,25.502499999999998\n-5,25\n-4.95,24.5025\n-4.9,24.010000000000005\n-4.85,23.522499999999997\n-4.8,23.04\n-4.75,22.5625\n-4.7,22.090000000000003\n-4.65,21.622500000000002\n-4.6,21.159999999999997\n-4.55,20.702499999999997\n-4.5,20.25\n-4.45,19.802500000000002\n-4.4,19.360000000000003\n-4.35,18.922499999999996\n-4.3,18.49\n-4.25,18.0625\n-4.2,17.64\n-4.15,17.222500000000004\n-4.1,16.81\n-4.05,16.4025\n-4,16\n-3.95,15.602500000000001\n-3.9,15.209999999999999\n-3.85,14.822500000000002\n-3.8,14.44\n-3.75,14.0625\n-3.7,13.690000000000001\n-3.65,13.3225\n-3.6,12.96\n-3.55,12.6025\n-3.5,12.25\n-3.45,11.902500000000002\n-3.4,11.559999999999999\n-3.35,11.2225\n-3.3,10.889999999999999\n-3.25,10.5625\n-3.2,10.240000000000002\n-3.15,9.9225\n-3.1,9.610000000000001\n-3.05,9.302499999999998\n-3,9\n-2.95,8.7025\n-2.9,8.41\n-2.85,8.1225\n-2.8,7.839999999999999\n-2.75,7.5625\n-2.7,7.290000000000001\n-2.65,7.0225\n-2.6,6.760000000000001\n-2.55,6.5024999999999995\n-2.5,6.25\n-2.45,6.002500000000001\n-2.4,5.76\n-2.35,5.522500000000001\n-2.3,5.289999999999999\n-2.25,5.0625\n-2.2,4.840000000000001\n-2.15,4.6225\n-2.1,4.41\n-2.05,4.2025\n-2,4\n-1.95,3.8024999999999998\n-1.9,3.61\n-1.85,3.4225000000000003\n-1.8,3.24\n-1.75,3.0625\n-1.7,2.8899999999999997\n-1.65,2.7224999999999997\n-1.6,2.5600000000000005\n-1.55,2.4025000000000003\n-1.5,2.25\n-1.45,2.1025\n-1.4,1.9599999999999997\n-1.35,1.8225000000000002\n-1.3,1.6900000000000002\n-1.25,1.5625\n-1.2,1.44\n-1.15,1.3224999999999998\n-1.1,1.2100000000000002\n-1.05,1.1025\n-1,1\n-0.95,0.9025\n-0.9,0.81\n-0.85,0.7224999999999999\n-0.8,0.6400000000000001\n-0.75,0.5625\n-0.7,0.48999999999999994\n-0.65,0.42250000000000004\n-0.6,0.36\n-0.55,0.30250000000000005\n-0.5,0.25\n-0.45,0.2025\n-0.4,0.16000000000000003\n-0.35,0.12249999999999998\n-0.3,0.09\n-0.25,0.0625\n-0.2,0.04000000000000001\n-0.15,0.0225\n-0.1,0.010000000000000002\n-0.05,0.0025000000000000005\n0,0\n0.05,0.0025000000000000005\n0.1,0.010000000000000002\n0.15,0.0225\n0.2,0.04000000000000001\n0.25,0.0625\n0.3,0.09\n0.35,0.12249999999999998\n0.4,0.16000000000000003\n0.45,0.2025\n0.5,0.25\n0.55,0.30250000000000005\n0.6,0.36\n0.65,0.42250000000000004\n0.7,0.48999999999999994\n0.75,0.5625\n0.8,0.6400000000000001\n0.85,0.7224999999999999\n0.9,0.81\n0.95,0.9025\n1,1\n1.05,1.1025\n1.1,1.2100000000000002\n1.15,1.3224999999999998\n1.2,1.44\n1.25,1.5625\n1.3,1.6900000000000002\n1.35,1.8225000000000002\n1.4,1.9599999999999997\n1.45,2.1025\n1.5,2.25\n1.55,2.4025000000000003\n1.6,2.5600000000000005\n1.65,2.7224999999999997\n1.7,2.8899999999999997\n1.75,3.0625\n1.8,3.24\n1.85,3.4225000000000003\n1.9,3.61\n1.95,3.8024999999999998\n2,4\n2.05,4.2025\n2.1,4.41\n2.15,4.6225\n2.2,4.840000000000001\n2.25,5.0625\n2.3,5.289999999999999\n2.35,5.522500000000001\n2.4,5.76\n2.45,6.002500000000001\n2.5,6.25\n2.55,6.5024999999999995\n2.6,6.760000000000001\n2.65,7.0225\n2.7,7.290000000000001\n2.75,7.5625\n2.8,7.839999999999999\n2.85,8.1225\n2.9,8.41\n2.95,8.7025\n3,9\n3.05,9.302499999999998\n3.1,9.610000000000001\n3.15,9.9225\n3.2,10.240000000000002\n3.25,10.5625\n3.3,10.889999999999999\n3.35,11.2225\n3.4,11.559999999999999\n3.45,11.902500000000002\n3.5,12.25\n3.55,12.6025\n3.6,12.96\n3.65,13.3225\n3.7,13.690000000000001\n3.75,14.0625\n3.8,14.44\n3.85,14.822500000000002\n3.9,15.209999999999999\n3.95,15.602500000000001\n4,16\n4.05,16.4025\n4.1,16.81\n4.15,17.222500000000004\n4.2,17.64\n4.25,18.0625\n4.3,18.49\n4.35,18.922499999999996\n4.4,19.360000000000003\n4.45,19.802500000000002\n4.5,20.25\n4.55,20.702499999999997\n4.6,21.159999999999997\n4.65,21.622500000000002\n4.7,22.090000000000003\n4.75,22.5625\n4.8,23.04\n4.85,23.522499999999997\n4.9,24.010000000000005\n4.95,24.5025\n5,25\n5.05,25.502499999999998\n5.1,26.009999999999998\n5.15,26.522500000000004\n5.2,27.040000000000003\n5.25,27.5625\n5.3,28.09\n5.35,28.622499999999995\n5.4,29.160000000000004\n5.45,29.7025\n5.5,30.25\n5.55,30.8025\n5.6,31.359999999999996\n5.65,31.922500000000003\n5.7,32.49\n5.75,33.0625\n5.8,33.64\n5.85,34.2225\n5.9,34.81\n5.95,35.4025\n6,36\n6.05,36.6025\n6.1,37.209999999999994\n6.15,37.822500000000005\n6.2,38.440000000000005\n6.25,39.0625\n6.3,39.69\n6.35,40.3225\n6.4,40.96000000000001\n6.45,41.6025\n6.5,42.25\n6.55,42.902499999999996\n6.6,43.559999999999995\n6.65,44.222500000000004\n6.7,44.89\n6.75,45.5625\n6.8,46.239999999999995\n6.85,46.92249999999999\n6.9,47.61000000000001\n6.95,48.3025\n7,49\n7.05,49.7025\n7.1,50.41\n7.15,51.1225\n7.2,51.84\n7.25,52.5625\n7.3,53.29\n7.35,54.022499999999994\n7.4,54.760000000000005\n7.45,55.502500000000005", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -1325,8 +1291,7 @@ { "csvContent": "x3,sqrt(x)\n0,0\n0.05,2.23606797749979\n0.1,3.1622776601683795\n0.15,3.872983346207417\n0.2,4.47213595499958\n0.25,5\n0.3,5.47722557505166\n0.35,5.916079783099616\n0.4,6.324555320336759\n0.45,6.708203932499369\n0.5,7.0710678118654755\n0.55,7.416198487095663\n0.6,7.745966692414834\n0.65,8.062257748298551\n0.7,8.366600265340756\n0.75,8.660254037844386\n0.8,8.94427190999916\n0.85,9.219544457292887\n0.9,9.486832980505138\n0.95,9.746794344808963\n1,10\n1.05,10.2469507659596\n1.1,10.488088481701517\n1.15,10.723805294763608\n1.2,10.95445115010332\n1.25,11.180339887498949\n1.3,11.401754250991381\n1.35,11.618950038622252\n1.4,11.832159566199232\n1.45,12.041594578792296\n1.5,12.24744871391589\n1.55,12.449899597988733\n1.6,12.649110640673518\n1.65,12.84523257866513\n1.7,13.038404810405297\n1.75,13.228756555322953\n1.8,13.416407864998739\n1.85,13.601470508735442\n1.9,13.784048752090222\n1.95,13.96424004376894\n2,14.142135623730951\n2.05,14.317821063276352\n2.1,14.49137674618944\n2.15,14.66287829861518\n2.2,14.832396974191326\n2.25,15\n2.3,15.1657508881031\n2.35,15.329709716755893\n2.4,15.491933384829668\n2.45,15.652475842498529\n2.5,15.811388300841898\n2.55,15.968719422671311\n2.6,16.124515496597102\n2.65,16.278820596099706\n2.7,16.431676725154986\n2.75,16.583123951776997\n2.8,16.73320053068151\n2.85,16.881943016134134\n2.9,17.0293863659264\n2.95,17.175564037317667\n3,17.32050807568877\n3.05,17.46424919657298\n3.1,17.60681686165901\n3.15,17.74823934929885\n3.2,17.88854381999832\n3.25,18.027756377319946\n3.3,18.16590212458495\n3.35,18.303005217723125\n3.4,18.439088914585774\n3.45,18.57417562100671\n3.5,18.708286933869708\n3.55,18.84144368141677\n3.6,18.973665961010276\n3.65,19.1049731745428\n3.7,19.235384061671347\n3.75,19.364916731037084\n3.8,19.493588689617926\n3.85,19.621416870348586\n3.9,19.748417658131498\n3.95,19.87460691435179\n4,20\n4.05,20.124611797498105\n4.1,20.248456731316583\n4.15,20.37154878746336\n4.2,20.4939015319192\n4.25,20.615528128088304\n4.3,20.73644135332772\n4.35,20.85665361461421\n4.4,20.976176963403034\n4.45,21.095023109728984\n4.5,21.213203435596423\n4.55,21.330729007701542\n4.6,21.447610589527216\n4.65,21.563858652847827\n4.7,21.6794833886788\n4.75,21.79449471770337\n4.8,21.90890230020664\n4.85,22.022715545545243\n4.9,22.135943621178654\n4.95,22.24859546128699\n5,22.360679774997898\n5.05,22.47220505424423\n5.1,22.58317958127243\n5.15,22.693611435820436\n5.2,22.803508501982762\n5.25,22.9128784747792\n5.3,23.021728866442675\n5.35,23.130067012440755\n5.4,23.237900077244504\n5.45,23.345235059857504\n5.5,23.45207879911715\n5.55,23.55843797877949\n5.6,23.664319132398465\n5.65,23.769728648009426\n5.7,23.874672772626646\n5.75,23.979157616563597\n5.8,24.08318915758459\n5.85,24.186773244895647\n5.9,24.289915602982237\n5.95,24.392621835300936\n6,24.49489742783178\n6.05,24.596747752497684\n6.1,24.698178070456937\n6.15,24.79919353527449\n6.2,24.899799195977465\n6.25,25\n6.3,25.099800796022265\n6.35,25.199206336708304\n6.4,25.298221281347036\n6.45,25.39685019840059\n6.5,25.495097567963924\n6.55,25.592967784139454\n6.6,25.69046515733026\n6.65,25.787593916455258\n6.7,25.88435821108957\n6.75,25.98076211353316\n6.8,26.076809620810593\n6.85,26.1725046566048\n6.9,26.267851073127396\n6.95,26.362852652928133\n7,26.457513110645905\n7.05,26.551836094703507\n7.1,26.645825188948457\n7.15,26.739483914241873\n7.2,26.832815729997478\n7.25,26.92582403567252\n7.3,27.018512172212592\n7.35,27.11088342345192\n7.4,27.202941017470884\n7.45,27.294688127912362", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_content" @@ -1334,8 +1299,7 @@ { "csvContent": "x4,-sqrt(x)\n0,0\n0.05,-2.23606797749979\n0.1,-3.1622776601683795\n0.15,-3.872983346207417\n0.2,-4.47213595499958\n0.25,-5\n0.3,-5.47722557505166\n0.35,-5.916079783099616\n0.4,-6.324555320336759\n0.45,-6.708203932499369\n0.5,-7.0710678118654755\n0.55,-7.416198487095663\n0.6,-7.745966692414834\n0.65,-8.062257748298551\n0.7,-8.366600265340756\n0.75,-8.660254037844386\n0.8,-8.94427190999916\n0.85,-9.219544457292887\n0.9,-9.486832980505138\n0.95,-9.746794344808963\n1,-10\n1.05,-10.2469507659596\n1.1,-10.488088481701517\n1.15,-10.723805294763608\n1.2,-10.95445115010332\n1.25,-11.180339887498949\n1.3,-11.401754250991381\n1.35,-11.618950038622252\n1.4,-11.832159566199232\n1.45,-12.041594578792296\n1.5,-12.24744871391589\n1.55,-12.449899597988733\n1.6,-12.649110640673518\n1.65,-12.84523257866513\n1.7,-13.038404810405297\n1.75,-13.228756555322953\n1.8,-13.416407864998739\n1.85,-13.601470508735442\n1.9,-13.784048752090222\n1.95,-13.96424004376894\n2,-14.142135623730951\n2.05,-14.317821063276352\n2.1,-14.49137674618944\n2.15,-14.66287829861518\n2.2,-14.832396974191326\n2.25,-15\n2.3,-15.1657508881031\n2.35,-15.329709716755893\n2.4,-15.491933384829668\n2.45,-15.652475842498529\n2.5,-15.811388300841898\n2.55,-15.968719422671311\n2.6,-16.124515496597102\n2.65,-16.278820596099706\n2.7,-16.431676725154986\n2.75,-16.583123951776997\n2.8,-16.73320053068151\n2.85,-16.881943016134134\n2.9,-17.0293863659264\n2.95,-17.175564037317667\n3,-17.32050807568877\n3.05,-17.46424919657298\n3.1,-17.60681686165901\n3.15,-17.74823934929885\n3.2,-17.88854381999832\n3.25,-18.027756377319946\n3.3,-18.16590212458495\n3.35,-18.303005217723125\n3.4,-18.439088914585774\n3.45,-18.57417562100671\n3.5,-18.708286933869708\n3.55,-18.84144368141677\n3.6,-18.973665961010276\n3.65,-19.1049731745428\n3.7,-19.235384061671347\n3.75,-19.364916731037084\n3.8,-19.493588689617926\n3.85,-19.621416870348586\n3.9,-19.748417658131498\n3.95,-19.87460691435179\n4,-20\n4.05,-20.124611797498105\n4.1,-20.248456731316583\n4.15,-20.37154878746336\n4.2,-20.4939015319192\n4.25,-20.615528128088304\n4.3,-20.73644135332772\n4.35,-20.85665361461421\n4.4,-20.976176963403034\n4.45,-21.095023109728984\n4.5,-21.213203435596423\n4.55,-21.330729007701542\n4.6,-21.447610589527216\n4.65,-21.563858652847827\n4.7,-21.6794833886788\n4.75,-21.79449471770337\n4.8,-21.90890230020664\n4.85,-22.022715545545243\n4.9,-22.135943621178654\n4.95,-22.24859546128699\n5,-22.360679774997898\n5.05,-22.47220505424423\n5.1,-22.58317958127243\n5.15,-22.693611435820436\n5.2,-22.803508501982762\n5.25,-22.9128784747792\n5.3,-23.021728866442675\n5.35,-23.130067012440755\n5.4,-23.237900077244504\n5.45,-23.345235059857504\n5.5,-23.45207879911715\n5.55,-23.55843797877949\n5.6,-23.664319132398465\n5.65,-23.769728648009426\n5.7,-23.874672772626646\n5.75,-23.979157616563597\n5.8,-24.08318915758459\n5.85,-24.186773244895647\n5.9,-24.289915602982237\n5.95,-24.392621835300936\n6,-24.49489742783178\n6.05,-24.596747752497684\n6.1,-24.698178070456937\n6.15,-24.79919353527449\n6.2,-24.899799195977465\n6.25,-25\n6.3,-25.099800796022265\n6.35,-25.199206336708304\n6.4,-25.298221281347036\n6.45,-25.39685019840059\n6.5,-25.495097567963924\n6.55,-25.592967784139454\n6.6,-25.69046515733026\n6.65,-25.787593916455258\n6.7,-25.88435821108957\n6.75,-25.98076211353316\n6.8,-26.076809620810593\n6.85,-26.1725046566048\n6.9,-26.267851073127396\n6.95,-26.362852652928133\n7,-26.457513110645905\n7.05,-26.551836094703507\n7.1,-26.645825188948457\n7.15,-26.739483914241873\n7.2,-26.832815729997478\n7.25,-26.92582403567252\n7.3,-27.018512172212592\n7.35,-27.11088342345192\n7.4,-27.202941017470884\n7.45,-27.294688127912362", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_content" @@ -1346,8 +1310,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1460,12 +1423,7 @@ "preload": false, "refresh": "", "schemaVersion": 41, - "tags": [ - "gdev", - "panel-tests", - "graph-ng", - "demo" - ], + "tags": ["gdev", "panel-tests", "graph-ng", "demo"], "templating": { "list": [] }, @@ -1478,4 +1436,4 @@ "title": "Panel Tests - XY Chart Demo", "uid": "fdn48fmz8f94wc", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-xychart/xychart-migrations.json b/devenv/dev-dashboards/panel-xychart/xychart-migrations.json index 326c32087b9..1399509f0e2 100644 --- a/devenv/dev-dashboards/panel-xychart/xychart-migrations.json +++ b/devenv/dev-dashboards/panel-xychart/xychart-migrations.json @@ -28,7 +28,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -97,8 +99,7 @@ { "csvContent": "X,Y\n725.1,435.6\n734.1,497.2\n714.3,527.7\n683.5,548.7\n601.8,594.0\n598.5,621.7\n573.9,644.7\n525.7,695.7\n477.2,732.8\n411.8,755.3\n353.6,758.3\n422.6,736.5\n455.3,724.1\n479.2,699.2\n474.0,673.8\n434.5,662.1\n362.2,679.8\n311.2,698.8\n260.1,728.9\n213.4,771.1\n176.2,818.0\n211.2,742.6\n253.9,707.9\n309.9,668.8\n374.7,643.2\n322.8,629.9\n277.1,607.1\n237.0,616.8\n188.9,613.9\n143.0,594.1\n101.8,566.4\n178.1,590.2\n222.2,575.9\n187.9,549.1\n161.5,517.5\n128.6,506.8\n97.3,488.3\n62.4,436.0\n99.6,473.8\n138.3,477.0\n125.0,396.7\n95.6,359.2\n83.6,322.1\n81.0,289.7\n104.0,343.8\n129.3,358.4\n151.2,291.1\n124.0,242.6\n126.3,170.2\n133.7,212.8\n148.4,243.3\n167.9,262.7\n209.1,205.7\n230.1,150.3\n231.4,120.1\n316.0,120.1\n400.6,120.1\n485.2,120.1\n569.8,120.1\n569.3,166.4\n553.0,205.5\n489.2,265.7\n422.2,309.1\n353.7,343.1\n328.2,386.3\n321.6,432.6\n334.1,473.1\n357.6,500.3\n389.9,508.5\n418.8,479.9\n447.9,413.3\n480.0,379.0\n521.6,354.2\n583.9,351.6\n549.7,357.7\n571.6,376.0\n517.1,380.8\n550.3,393.2\n504.3,402.3\n489.5,425.8\n527.5,425.8\n472.7,457.2\n447.1,523.8\n538.6,435.7\n598.4,403.7\n697.8,349.1\n645.3,390.4\n712.3,373.8\n586.0,424.1\n526.9,463.3\n469.5,538.0\n540.6,477.5\n531.2,528.4\n598.6,460.1\n594.5,509.0\n651.2,460.1\n649.9,502.6\n699.4,446.1\n707.6,477.1\n722.0,442.9", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -108,7 +109,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -234,8 +237,7 @@ { "csvFileName": "weight_height.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -246,16 +248,16 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Gender" - ] + "fields": ["Gender"] } } ], "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -307,10 +309,7 @@ { "id": "custom.lineStyle", "value": { - "dash": [ - 10, - 15 - ], + "dash": [10, 15], "fill": "dash" } } @@ -412,8 +411,7 @@ "alias": "", "csvContent": "x,cos(x)\n-7.5,3.4663531783502584\n-7.45,3.9308257356494076\n-7.4,4.385473275743903\n-7.35,4.829159416559378\n-7.3,5.260775173811053\n-7.25,5.679241732886949\n-7.2,6.083513145322545\n-7.15,6.472578943127236\n-7.1,6.845466664428066\n-7.05,7.201244284117942\n-7,7.539022543433046\n-6.95,7.857957172636611\n-6.9,8.157251001253568\n-6.85,8.436155950581597\n-6.8,8.693974903498253\n-6.75,8.930063446890767\n-6.7,9.143831482353194\n-6.65,9.334744701125118\n-6.6,9.502325919585296\n-6.55,9.64615627196218\n-6.5,9.765876257280235\n-6.45,9.861186637925126\n-6.4,9.931849187581927\n-6.35,9.97768728667684\n-6.3,9.998586363834152\n-6.25,9.994494182244994\n-6.2,9.965420970232175\n-6.15,9.91143939568469\n-6.1,9.832684384425844\n-6.05,9.729352782968974\n-6,9.601702866503661\n-5.95,9.450053693342275\n-5.9,9.27478430744036\n-5.85,9.076332790984132\n-5.8,8.85519516941319\n-5.75,8.611924171615208\n-5.7,8.347127848391597\n-5.65,8.061468052647157\n-5.6,7.755658785102496\n-5.55,7.430464409664099\n-5.5,7.0866977429126\n-5.45,6.725218022484659\n-5.4,6.346928759426347\n-5.35,5.952775479886061\n-5.3,5.543743361791607\n-5.25,5.120854772418407\n-5.2,4.685166713003771\n-5.15,4.237768176794282\n-5.1,3.7797774271298024\n-5.05,3.3123392023675367\n-5,2.8366218546322624\n-4.95,2.353814429544512\n-4.9,1.8651236942257576\n-4.85,1.371771121009073\n-4.8,0.874989834394464\n-4.75,0.37602152887976553\n-4.7,-0.1238866346289056\n-4.65,-0.6234851460699166\n-4.6,-1.1215252693505486\n-4.55,-1.616762163536865\n-4.5,-2.107957994307797\n-4.45,-2.593885027896261\n-4.4,-3.0733286997841933\n-4.35,-3.5450906504813195\n-4.3,-4.007991720799755\n-4.25,-4.460874899137928\n-4.2,-4.902608213406994\n-4.15,-5.332087560371543\n-4.1,-5.748239465332691\n-4.05,-6.150023765255744\n-4,-6.536436208636119\n-3.95,-6.906510965605075\n-3.9,-7.259323042001402\n-3.85,-7.593990591375079\n-3.8,-7.909677119144169\n-3.75,-8.205593573395607\n-3.7,-8.48100031710408\n-3.65,-8.73520897683938\n-3.6,-8.96758416334147\n-3.55,-9.177545059662759\n-3.5,-9.364566872907963\n-3.45,-9.528182145943047\n-3.4,-9.66798192579461\n-3.35,-9.78361678581934\n-3.3,-9.87479769908865\n-3.25,-9.941296760805463\n-3.2,-9.982947757947532\n-3.15,-9.99964658471342\n-3.1,-9.991351502732794\n-3.05,-9.958083245390611\n-3,-9.899924966004454\n-2.95,-9.81702202998454\n-2.9,-9.709581651495906\n-2.85,-9.577872375530903\n-2.8,-9.42222340668658\n-2.75,-9.243023786324635\n-2.7,-9.040721420170613\n-2.65,-8.815821958782859\n-2.6,-8.568887533689473\n-2.55,-8.30053535235222\n-2.5,-8.011436155469337\n-2.45,-7.702312540473074\n-2.4,-7.373937155412454\n-2.35,-7.027130767735539\n-2.3,-6.66276021279824\n-2.25,-6.281736227227391\n-2.2,-5.885011172553458\n-2.15,-5.473576654802709\n-2.1,-5.048461045998575\n-2.05,-4.610726913767127\n-2,-4.161468365471424\n-1.95,-3.7018083135128688\n-1.9,-3.2328956686350336\n-1.85,-2.7559024682451296\n-1.8,-2.272020946930871\n-1.75,-1.7824605564949207\n-1.7,-1.2884449429552465\n-1.65,-0.7912088880673386\n-1.6,-0.29199522301288816\n-1.55,0.20794827803092428\n-1.5,0.7073720166770291\n-1.45,1.2050276936736661\n-1.4,1.6996714290024104\n-1.35,2.1900668709304147\n-1.3,2.6749882862458736\n-1.25,3.1532236239526865\n-1.2,3.623577544766736\n-1.15,4.084874408841574\n-1.1,4.5359612142557735\n-1.05,4.97571047891727\n-1,5.403023058681398\n-0.95,5.8168308946388345\n-0.9,6.216099682706644\n-0.85,6.599831458849822\n-0.8,6.967067093471654\n-0.75,7.316888688738209\n-0.7,7.648421872844885\n-0.65,7.960837985490558\n-0.6,8.253356149096783\n-0.55,8.525245220595057\n-0.5,8.775825618903728\n-0.45,9.004471023526769\n-0.4,9.210609940028851\n-0.35,9.393727128473788\n-0.3,9.55336489125606\n-0.25,9.689124217106448\n-0.2,9.800665778412416\n-0.15,9.887710779360422\n-0.1,9.950041652780257\n-0.05,9.987502603949663\n0,10\n0.05,9.987502603949663\n0.1,9.950041652780257\n0.15,9.887710779360422\n0.2,9.800665778412416\n0.25,9.689124217106448\n0.3,9.55336489125606\n0.35,9.393727128473788\n0.4,9.210609940028851\n0.45,9.004471023526769\n0.5,8.775825618903728\n0.55,8.525245220595057\n0.6,8.253356149096783\n0.65,7.960837985490558\n0.7,7.648421872844885\n0.75,7.316888688738209\n0.8,6.967067093471654\n0.85,6.599831458849822\n0.9,6.216099682706644\n0.95,5.8168308946388345\n1,5.403023058681398\n1.05,4.97571047891727\n1.1,4.5359612142557735\n1.15,4.084874408841574\n1.2,3.623577544766736\n1.25,3.1532236239526865\n1.3,2.6749882862458736\n1.35,2.1900668709304147\n1.4,1.6996714290024104\n1.45,1.2050276936736661\n1.5,0.7073720166770291\n1.55,0.20794827803092428\n1.6,-0.29199522301288816\n1.65,-0.7912088880673386\n1.7,-1.2884449429552465\n1.75,-1.7824605564949207\n1.8,-2.272020946930871\n1.85,-2.7559024682451296\n1.9,-3.2328956686350336\n1.95,-3.7018083135128688\n2,-4.161468365471424\n2.05,-4.610726913767127\n2.1,-5.048461045998575\n2.15,-5.473576654802709\n2.2,-5.885011172553458\n2.25,-6.281736227227391\n2.3,-6.66276021279824\n2.35,-7.027130767735539\n2.4,-7.373937155412454\n2.45,-7.702312540473074\n2.5,-8.011436155469337\n2.55,-8.30053535235222\n2.6,-8.568887533689473\n2.65,-8.815821958782859\n2.7,-9.040721420170613\n2.75,-9.243023786324635\n2.8,-9.42222340668658\n2.85,-9.577872375530903\n2.9,-9.709581651495906\n2.95,-9.81702202998454\n3,-9.899924966004454\n3.05,-9.958083245390611\n3.1,-9.991351502732794\n3.15,-9.99964658471342\n3.2,-9.982947757947532\n3.25,-9.941296760805463\n3.3,-9.87479769908865\n3.35,-9.78361678581934\n3.4,-9.66798192579461\n3.45,-9.528182145943047\n3.5,-9.364566872907963\n3.55,-9.177545059662759\n3.6,-8.96758416334147\n3.65,-8.73520897683938\n3.7,-8.48100031710408\n3.75,-8.205593573395607\n3.8,-7.909677119144169\n3.85,-7.593990591375079\n3.9,-7.259323042001402\n3.95,-6.906510965605075\n4,-6.536436208636119\n4.05,-6.150023765255744\n4.1,-5.748239465332691\n4.15,-5.332087560371543\n4.2,-4.902608213406994\n4.25,-4.460874899137928\n4.3,-4.007991720799755\n4.35,-3.5450906504813195\n4.4,-3.0733286997841933\n4.45,-2.593885027896261\n4.5,-2.107957994307797\n4.55,-1.616762163536865\n4.6,-1.1215252693505486\n4.65,-0.6234851460699166\n4.7,-0.1238866346289056\n4.75,0.37602152887976553\n4.8,0.874989834394464\n4.85,1.371771121009073\n4.9,1.8651236942257576\n4.95,2.353814429544512\n5,2.8366218546322624\n5.05,3.3123392023675367\n5.1,3.7797774271298024\n5.15,4.237768176794282\n5.2,4.685166713003771\n5.25,5.120854772418407\n5.3,5.543743361791607\n5.35,5.952775479886061\n5.4,6.346928759426347\n5.45,6.725218022484659\n5.5,7.0866977429126\n5.55,7.430464409664099\n5.6,7.755658785102496\n5.65,8.061468052647157\n5.7,8.347127848391597\n5.75,8.611924171615208\n5.8,8.85519516941319\n5.85,9.076332790984132\n5.9,9.27478430744036\n5.95,9.450053693342275\n6,9.601702866503661\n6.05,9.729352782968974\n6.1,9.832684384425844\n6.15,9.91143939568469\n6.2,9.965420970232175\n6.25,9.994494182244994\n6.3,9.998586363834152\n6.35,9.97768728667684\n6.4,9.931849187581927\n6.45,9.861186637925126\n6.5,9.765876257280235\n6.55,9.64615627196218\n6.6,9.502325919585296\n6.65,9.334744701125118\n6.7,9.143831482353194\n6.75,8.930063446890767\n6.8,8.693974903498253\n6.85,8.436155950581597\n6.9,8.157251001253568\n6.95,7.857957172636611\n7,7.539022543433046\n7.05,7.201244284117942\n7.1,6.845466664428066\n7.15,6.472578943127236\n7.2,6.083513145322545\n7.25,5.679241732886949\n7.3,5.260775173811053\n7.35,4.829159416559378\n7.4,4.385473275743903\n7.45,3.9308257356494076", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -421,8 +419,7 @@ { "csvContent": "x2,x^2\n-7.5,56.25\n-7.45,55.502500000000005\n-7.4,54.760000000000005\n-7.35,54.022499999999994\n-7.3,53.29\n-7.25,52.5625\n-7.2,51.84\n-7.15,51.1225\n-7.1,50.41\n-7.05,49.7025\n-7,49\n-6.95,48.3025\n-6.9,47.61000000000001\n-6.85,46.92249999999999\n-6.8,46.239999999999995\n-6.75,45.5625\n-6.7,44.89\n-6.65,44.222500000000004\n-6.6,43.559999999999995\n-6.55,42.902499999999996\n-6.5,42.25\n-6.45,41.6025\n-6.4,40.96000000000001\n-6.35,40.3225\n-6.3,39.69\n-6.25,39.0625\n-6.2,38.440000000000005\n-6.15,37.822500000000005\n-6.1,37.209999999999994\n-6.05,36.6025\n-6,36\n-5.95,35.4025\n-5.9,34.81\n-5.85,34.2225\n-5.8,33.64\n-5.75,33.0625\n-5.7,32.49\n-5.65,31.922500000000003\n-5.6,31.359999999999996\n-5.55,30.8025\n-5.5,30.25\n-5.45,29.7025\n-5.4,29.160000000000004\n-5.35,28.622499999999995\n-5.3,28.09\n-5.25,27.5625\n-5.2,27.040000000000003\n-5.15,26.522500000000004\n-5.1,26.009999999999998\n-5.05,25.502499999999998\n-5,25\n-4.95,24.5025\n-4.9,24.010000000000005\n-4.85,23.522499999999997\n-4.8,23.04\n-4.75,22.5625\n-4.7,22.090000000000003\n-4.65,21.622500000000002\n-4.6,21.159999999999997\n-4.55,20.702499999999997\n-4.5,20.25\n-4.45,19.802500000000002\n-4.4,19.360000000000003\n-4.35,18.922499999999996\n-4.3,18.49\n-4.25,18.0625\n-4.2,17.64\n-4.15,17.222500000000004\n-4.1,16.81\n-4.05,16.4025\n-4,16\n-3.95,15.602500000000001\n-3.9,15.209999999999999\n-3.85,14.822500000000002\n-3.8,14.44\n-3.75,14.0625\n-3.7,13.690000000000001\n-3.65,13.3225\n-3.6,12.96\n-3.55,12.6025\n-3.5,12.25\n-3.45,11.902500000000002\n-3.4,11.559999999999999\n-3.35,11.2225\n-3.3,10.889999999999999\n-3.25,10.5625\n-3.2,10.240000000000002\n-3.15,9.9225\n-3.1,9.610000000000001\n-3.05,9.302499999999998\n-3,9\n-2.95,8.7025\n-2.9,8.41\n-2.85,8.1225\n-2.8,7.839999999999999\n-2.75,7.5625\n-2.7,7.290000000000001\n-2.65,7.0225\n-2.6,6.760000000000001\n-2.55,6.5024999999999995\n-2.5,6.25\n-2.45,6.002500000000001\n-2.4,5.76\n-2.35,5.522500000000001\n-2.3,5.289999999999999\n-2.25,5.0625\n-2.2,4.840000000000001\n-2.15,4.6225\n-2.1,4.41\n-2.05,4.2025\n-2,4\n-1.95,3.8024999999999998\n-1.9,3.61\n-1.85,3.4225000000000003\n-1.8,3.24\n-1.75,3.0625\n-1.7,2.8899999999999997\n-1.65,2.7224999999999997\n-1.6,2.5600000000000005\n-1.55,2.4025000000000003\n-1.5,2.25\n-1.45,2.1025\n-1.4,1.9599999999999997\n-1.35,1.8225000000000002\n-1.3,1.6900000000000002\n-1.25,1.5625\n-1.2,1.44\n-1.15,1.3224999999999998\n-1.1,1.2100000000000002\n-1.05,1.1025\n-1,1\n-0.95,0.9025\n-0.9,0.81\n-0.85,0.7224999999999999\n-0.8,0.6400000000000001\n-0.75,0.5625\n-0.7,0.48999999999999994\n-0.65,0.42250000000000004\n-0.6,0.36\n-0.55,0.30250000000000005\n-0.5,0.25\n-0.45,0.2025\n-0.4,0.16000000000000003\n-0.35,0.12249999999999998\n-0.3,0.09\n-0.25,0.0625\n-0.2,0.04000000000000001\n-0.15,0.0225\n-0.1,0.010000000000000002\n-0.05,0.0025000000000000005\n0,0\n0.05,0.0025000000000000005\n0.1,0.010000000000000002\n0.15,0.0225\n0.2,0.04000000000000001\n0.25,0.0625\n0.3,0.09\n0.35,0.12249999999999998\n0.4,0.16000000000000003\n0.45,0.2025\n0.5,0.25\n0.55,0.30250000000000005\n0.6,0.36\n0.65,0.42250000000000004\n0.7,0.48999999999999994\n0.75,0.5625\n0.8,0.6400000000000001\n0.85,0.7224999999999999\n0.9,0.81\n0.95,0.9025\n1,1\n1.05,1.1025\n1.1,1.2100000000000002\n1.15,1.3224999999999998\n1.2,1.44\n1.25,1.5625\n1.3,1.6900000000000002\n1.35,1.8225000000000002\n1.4,1.9599999999999997\n1.45,2.1025\n1.5,2.25\n1.55,2.4025000000000003\n1.6,2.5600000000000005\n1.65,2.7224999999999997\n1.7,2.8899999999999997\n1.75,3.0625\n1.8,3.24\n1.85,3.4225000000000003\n1.9,3.61\n1.95,3.8024999999999998\n2,4\n2.05,4.2025\n2.1,4.41\n2.15,4.6225\n2.2,4.840000000000001\n2.25,5.0625\n2.3,5.289999999999999\n2.35,5.522500000000001\n2.4,5.76\n2.45,6.002500000000001\n2.5,6.25\n2.55,6.5024999999999995\n2.6,6.760000000000001\n2.65,7.0225\n2.7,7.290000000000001\n2.75,7.5625\n2.8,7.839999999999999\n2.85,8.1225\n2.9,8.41\n2.95,8.7025\n3,9\n3.05,9.302499999999998\n3.1,9.610000000000001\n3.15,9.9225\n3.2,10.240000000000002\n3.25,10.5625\n3.3,10.889999999999999\n3.35,11.2225\n3.4,11.559999999999999\n3.45,11.902500000000002\n3.5,12.25\n3.55,12.6025\n3.6,12.96\n3.65,13.3225\n3.7,13.690000000000001\n3.75,14.0625\n3.8,14.44\n3.85,14.822500000000002\n3.9,15.209999999999999\n3.95,15.602500000000001\n4,16\n4.05,16.4025\n4.1,16.81\n4.15,17.222500000000004\n4.2,17.64\n4.25,18.0625\n4.3,18.49\n4.35,18.922499999999996\n4.4,19.360000000000003\n4.45,19.802500000000002\n4.5,20.25\n4.55,20.702499999999997\n4.6,21.159999999999997\n4.65,21.622500000000002\n4.7,22.090000000000003\n4.75,22.5625\n4.8,23.04\n4.85,23.522499999999997\n4.9,24.010000000000005\n4.95,24.5025\n5,25\n5.05,25.502499999999998\n5.1,26.009999999999998\n5.15,26.522500000000004\n5.2,27.040000000000003\n5.25,27.5625\n5.3,28.09\n5.35,28.622499999999995\n5.4,29.160000000000004\n5.45,29.7025\n5.5,30.25\n5.55,30.8025\n5.6,31.359999999999996\n5.65,31.922500000000003\n5.7,32.49\n5.75,33.0625\n5.8,33.64\n5.85,34.2225\n5.9,34.81\n5.95,35.4025\n6,36\n6.05,36.6025\n6.1,37.209999999999994\n6.15,37.822500000000005\n6.2,38.440000000000005\n6.25,39.0625\n6.3,39.69\n6.35,40.3225\n6.4,40.96000000000001\n6.45,41.6025\n6.5,42.25\n6.55,42.902499999999996\n6.6,43.559999999999995\n6.65,44.222500000000004\n6.7,44.89\n6.75,45.5625\n6.8,46.239999999999995\n6.85,46.92249999999999\n6.9,47.61000000000001\n6.95,48.3025\n7,49\n7.05,49.7025\n7.1,50.41\n7.15,51.1225\n7.2,51.84\n7.25,52.5625\n7.3,53.29\n7.35,54.022499999999994\n7.4,54.760000000000005\n7.45,55.502500000000005", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "B", "scenarioId": "csv_content" @@ -430,8 +427,7 @@ { "csvContent": "x3,sqrt(x)\n0,0\n0.05,2.23606797749979\n0.1,3.1622776601683795\n0.15,3.872983346207417\n0.2,4.47213595499958\n0.25,5\n0.3,5.47722557505166\n0.35,5.916079783099616\n0.4,6.324555320336759\n0.45,6.708203932499369\n0.5,7.0710678118654755\n0.55,7.416198487095663\n0.6,7.745966692414834\n0.65,8.062257748298551\n0.7,8.366600265340756\n0.75,8.660254037844386\n0.8,8.94427190999916\n0.85,9.219544457292887\n0.9,9.486832980505138\n0.95,9.746794344808963\n1,10\n1.05,10.2469507659596\n1.1,10.488088481701517\n1.15,10.723805294763608\n1.2,10.95445115010332\n1.25,11.180339887498949\n1.3,11.401754250991381\n1.35,11.618950038622252\n1.4,11.832159566199232\n1.45,12.041594578792296\n1.5,12.24744871391589\n1.55,12.449899597988733\n1.6,12.649110640673518\n1.65,12.84523257866513\n1.7,13.038404810405297\n1.75,13.228756555322953\n1.8,13.416407864998739\n1.85,13.601470508735442\n1.9,13.784048752090222\n1.95,13.96424004376894\n2,14.142135623730951\n2.05,14.317821063276352\n2.1,14.49137674618944\n2.15,14.66287829861518\n2.2,14.832396974191326\n2.25,15\n2.3,15.1657508881031\n2.35,15.329709716755893\n2.4,15.491933384829668\n2.45,15.652475842498529\n2.5,15.811388300841898\n2.55,15.968719422671311\n2.6,16.124515496597102\n2.65,16.278820596099706\n2.7,16.431676725154986\n2.75,16.583123951776997\n2.8,16.73320053068151\n2.85,16.881943016134134\n2.9,17.0293863659264\n2.95,17.175564037317667\n3,17.32050807568877\n3.05,17.46424919657298\n3.1,17.60681686165901\n3.15,17.74823934929885\n3.2,17.88854381999832\n3.25,18.027756377319946\n3.3,18.16590212458495\n3.35,18.303005217723125\n3.4,18.439088914585774\n3.45,18.57417562100671\n3.5,18.708286933869708\n3.55,18.84144368141677\n3.6,18.973665961010276\n3.65,19.1049731745428\n3.7,19.235384061671347\n3.75,19.364916731037084\n3.8,19.493588689617926\n3.85,19.621416870348586\n3.9,19.748417658131498\n3.95,19.87460691435179\n4,20\n4.05,20.124611797498105\n4.1,20.248456731316583\n4.15,20.37154878746336\n4.2,20.4939015319192\n4.25,20.615528128088304\n4.3,20.73644135332772\n4.35,20.85665361461421\n4.4,20.976176963403034\n4.45,21.095023109728984\n4.5,21.213203435596423\n4.55,21.330729007701542\n4.6,21.447610589527216\n4.65,21.563858652847827\n4.7,21.6794833886788\n4.75,21.79449471770337\n4.8,21.90890230020664\n4.85,22.022715545545243\n4.9,22.135943621178654\n4.95,22.24859546128699\n5,22.360679774997898\n5.05,22.47220505424423\n5.1,22.58317958127243\n5.15,22.693611435820436\n5.2,22.803508501982762\n5.25,22.9128784747792\n5.3,23.021728866442675\n5.35,23.130067012440755\n5.4,23.237900077244504\n5.45,23.345235059857504\n5.5,23.45207879911715\n5.55,23.55843797877949\n5.6,23.664319132398465\n5.65,23.769728648009426\n5.7,23.874672772626646\n5.75,23.979157616563597\n5.8,24.08318915758459\n5.85,24.186773244895647\n5.9,24.289915602982237\n5.95,24.392621835300936\n6,24.49489742783178\n6.05,24.596747752497684\n6.1,24.698178070456937\n6.15,24.79919353527449\n6.2,24.899799195977465\n6.25,25\n6.3,25.099800796022265\n6.35,25.199206336708304\n6.4,25.298221281347036\n6.45,25.39685019840059\n6.5,25.495097567963924\n6.55,25.592967784139454\n6.6,25.69046515733026\n6.65,25.787593916455258\n6.7,25.88435821108957\n6.75,25.98076211353316\n6.8,26.076809620810593\n6.85,26.1725046566048\n6.9,26.267851073127396\n6.95,26.362852652928133\n7,26.457513110645905\n7.05,26.551836094703507\n7.1,26.645825188948457\n7.15,26.739483914241873\n7.2,26.832815729997478\n7.25,26.92582403567252\n7.3,27.018512172212592\n7.35,27.11088342345192\n7.4,27.202941017470884\n7.45,27.294688127912362", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "C", "scenarioId": "csv_content" @@ -439,8 +435,7 @@ { "csvContent": "x4,-sqrt(x)\n0,0\n0.05,-2.23606797749979\n0.1,-3.1622776601683795\n0.15,-3.872983346207417\n0.2,-4.47213595499958\n0.25,-5\n0.3,-5.47722557505166\n0.35,-5.916079783099616\n0.4,-6.324555320336759\n0.45,-6.708203932499369\n0.5,-7.0710678118654755\n0.55,-7.416198487095663\n0.6,-7.745966692414834\n0.65,-8.062257748298551\n0.7,-8.366600265340756\n0.75,-8.660254037844386\n0.8,-8.94427190999916\n0.85,-9.219544457292887\n0.9,-9.486832980505138\n0.95,-9.746794344808963\n1,-10\n1.05,-10.2469507659596\n1.1,-10.488088481701517\n1.15,-10.723805294763608\n1.2,-10.95445115010332\n1.25,-11.180339887498949\n1.3,-11.401754250991381\n1.35,-11.618950038622252\n1.4,-11.832159566199232\n1.45,-12.041594578792296\n1.5,-12.24744871391589\n1.55,-12.449899597988733\n1.6,-12.649110640673518\n1.65,-12.84523257866513\n1.7,-13.038404810405297\n1.75,-13.228756555322953\n1.8,-13.416407864998739\n1.85,-13.601470508735442\n1.9,-13.784048752090222\n1.95,-13.96424004376894\n2,-14.142135623730951\n2.05,-14.317821063276352\n2.1,-14.49137674618944\n2.15,-14.66287829861518\n2.2,-14.832396974191326\n2.25,-15\n2.3,-15.1657508881031\n2.35,-15.329709716755893\n2.4,-15.491933384829668\n2.45,-15.652475842498529\n2.5,-15.811388300841898\n2.55,-15.968719422671311\n2.6,-16.124515496597102\n2.65,-16.278820596099706\n2.7,-16.431676725154986\n2.75,-16.583123951776997\n2.8,-16.73320053068151\n2.85,-16.881943016134134\n2.9,-17.0293863659264\n2.95,-17.175564037317667\n3,-17.32050807568877\n3.05,-17.46424919657298\n3.1,-17.60681686165901\n3.15,-17.74823934929885\n3.2,-17.88854381999832\n3.25,-18.027756377319946\n3.3,-18.16590212458495\n3.35,-18.303005217723125\n3.4,-18.439088914585774\n3.45,-18.57417562100671\n3.5,-18.708286933869708\n3.55,-18.84144368141677\n3.6,-18.973665961010276\n3.65,-19.1049731745428\n3.7,-19.235384061671347\n3.75,-19.364916731037084\n3.8,-19.493588689617926\n3.85,-19.621416870348586\n3.9,-19.748417658131498\n3.95,-19.87460691435179\n4,-20\n4.05,-20.124611797498105\n4.1,-20.248456731316583\n4.15,-20.37154878746336\n4.2,-20.4939015319192\n4.25,-20.615528128088304\n4.3,-20.73644135332772\n4.35,-20.85665361461421\n4.4,-20.976176963403034\n4.45,-21.095023109728984\n4.5,-21.213203435596423\n4.55,-21.330729007701542\n4.6,-21.447610589527216\n4.65,-21.563858652847827\n4.7,-21.6794833886788\n4.75,-21.79449471770337\n4.8,-21.90890230020664\n4.85,-22.022715545545243\n4.9,-22.135943621178654\n4.95,-22.24859546128699\n5,-22.360679774997898\n5.05,-22.47220505424423\n5.1,-22.58317958127243\n5.15,-22.693611435820436\n5.2,-22.803508501982762\n5.25,-22.9128784747792\n5.3,-23.021728866442675\n5.35,-23.130067012440755\n5.4,-23.237900077244504\n5.45,-23.345235059857504\n5.5,-23.45207879911715\n5.55,-23.55843797877949\n5.6,-23.664319132398465\n5.65,-23.769728648009426\n5.7,-23.874672772626646\n5.75,-23.979157616563597\n5.8,-24.08318915758459\n5.85,-24.186773244895647\n5.9,-24.289915602982237\n5.95,-24.392621835300936\n6,-24.49489742783178\n6.05,-24.596747752497684\n6.1,-24.698178070456937\n6.15,-24.79919353527449\n6.2,-24.899799195977465\n6.25,-25\n6.3,-25.099800796022265\n6.35,-25.199206336708304\n6.4,-25.298221281347036\n6.45,-25.39685019840059\n6.5,-25.495097567963924\n6.55,-25.592967784139454\n6.6,-25.69046515733026\n6.65,-25.787593916455258\n6.7,-25.88435821108957\n6.75,-25.98076211353316\n6.8,-26.076809620810593\n6.85,-26.1725046566048\n6.9,-26.267851073127396\n6.95,-26.362852652928133\n7,-26.457513110645905\n7.05,-26.551836094703507\n7.1,-26.645825188948457\n7.15,-26.739483914241873\n7.2,-26.832815729997478\n7.25,-26.92582403567252\n7.3,-27.018512172212592\n7.35,-27.11088342345192\n7.4,-27.202941017470884\n7.45,-27.294688127912362", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "D", "scenarioId": "csv_content" @@ -450,7 +445,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "gridPos": { "h": 7, "w": 3, @@ -471,7 +468,9 @@ "type": "text" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -558,8 +557,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -569,7 +567,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -702,8 +702,7 @@ { "csvFileName": "automobiles.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -714,16 +713,16 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Origin" - ] + "fields": ["Origin"] } } ], "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -856,8 +855,7 @@ { "csvFileName": "automobiles.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -868,9 +866,7 @@ { "id": "partitionByValues", "options": { - "fields": [ - "Origin" - ] + "fields": ["Origin"] } } ], @@ -932,9 +928,7 @@ "id": 11, "options": { "dims": { - "exclude": [ - "co TLM0100" - ], + "exclude": ["co TLM0100"], "x": "humidity TLM0100" }, "legend": { @@ -969,52 +963,20 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.4860747509084685, - 0.4790778553981873, - 0.4597786615711249, - 0.4478751241705323, - 0.44020548182152397, - 0.4569020188814074, - 0.4655250429581913, - 0.4819032762634117, - 0.491365303224968, - 0.5092239049148886 + 0.4860747509084685, 0.4790778553981873, 0.4597786615711249, 0.4478751241705323, 0.44020548182152397, + 0.4569020188814074, 0.4655250429581913, 0.4819032762634117, 0.491365303224968, 0.5092239049148886 ], [ - 35.084960222673146, - 35.089101898649055, - 35.130020139289115, - 35.10251705413486, - 35.08184755996438, - 35.04582600108574, - 35.09077388700681, - 35.04096375315356, - 35.05647864027338, - 35.091800720894916 + 35.084960222673146, 35.089101898649055, 35.130020139289115, 35.10251705413486, 35.08184755996438, + 35.04582600108574, 35.09077388700681, 35.04096375315356, 35.05647864027338, 35.091800720894916 ], [ - 71.2187151336704, - 71.24617135003214, - 71.21726829714834, - 71.26528218716341, - 71.26084702358875, - 71.24054378677393, - 71.27884802991244, - 71.29783163616926, - 71.33230999794793, - 71.34975514559837 + 71.2187151336704, 71.24617135003214, 71.21726829714834, 71.26528218716341, 71.26084702358875, + 71.24054378677393, 71.27884802991244, 71.29783163616926, 71.33230999794793, 71.34975514559837 ] ] }, @@ -1068,10 +1030,7 @@ ], "meta": { "executedQueryString": "import \"influxdata/influxdb/sample\"\nimport \"influxdata/influxdb/schema\"\n\nsample.data(set: \"airSensor\")\n |> limit(n: 10)\n |> group(columns: [\"sensor_id\"])\n |> schema.fieldsAsCols()\n", - "typeVersion": [ - 0, - 0 - ] + "typeVersion": [0, 0] }, "refId": "A" } @@ -1080,52 +1039,21 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.4964171323208575, - 0.48257922637952133, - 0.46567087322576145, - 0.4467650568596856, - 0.4417772514767169, - 0.4341379534638706, - 0.439345038257859, - 0.43452737707188627, - 0.42417500678639164, + 0.4964171323208575, 0.48257922637952133, 0.46567087322576145, 0.4467650568596856, + 0.4417772514767169, 0.4341379534638706, 0.439345038257859, 0.43452737707188627, 0.42417500678639164, 0.40704613738954887 ], [ - 34.92662088456207, - 34.91464944732493, - 34.95985887959429, - 34.929238294894844, - 34.954103486412336, - 34.98895514808448, - 35.03476240219413, - 35.028863365125844, - 35.03717014192905, - 35.00775919996651 + 34.92662088456207, 34.91464944732493, 34.95985887959429, 34.929238294894844, 34.954103486412336, + 34.98895514808448, 35.03476240219413, 35.028863365125844, 35.03717014192905, 35.00775919996651 ], [ - 71.83521495327129, - 71.83370684393908, - 71.83712160725877, - 71.88299650060345, - 71.90526594972503, - 71.8631768515712, - 71.85577028152356, - 71.89245169322045, - 71.93606971457449, - 71.96164771829956 + 71.83521495327129, 71.83370684393908, 71.83712160725877, 71.88299650060345, 71.90526594972503, + 71.8631768515712, 71.85577028152356, 71.89245169322045, 71.93606971457449, 71.96164771829956 ] ] }, @@ -1184,52 +1112,20 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.4870365157212326, - 0.5032215395360725, - 0.5035259485542879, - 0.4841798164121083, - 0.483812619615984, - 0.4882993499867786, - 0.4719009580435705, - 0.4700689455810135, - 0.48112413053169706, - 0.4691106107162724 + 0.4870365157212326, 0.5032215395360725, 0.5035259485542879, 0.4841798164121083, 0.483812619615984, + 0.4882993499867786, 0.4719009580435705, 0.4700689455810135, 0.48112413053169706, 0.4691106107162724 ], [ - 34.86359615237462, - 34.84629630959152, - 34.81771460191974, - 34.854640808896036, - 34.86699022367547, - 34.864319179513096, - 34.86915527122888, - 34.89889649251399, - 34.86576388906259, - 34.88622805723735 + 34.86359615237462, 34.84629630959152, 34.81771460191974, 34.854640808896036, 34.86699022367547, + 34.864319179513096, 34.86915527122888, 34.89889649251399, 34.86576388906259, 34.88622805723735 ], [ - 72.03972207916735, - 72.05566134520713, - 72.08473708469143, - 72.07306942754916, - 72.0427409958616, - 72.04536459775873, - 72.09400368933838, - 72.14293243585941, - 72.18840859469728, - 72.15524663568557 + 72.03972207916735, 72.05566134520713, 72.08473708469143, 72.07306942754916, 72.0427409958616, + 72.04536459775873, 72.09400368933838, 72.14293243585941, 72.18840859469728, 72.15524663568557 ] ] }, @@ -1288,52 +1184,21 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.3979338437168368, - 0.4117117830425588, - 0.4000376537804249, - 0.40114553332960723, - 0.3909759394807085, - 0.38213452854680874, - 0.37339826793170855, - 0.3624713623472977, - 0.35640734768856297, + 0.3979338437168368, 0.4117117830425588, 0.4000376537804249, 0.40114553332960723, 0.3909759394807085, + 0.38213452854680874, 0.37339826793170855, 0.3624713623472977, 0.35640734768856297, 0.35690557816119645 ], [ - 35.16192242281515, - 35.19891757080395, - 35.23754373785834, - 35.25270355198698, - 35.29525947947623, - 35.272026086051184, - 35.275233467451635, - 35.23834593104291, - 35.25233833634368, - 35.22053598631417 + 35.16192242281515, 35.19891757080395, 35.23754373785834, 35.25270355198698, 35.29525947947623, + 35.272026086051184, 35.275233467451635, 35.23834593104291, 35.25233833634368, 35.22053598631417 ], [ - 71.29169927438586, - 71.32114142326272, - 71.33632903748085, - 71.3064635464553, - 71.26436580075855, - 71.30431517798449, - 71.28861822950174, - 71.26778760430453, - 71.23481860950403, - 71.23084180913762 + 71.29169927438586, 71.32114142326272, 71.33632903748085, 71.3064635464553, 71.26436580075855, + 71.30431517798449, 71.28861822950174, 71.26778760430453, 71.23481860950403, 71.23084180913762 ] ] }, @@ -1392,52 +1257,20 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.5129015632374951, - 0.552968955740271, - 0.5690444135565038, - 0.6050221760178951, - 0.5943904374498042, - 0.6153588301241533, - 0.6164375823908576, - 0.6059635952981327, - 0.6470283318343141, - 0.6861075098169984 + 0.5129015632374951, 0.552968955740271, 0.5690444135565038, 0.6050221760178951, 0.5943904374498042, + 0.6153588301241533, 0.6164375823908576, 0.6059635952981327, 0.6470283318343141, 0.6861075098169984 ], [ - 35.75385592664215, - 35.753218714107504, - 35.72547059379115, - 35.74553237372676, - 35.73378268235891, - 35.747560005048086, - 35.769867599816735, - 35.73929899563808, - 35.705317880681875, - 35.65611547721327 + 35.75385592664215, 35.753218714107504, 35.72547059379115, 35.74553237372676, 35.73378268235891, + 35.747560005048086, 35.769867599816735, 35.73929899563808, 35.705317880681875, 35.65611547721327 ], [ - 73.64806558624832, - 73.65728412124716, - 73.68805520135102, - 73.65185281162863, - 73.63499402146681, - 73.68359308763364, - 73.64682180062367, - 73.63298265031713, - 73.59096788790947, - 73.6381949597034 + 73.64806558624832, 73.65728412124716, 73.68805520135102, 73.65185281162863, 73.63499402146681, + 73.68359308763364, 73.64682180062367, 73.63298265031713, 73.59096788790947, 73.6381949597034 ] ] }, @@ -1496,52 +1329,20 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.5082489903097206, - 0.525490999229553, - 0.5300688563597754, - 0.5351282770519872, - 0.533437724470923, - 0.5164188260958164, - 0.5134188770545406, - 0.4949993424337248, - 0.4960387472164697, - 0.5046934441184395 + 0.5082489903097206, 0.525490999229553, 0.5300688563597754, 0.5351282770519872, 0.533437724470923, + 0.5164188260958164, 0.5134188770545406, 0.4949993424337248, 0.4960387472164697, 0.5046934441184395 ], [ - 35.24972613768055, - 35.238916979727335, - 35.28758958750148, - 35.26413172906637, - 35.2875488141577, - 35.32420268624064, - 35.2932945023372, - 35.277959228995584, - 35.27901195680498, - 35.27056468599647 + 35.24972613768055, 35.238916979727335, 35.28758958750148, 35.26413172906637, 35.2875488141577, + 35.32420268624064, 35.2932945023372, 35.277959228995584, 35.27901195680498, 35.27056468599647 ], [ - 73.99618150289902, - 74.01973867729899, - 73.97488048626532, - 73.97027021897547, - 73.96055098802299, - 73.94544160099603, - 73.91010608315078, - 73.9594600253564, - 73.93323000030807, - 73.94265737589377 + 73.99618150289902, 74.01973867729899, 73.97488048626532, 73.97027021897547, 73.96055098802299, + 73.94544160099603, 73.91010608315078, 73.9594600253564, 73.93323000030807, 73.94265737589377 ] ] }, @@ -1600,52 +1401,21 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.4843506884938821, - 0.48132272563110234, - 0.4738268718199932, - 0.4929629619836042, - 0.4730642763470896, - 0.4654986284178103, - 0.47939137148137106, - 0.4729232244284411, - 0.48941836624955776, + 0.4843506884938821, 0.48132272563110234, 0.4738268718199932, 0.4929629619836042, 0.4730642763470896, + 0.4654986284178103, 0.47939137148137106, 0.4729232244284411, 0.48941836624955776, 0.49438537058971027 ], [ - 35.6843507637763, - 35.67052290561625, - 35.651191124511904, - 35.682694567957775, - 35.71754463951193, - 35.73271359197846, - 35.76201128140823, - 35.72031962293351, - 35.76508898680512, - 35.77376488207177 + 35.6843507637763, 35.67052290561625, 35.651191124511904, 35.682694567957775, 35.71754463951193, + 35.73271359197846, 35.76201128140823, 35.72031962293351, 35.76508898680512, 35.77376488207177 ], [ - 75.28536533620796, - 75.3203884403274, - 75.32915092826639, - 75.3260291876276, - 75.29613126188146, - 75.31098782530198, - 75.27434784939884, - 75.30929861509146, - 75.32818662869892, - 75.33650169518009 + 75.28536533620796, 75.3203884403274, 75.32915092826639, 75.3260291876276, 75.29613126188146, + 75.31098782530198, 75.27434784939884, 75.30929861509146, 75.32818662869892, 75.33650169518009 ] ] }, @@ -1704,52 +1474,20 @@ "data": { "values": [ [ - 1686898151000, - 1686898161000, - 1686898171000, - 1686898181000, - 1686898191000, - 1686898201000, - 1686898211000, - 1686898221000, - 1686898231000, - 1686898241000 + 1686898151000, 1686898161000, 1686898171000, 1686898181000, 1686898191000, 1686898201000, + 1686898211000, 1686898221000, 1686898231000, 1686898241000 ], [ - 0.39373421338928505, - 0.40929905142175416, - 0.39727569840202215, - 0.415834035946844, - 0.413865826090914, - 0.4271278288285897, - 0.435277474574255, - 0.4480042029285831, - 0.462641109361364, - 0.4566678920783633 + 0.39373421338928505, 0.40929905142175416, 0.39727569840202215, 0.415834035946844, 0.413865826090914, + 0.4271278288285897, 0.435277474574255, 0.4480042029285831, 0.462641109361364, 0.4566678920783633 ], [ - 35.86322585633077, - 35.88732568460068, - 35.87553827435961, - 35.84063967239316, - 35.813642046057005, - 35.8569165461967, - 35.80924651587166, - 35.80599199551315, - 35.75906423980926, - 35.79948361256034 + 35.86322585633077, 35.88732568460068, 35.87553827435961, 35.84063967239316, 35.813642046057005, + 35.8569165461967, 35.80924651587166, 35.80599199551315, 35.75906423980926, 35.79948361256034 ], [ - 74.78112365229704, - 74.73821283157658, - 74.73019922701285, - 74.73280967321202, - 74.74885460260536, - 74.70880911705714, - 74.73346687605624, - 74.77682413662681, - 74.80562351134131, - 74.82881664528719 + 74.78112365229704, 74.73821283157658, 74.73019922701285, 74.73280967321202, 74.74885460260536, + 74.70880911705714, 74.73346687605624, 74.77682413662681, 74.80562351134131, 74.82881664528719 ] ] }, @@ -1811,7 +1549,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1898,8 +1638,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -1909,7 +1648,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -1996,8 +1737,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -2007,7 +1747,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -2100,8 +1842,7 @@ { "csvFileName": "flight_info_by_state.csv", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_file" @@ -2113,11 +1854,7 @@ ], "refresh": "", "schemaVersion": 39, - "tags": [ - "gdev", - "panel-tests", - "graph-ng" - ], + "tags": ["gdev", "panel-tests", "graph-ng"], "templating": { "list": [] }, @@ -2131,4 +1868,4 @@ "uid": "YObbMr44k", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/panel-xychart/xychart-tooltip-color-test.json b/devenv/dev-dashboards/panel-xychart/xychart-tooltip-color-test.json index e92699d02e3..b0ae2a9d76b 100644 --- a/devenv/dev-dashboards/panel-xychart/xychart-tooltip-color-test.json +++ b/devenv/dev-dashboards/panel-xychart/xychart-tooltip-color-test.json @@ -100,8 +100,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -189,8 +188,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -278,8 +276,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -374,8 +371,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -470,8 +466,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -566,8 +561,7 @@ { "csvContent": "x,y,z\n1,2,3\n3,4,5\n5,6,7", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "${DS_GDEV-TESTDATA}" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -577,7 +571,9 @@ "type": "xychart" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -654,8 +650,7 @@ { "csvContent": "x,y,c\n0,0,0\n50,50,25\n100,100,50", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -681,4 +676,4 @@ "uid": "cb67db43-dd72-4ada-a313-53f46c20adcc", "version": 1, "weekStart": "" -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/scenarios/relative_time_zone_support.json b/devenv/dev-dashboards/scenarios/relative_time_zone_support.json index 5fcf0e10597..e50ababea25 100644 --- a/devenv/dev-dashboards/scenarios/relative_time_zone_support.json +++ b/devenv/dev-dashboards/scenarios/relative_time_zone_support.json @@ -24,8 +24,7 @@ "panels": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -68,9 +67,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -79,8 +76,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -92,8 +88,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -136,9 +131,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -147,8 +140,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", diff --git a/devenv/dev-dashboards/scenarios/slow_queries_and_annotations.json b/devenv/dev-dashboards/scenarios/slow_queries_and_annotations.json index 8966137b55e..a62b9452a65 100644 --- a/devenv/dev-dashboards/scenarios/slow_queries_and_annotations.json +++ b/devenv/dev-dashboards/scenarios/slow_queries_and_annotations.json @@ -34,7 +34,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 7, @@ -118,7 +120,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 7, @@ -202,7 +206,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 7, @@ -286,7 +292,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 7, @@ -370,7 +378,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 7, @@ -454,7 +464,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -538,7 +550,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -622,7 +636,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -706,7 +722,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -790,7 +808,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -874,7 +894,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 5, @@ -958,7 +980,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 6, @@ -1042,7 +1066,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "fill": 1, "gridPos": { "h": 6, diff --git a/devenv/dev-dashboards/scenarios/time_zone_support.json b/devenv/dev-dashboards/scenarios/time_zone_support.json index cc1f81ee221..23b3fc020f7 100644 --- a/devenv/dev-dashboards/scenarios/time_zone_support.json +++ b/devenv/dev-dashboards/scenarios/time_zone_support.json @@ -23,7 +23,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fieldConfig": { @@ -121,7 +123,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fieldConfig": { @@ -219,7 +223,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fieldConfig": { @@ -328,7 +334,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fieldConfig": { @@ -448,7 +456,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "editable": true, "error": false, "fieldConfig": { @@ -561,7 +571,9 @@ "bars": false, "dashLength": 10, "dashes": false, - "datasource": "gdev-testdata", + "datasource": { + "type": "grafana-testdata-datasource" + }, "decimals": 3, "fieldConfig": { "defaults": { diff --git a/devenv/dev-dashboards/transforms/config-from-query.json b/devenv/dev-dashboards/transforms/config-from-query.json index cb65f966667..c572e80c438 100644 --- a/devenv/dev-dashboards/transforms/config-from-query.json +++ b/devenv/dev-dashboards/transforms/config-from-query.json @@ -29,8 +29,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -109,8 +108,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "max": 100, @@ -123,8 +121,7 @@ "alias": "", "csvContent": "min,max,threshold1\n1000,1000,8000\n0,100,80\n\n", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "config", "scenarioId": "csv_content" @@ -144,8 +141,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -203,9 +199,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -215,8 +209,7 @@ { "csvContent": "Name, Value, SensorA, MyUnit, MyColor\nGoogle, 10, 50, km/h, blue\nGoogle, 100, 100,km/h, orange\n", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -252,8 +245,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -312,9 +304,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -324,8 +314,7 @@ { "csvContent": "ID, DisplayText\n21412312312, Homer\n12421412413, Simpsons \n12321312313, Bart", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -356,8 +345,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -416,9 +404,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -428,8 +414,7 @@ { "csvContent": "Value, Color\nOK, blue\nPretty bad, red\nYay it's green, green\nSomething is off, orange\nNo idea, #88AA00\nAm I purple?, purple", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -464,8 +449,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -508,9 +492,7 @@ "footer": { "countRows": false, "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -520,8 +502,7 @@ { "csvContent": "ID, Value\n21412312312, 100\n12421412413, 20\n12321312313, 10", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "A", @@ -552,8 +533,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -633,8 +613,7 @@ { "csvContent": "ID, Value\nA21412312312, 100\nA12421412413, 20\nA12321312313, 10\n", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "data", @@ -643,8 +622,7 @@ { "csvContent": "ID, DisplayText\nA21412312312, Homer\nA12421412413, Marge \nA12321312313, Bart", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "mappings", @@ -679,9 +657,7 @@ }, { "datasource": { - "default": true, - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -757,8 +733,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[\n {\n \"schema\": {\n \"refId\": \"A\",\n \"meta\": {\n \"typeVersion\": [\n 0,\n 0\n ],\n \"custom\": {\n \"customStat\": 10\n }\n },\n \"fields\": [\n {\n \"name\": \"time\",\n \"type\": \"time\",\n \"typeInfo\": {\n \"frame\": \"time.Time\",\n \"nullable\": true\n },\n \"config\": {\n \"interval\": 300000\n }\n },\n {\n \"name\": \"A-series\",\n \"type\": \"number\",\n \"typeInfo\": {\n \"frame\": \"float64\",\n \"nullable\": true\n },\n \"labels\": {},\n \"config\": {}\n }\n ]\n },\n \"data\": {\n \"values\": [\n [\n 1732120345536,\n 1732120645536,\n 1732120945536,\n 1732121245536,\n 1732121545536,\n 1732121845536,\n 1732122145536,\n 1732122445536,\n 1732122745536,\n 1732123045536,\n 1732123345536,\n 1732123645536,\n 1732123945536,\n 1732124245536,\n 1732124545536,\n 1732124845536,\n 1732125145536,\n 1732125445536,\n 1732125745536,\n 1732126045536,\n 1732126345536,\n 1732126645536,\n 1732126945536,\n 1732127245536,\n 1732127545536,\n 1732127845536,\n 1732128145536,\n 1732128445536,\n 1732128745536,\n 1732129045536,\n 1732129345536,\n 1732129645536,\n 1732129945536,\n 1732130245536,\n 1732130545536,\n 1732130845536,\n 1732131145536,\n 1732131445536,\n 1732131745536,\n 1732132045536,\n 1732132345536,\n 1732132645536,\n 1732132945536,\n 1732133245536,\n 1732133545536,\n 1732133845536,\n 1732134145536,\n 1732134445536,\n 1732134745536,\n 1732135045536,\n 1732135345536,\n 1732135645536,\n 1732135945536,\n 1732136245536,\n 1732136545536,\n 1732136845536,\n 1732137145536,\n 1732137445536,\n 1732137745536,\n 1732138045536,\n 1732138345536,\n 1732138645536,\n 1732138945536,\n 1732139245536,\n 1732139545536,\n 1732139845536,\n 1732140145536,\n 1732140445536,\n 1732140745536,\n 1732141045536,\n 1732141345536,\n 1732141645536\n ],\n [\n 36.67835770082578,\n 35.674537924065,\n 8.339763723800829,\n 16.313291374141446,\n 66.05915891584247,\n 55.975417240601566,\n 33.75563648171818,\n 10.561077849025175,\n 20.31936089572975,\n 26.11219409670694,\n 57.542750561307564,\n 67.10954340535248,\n 82.95323961635275,\n 100.9691805551439,\n 59.829706792214644,\n 94.58723331927925,\n 89.3082374466047,\n 58.69065135820439,\n 97.144192150251,\n 139.99199318295675,\n 157.9473973408396,\n 177.94452058033198,\n 188.84065573954362,\n 154.3930906887033,\n 130.14406878049226,\n 116.65818233680316,\n 100.96041794526472,\n 144.65142921584447,\n 175.75178611497054,\n 203.55271609883386,\n 238.4931714915047,\n 253.38754249911452,\n 271.1735238723396,\n 258.54418620287515,\n 260.8463123020904,\n 216.10614084307323,\n 253.30389406688175,\n 249.37108721413884,\n 243.7226799137106,\n 216.74579233434042,\n 262.50043010512826,\n 238.71564300219498,\n 218.3552317737898,\n 195.6154411937393,\n 154.1987522722987,\n 124.00066408416897,\n 146.6474694384778,\n 101.68405646311294,\n 104.5791139459948,\n 85.39428966503652,\n 78.45166775446714,\n 56.285707917841535,\n 36.22861441808941,\n 35.098428846082555,\n 68.67835646605371,\n 101.67142528391042,\n 151.04038339587296,\n 114.77414457402928,\n 72.65341528313934,\n 113.42643748928826,\n 151.09282092262364,\n 163.24422498859587,\n 183.86606816236363,\n 230.24678524811478,\n 205.94887669562561,\n 211.24387656976373,\n 217.26738326873522,\n 214.66898480692646,\n 206.95531499977153,\n 194.19724584765092,\n 146.16071387746757,\n 188.30193538777615\n ]\n ]\n }\n }\n]", "refId": "A", @@ -790,10 +765,7 @@ ], "refresh": "", "schemaVersion": 40, - "tags": [ - "gdev", - "transform" - ], + "tags": ["gdev", "transform"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/transforms/extract-json-paths.json b/devenv/dev-dashboards/transforms/extract-json-paths.json index a9141cc7f4d..337ae2c8fbd 100644 --- a/devenv/dev-dashboards/transforms/extract-json-paths.json +++ b/devenv/dev-dashboards/transforms/extract-json-paths.json @@ -14,13 +14,7 @@ "target": { "limit": 100, "matchAny": false, - "tags": [ - "gdev", - "transform", - "transformations", - "extract", - "json" - ], + "tags": ["gdev", "transform", "transformations", "extract", "json"], "type": "dashboard" }, "type": "dashboard" @@ -66,8 +60,7 @@ } ], "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "pluginVersion": "9.4.0-pre", "fieldConfig": { @@ -100,9 +93,7 @@ "showHeader": true, "footer": { "show": false, - "reducer": [ - "sum" - ], + "reducer": ["sum"], "countRows": false, "fields": "" } @@ -110,8 +101,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[{\"schema\":{\"refId\":\"A\",\"meta\":{\"channel\":\"ds/bHGPS1h4z/1s/test\",\"transformations\":[\"extractFields\",\"extractFields\",\"extractFields\"]},\"fields\":[{\"name\":\"Time\",\"type\":\"time\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}},{\"name\":\"Value\",\"type\":\"other\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}}]},\"data\":{\"values\":[[1673543683471,1673543689063,1673543695050],[[\"2023-01-12T17:14:44.419Z\",62,141,79,29,79,-29,29,{\"testdata\":{\"source1\":{\"value1\":9,\"value2\":18},\"source2\":[[0,1,2,3,4,5,6,7,8,9],[7,11,13,17,19,23,27,29]]}}],[\"2023-01-12T17:14:50.050Z\",62,143,81,29,81,-29,29,{\"testdata\":{\"source1\":{\"value1\":10,\"value2\":20},\"source2\":[[1,2,3,4,5,6,7,8,9,10],[11,13,17,19,23,27,29,31]]}}],[\"2023-01-12T17:14:55.050Z\",61,146,80,22,85,-28,28,{\"testdata\":{\"source1\":{\"value1\":11,\"value2\":22},\"source2\":[[3,4,5,6,7,8,9,10,11,12],[13,17,19,23,27,29,31,37,41]]}}]]]}}]", "refId": "A", @@ -148,8 +138,7 @@ } ], "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "pluginVersion": "9.4.0-pre", "fieldConfig": { @@ -219,8 +208,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[{\"schema\":{\"refId\":\"A\",\"meta\":{\"channel\":\"ds/bHGPS1h4z/1s/test\",\"transformations\":[\"extractFields\",\"extractFields\",\"extractFields\"]},\"fields\":[{\"name\":\"Time\",\"type\":\"time\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}},{\"name\":\"Value\",\"type\":\"other\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}}]},\"data\":{\"values\":[[1673543683471,1673543689063,1673543695050],[[\"2023-01-12T17:14:44.419Z\",62,141,79,29,79,-29,29,{\"testdata\":{\"source1\":{\"value1\":9,\"value2\":18},\"source2\":[[0,1,2,3,4,5,6,7,8,9],[7,11,13,17,19,23,27,29]]}}],[\"2023-01-12T17:14:50.050Z\",62,143,81,29,81,-29,29,{\"testdata\":{\"source1\":{\"value1\":10,\"value2\":20},\"source2\":[[1,2,3,4,5,6,7,8,9,10],[11,13,17,19,23,27,29,31]]}}],[\"2023-01-12T17:14:55.050Z\",61,146,80,22,85,-28,28,{\"testdata\":{\"source1\":{\"value1\":11,\"value2\":22},\"source2\":[[3,4,5,6,7,8,9,10,11,12],[13,17,19,23,27,29,31,37,41]]}}]]]}}]", "refId": "A", @@ -241,8 +229,7 @@ "title": "Raw data", "transformations": [], "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "pluginVersion": "9.4.0-pre", "fieldConfig": { @@ -275,9 +262,7 @@ "showHeader": true, "footer": { "show": false, - "reducer": [ - "sum" - ], + "reducer": ["sum"], "countRows": false, "fields": "" } @@ -285,8 +270,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "gdev-testdata" + "type": "grafana-testdata-datasource" }, "rawFrameContent": "[{\"schema\":{\"refId\":\"A\",\"meta\":{\"channel\":\"ds/bHGPS1h4z/1s/test\",\"transformations\":[\"extractFields\",\"extractFields\",\"extractFields\"]},\"fields\":[{\"name\":\"Time\",\"type\":\"time\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}},{\"name\":\"Value\",\"type\":\"other\",\"config\":{\"custom\":{\"align\":\"auto\",\"displayMode\":\"auto\",\"inspect\":false},\"color\":{\"mode\":\"thresholds\"},\"mappings\":[],\"thresholds\":{\"mode\":\"absolute\",\"steps\":[{\"color\":\"green\",\"value\":null},{\"color\":\"red\",\"value\":80}]}}}]},\"data\":{\"values\":[[1673543683471,1673543689063,1673543695050],[[\"2023-01-12T17:14:44.419Z\",62,141,79,29,79,-29,29,{\"testdata\":{\"source1\":{\"value1\":9,\"value2\":18},\"source2\":[[0,1,2,3,4,5,6,7,8,9],[7,11,13,17,19,23,27,29]]}}],[\"2023-01-12T17:14:50.050Z\",62,143,81,29,81,-29,29,{\"testdata\":{\"source1\":{\"value1\":10,\"value2\":20},\"source2\":[[1,2,3,4,5,6,7,8,9,10],[11,13,17,19,23,27,29,31]]}}],[\"2023-01-12T17:14:55.050Z\",61,146,80,22,85,-28,28,{\"testdata\":{\"source1\":{\"value1\":11,\"value2\":22},\"source2\":[[3,4,5,6,7,8,9,10,11,12],[13,17,19,23,27,29,31,37,41]]}}]]]}}]", "refId": "A", @@ -298,10 +282,7 @@ ], "revision": 1, "schemaVersion": 37, - "tags": [ - "gdev", - "transform" - ], + "tags": ["gdev", "transform"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/transforms/filter.json b/devenv/dev-dashboards/transforms/filter.json index e06a0520a14..d1d38914f03 100644 --- a/devenv/dev-dashboards/transforms/filter.json +++ b/devenv/dev-dashboards/transforms/filter.json @@ -1,170 +1,158 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, - "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1394, - "links": [], - "liveNow": false, - "panels": [ + "annotations": { + "list": [ { + "builtIn": 1, "datasource": { - "uid": "PD8C576611E62080A", - "type": "testdata" + "type": "grafana", + "uid": "-- Grafana --" }, - "fieldConfig": { - "defaults": { - "custom": { - "align": "auto", - "cellOptions": { - "type": "auto" - }, - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - }, - "color": { - "mode": "thresholds" - } - }, - "overrides": [] + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" }, - "gridPos": { - "h": 9, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 2, - "targets": [ - { - "scenarioId": "csv_content", - "refId": "A", - "datasource": { - "uid": "PD8C576611E62080A", - "type": "testdata" - }, - "csvContent": "AAA\n1\n2\n3\n4" - }, - { - "scenarioId": "csv_content", - "refId": "B", - "datasource": { - "uid": "PD8C576611E62080A", - "type": "testdata" - }, - "csvContent": "BBB\n1\n2\n3\n4\n", - "hide": false - } - ], - "title": "Transformer query filters", - "type": "table", - "transformations": [ - { - "id": "reduce", - "options": { - "reducers": [ - "min" - ], - "mode": "reduceFields", - "includeTimeField": false - }, - "filter": { - "id": "byRefId", - "options": "A" - } - }, - { - "id": "reduce", - "options": { - "reducers": [ - "max" - ], - "mode": "reduceFields", - "includeTimeField": false - }, - "filter": { - "id": "byRefId", - "options": "B" - } - }, - { - "id": "concatenate", - "options": {} - }, - { - "id": "organize", - "options": { - "excludeByName": {}, - "indexByName": {}, - "renameByName": { - "AAA": "Min from Query A", - "BBB": "Max from Query B" - } - } - } - ], - "options": { - "showHeader": true, - "footer": { - "show": false, - "reducer": [ - "sum" - ], - "countRows": false, - "fields": "" - }, - "frameIndex": 0 - }, - "pluginVersion": "9.4.0-pre" + "type": "dashboard" } - ], - "schemaVersion": 37, - "tags": [ - "gdev", - "transform" - ], - "templating": { - "list": [] - }, - "time": { - "from": "now-6h", - "to": "now" - }, - "timepicker": {}, - "timezone": "", - "title": "Transforms - Filters", - "uid": "fGWBVW4k" - } + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1394, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "custom": { + "align": "auto", + "cellOptions": { + "type": "auto" + }, + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "color": { + "mode": "thresholds" + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 2, + "targets": [ + { + "scenarioId": "csv_content", + "refId": "A", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "csvContent": "AAA\n1\n2\n3\n4" + }, + { + "scenarioId": "csv_content", + "refId": "B", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "csvContent": "BBB\n1\n2\n3\n4\n", + "hide": false + } + ], + "title": "Transformer query filters", + "type": "table", + "transformations": [ + { + "id": "reduce", + "options": { + "reducers": ["min"], + "mode": "reduceFields", + "includeTimeField": false + }, + "filter": { + "id": "byRefId", + "options": "A" + } + }, + { + "id": "reduce", + "options": { + "reducers": ["max"], + "mode": "reduceFields", + "includeTimeField": false + }, + "filter": { + "id": "byRefId", + "options": "B" + } + }, + { + "id": "concatenate", + "options": {} + }, + { + "id": "organize", + "options": { + "excludeByName": {}, + "indexByName": {}, + "renameByName": { + "AAA": "Min from Query A", + "BBB": "Max from Query B" + } + } + } + ], + "options": { + "showHeader": true, + "footer": { + "show": false, + "reducer": ["sum"], + "countRows": false, + "fields": "" + }, + "frameIndex": 0 + }, + "pluginVersion": "9.4.0-pre" + } + ], + "schemaVersion": 37, + "tags": ["gdev", "transform"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Transforms - Filters", + "uid": "fGWBVW4k" +} diff --git a/devenv/dev-dashboards/transforms/join-by-field.json b/devenv/dev-dashboards/transforms/join-by-field.json index 2c254fc929e..f1a98a4b8d8 100644 --- a/devenv/dev-dashboards/transforms/join-by-field.json +++ b/devenv/dev-dashboards/transforms/join-by-field.json @@ -42,7 +42,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -116,8 +118,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk", @@ -168,9 +169,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -230,9 +229,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -271,7 +268,9 @@ "type": "row" }, { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -308,9 +307,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 0, @@ -321,8 +318,7 @@ { "csvContent": "OrderID,CustomerID,Time\n100,A,10000\n101,B,20000\n102,C,30000", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "Orders", "scenarioId": "csv_content" @@ -330,8 +326,7 @@ { "csvContent": "CustomerID,Name,Country\nA,Customer A,USA\nB,Customer B,Germany\nC,Customer C,Spain\nD,Customer D,Canada", "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "refId": "Customers", @@ -383,9 +378,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 1, @@ -472,9 +465,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 0, @@ -570,9 +561,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 0, @@ -604,10 +593,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "transform" - ], + "tags": ["gdev", "transform"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/transforms/join-by-labels.json b/devenv/dev-dashboards/transforms/join-by-labels.json index 7b546b58c80..0a99497b823 100644 --- a/devenv/dev-dashboards/transforms/join-by-labels.json +++ b/devenv/dev-dashboards/transforms/join-by-labels.json @@ -29,7 +29,9 @@ "liveNow": false, "panels": [ { - "datasource": { "type": "testdata" }, + "datasource": { + "type": "grafana-testdata-datasource" + }, "fieldConfig": { "defaults": { "color": { @@ -65,9 +67,7 @@ "justifyMode": "auto", "orientation": "auto", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -77,8 +77,7 @@ "targets": [ { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "labels": "site=A,measure=speed,state=CA", "refId": "A", @@ -86,8 +85,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "labels": "site=B,measure=speed,state=OR", @@ -96,8 +94,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "labels": "site=B,measure=temp", @@ -106,8 +103,7 @@ }, { "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "hide": false, "labels": "site=A,measure=temp", @@ -160,9 +156,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "frameIndex": 2, @@ -225,9 +219,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -248,9 +240,7 @@ { "id": "joinByLabels", "options": { - "join": [ - "site" - ], + "join": ["site"], "value": "measure" } } @@ -299,9 +289,7 @@ "options": { "footer": { "fields": "", - "reducer": [ - "sum" - ], + "reducer": ["sum"], "show": false }, "showHeader": true @@ -330,10 +318,7 @@ } ], "schemaVersion": 37, - "tags": [ - "gdev", - "transform" - ], + "tags": ["gdev", "transform"], "templating": { "list": [] }, diff --git a/devenv/dev-dashboards/transforms/regression-analysis.json b/devenv/dev-dashboards/transforms/regression-analysis.json index f9330ff55cf..dc48d3fd498 100644 --- a/devenv/dev-dashboards/transforms/regression-analysis.json +++ b/devenv/dev-dashboards/transforms/regression-analysis.json @@ -24,8 +24,7 @@ "panels": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -106,8 +105,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -132,8 +130,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -214,8 +211,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "random_walk" @@ -239,8 +235,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -322,8 +317,7 @@ { "csvContent": "time, val\n2023-11-20 12:09:00, 1\n2023-11-20 12:09:02, 2\n2023-11-20 12:09:03, 3\n2023-11-20 12:09:04, 4\n2023-11-20 12:09:05, 5\n2023-11-20 12:09:06, 6\n2023-11-20 12:09:07, 2\n2023-11-20 12:09:08, 3\n2023-11-20 12:09:09, 4\n2023-11-20 12:09:10, 1\n2023-11-20 12:09:11, 2\n2023-11-20 12:09:12, 3\n2023-11-20 12:09:13, 4", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -368,8 +362,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -451,8 +444,7 @@ { "csvContent": "time, val\n2023-11-20 12:09:00, 1\n2023-11-20 12:09:02, 2\n2023-11-20 12:09:03, 3\n2023-11-20 12:09:04, 4\n2023-11-20 12:09:05, null\n2023-11-20 12:09:06, 6\n2023-11-20 12:09:07, 2\n2023-11-20 12:09:08, null\n2023-11-20 12:09:09, 4\n2023-11-20 12:09:10, 1\n2023-11-20 12:09:11, 2\n2023-11-20 12:09:12, 3\n2023-11-20 12:09:13, 4", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -498,8 +490,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -618,8 +609,7 @@ { "csvContent": "x,y\n1,4\n2,1\n3,2\n4,-2\n5,6\n3,2\n1,7\n3,9\n6,3\n5,-3\n2,-2\n7,15", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -676,8 +666,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -715,9 +704,7 @@ "orientation": "auto", "percentChangeColorMode": "standard", "reduceOptions": { - "calcs": [ - "lastNotNull" - ], + "calcs": ["lastNotNull"], "fields": "", "values": false }, @@ -756,8 +743,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -864,8 +850,7 @@ { "csvContent": "x, val\n6,2\n8,1\n10,5\n15,1\n22,10\n", "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "csv_content" @@ -909,8 +894,7 @@ }, { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "fieldConfig": { "defaults": { @@ -1028,8 +1012,7 @@ "targets": [ { "datasource": { - "type": "grafana-testdata-datasource", - "uid": "PD8C576611E62080A" + "type": "grafana-testdata-datasource" }, "refId": "A", "scenarioId": "usa", @@ -1072,10 +1055,7 @@ "preload": false, "refresh": "", "schemaVersion": 41, - "tags": [ - "gdev", - "transform" - ], + "tags": ["gdev", "transform"], "templating": { "list": [] }, @@ -1088,4 +1068,4 @@ "title": "Transforms - Regression analysis", "uid": "d2d2bb99-42e4-44b8-b93e-3ad1aae31c6b", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/dev-dashboards/transforms/reuse.json b/devenv/dev-dashboards/transforms/reuse.json index 8a59840c9a8..f207ab6c9fc 100644 --- a/devenv/dev-dashboards/transforms/reuse.json +++ b/devenv/dev-dashboards/transforms/reuse.json @@ -1,538 +1,525 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": { - "type": "grafana", - "uid": "-- Grafana --" - }, - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "fiscalYearStartMonth": 0, - "graphTooltip": 0, - "id": 1394, - "links": [], - "liveNow": false, - "panels": [ - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" }, - "gridPos": { - "h": 3, - "w": 24, - "x": 0, - "y": 0 - }, - "id": 9, - "options": { - "content": "Dashboard queries allow re-using the same results from one panel in another panel context.\n\nThis dashboard shows a single panel that makes a real query and applies transformations. The other panels, all use the same results rather than make their own query requests.", - "mode": "markdown" - }, - "pluginVersion": "9.2.0-pre", - "type": "text" - }, - { - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 18, - "w": 7, - "x": 0, - "y": 3 - }, - "id": 2, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.2.0-pre", - "targets": [ - { - "csvFileName": "flight_info_by_state.csv", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "A", - "scenarioId": "csv_file" - }, - { - "csvFileName": "population_by_state.csv", - "datasource": { - "type": "testdata", - "uid": "PD8C576611E62080A" - }, - "refId": "B", - "scenarioId": "csv_file" - } - ], - "title": "Raw data -- with outer join", - "transformations": [ - { - "id": "seriesToColumns", - "options": { - "byField": "State", - "mode": "outer" - } - }, - { - "id": "organize", - "options": { - "excludeByName": { - "1980 population_by_state.csv": true, - "2000 population_by_state.csv": true, - "DestLocation flight_info_by_state.csv": true, - "Lat flight_info_by_state.csv": true, - "Lng flight_info_by_state.csv": true, - "Price flight_info_by_state.csv": true - }, - "indexByName": {}, - "renameByName": { - "2020 population_by_state.csv": "2020 population", - "Count flight_info_by_state.csv": "Flight count", - "Price flight_info_by_state.csv": "" - } - } - } - ], - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 11, - "x": 7, - "y": 3 - }, - "id": 4, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.2.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A" - } - ], - "title": "Reused data (without transform)", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 6, - "x": 18, - "y": 3 - }, - "id": 5, - "options": { - "basemap": { - "config": {}, - "name": "Layer 0", - "type": "default" - }, - "controls": { - "mouseWheelZoom": true, - "showAttribution": true, - "showDebug": false, - "showMeasure": false, - "showScale": false, - "showZoom": true - }, - "layers": [ - { - "config": { - "showLegend": true, - "style": { - "color": { - "fixed": "dark-green" - }, - "opacity": 0.4, - "rotation": { - "fixed": 0, - "max": 360, - "min": -360, - "mode": "mod" - }, - "size": { - "field": "Flight count", - "fixed": 5, - "max": 15, - "min": 2 - }, - "symbol": { - "fixed": "img/icons/marker/circle.svg", - "mode": "fixed" - }, - "textConfig": { - "fontSize": 12, - "offsetX": 0, - "offsetY": 0, - "textAlign": "center", - "textBaseline": "middle" - } - } - }, - "location": { - "gazetteer": "public/gazetteer/usa-states.json", - "lookup": "State", - "mode": "lookup" - }, - "name": "Flight count", - "tooltip": true, - "type": "markers" - } - ], - "tooltip": { - "mode": "details" - }, - "view": { - "id": "coords", - "lat": 35.70008, - "lon": -93.558296, - "zoom": 3.09 - } - }, - "pluginVersion": "9.2.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A", - "withTransforms": true - } - ], - "title": "Reused data (without transform)", - "type": "geomap" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "auto", - "displayMode": "auto", - "inspect": false - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 11, - "x": 7, - "y": 12 - }, - "id": 6, - "options": { - "footer": { - "fields": "", - "reducer": [ - "sum" - ], - "show": false - }, - "showHeader": true - }, - "pluginVersion": "9.2.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A", - "withTransforms": true - } - ], - "title": "Reused data (with transform)", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 9, - "w": 6, - "x": 18, - "y": 12 - }, - "id": 7, - "options": { - "basemap": { - "config": {}, - "name": "Layer 0", - "type": "default" - }, - "controls": { - "mouseWheelZoom": true, - "showAttribution": true, - "showDebug": false, - "showMeasure": false, - "showScale": false, - "showZoom": true - }, - "layers": [ - { - "config": { - "showLegend": true, - "style": { - "color": { - "fixed": "dark-green" - }, - "opacity": 0.4, - "rotation": { - "fixed": 0, - "max": 360, - "min": -360, - "mode": "mod" - }, - "size": { - "field": "2020 population", - "fixed": 5, - "max": 15, - "min": 2 - }, - "symbol": { - "fixed": "img/icons/marker/circle.svg", - "mode": "fixed" - }, - "textConfig": { - "fontSize": 12, - "offsetX": 0, - "offsetY": 0, - "textAlign": "center", - "textBaseline": "middle" - } - } - }, - "location": { - "gazetteer": "public/gazetteer/usa-states.json", - "lookup": "State", - "mode": "lookup" - }, - "name": "2022 Population", - "tooltip": true, - "type": "markers" - } - ], - "tooltip": { - "mode": "details" - }, - "view": { - "id": "coords", - "lat": 35.70008, - "lon": -93.558296, - "zoom": 3.09 - } - }, - "pluginVersion": "9.2.0-pre", - "targets": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "panelId": 2, - "refId": "A", - "withTransforms": true - } - ], - "title": "Reused data (with transform)", - "type": "geomap" + "type": "dashboard" } - ], - "schemaVersion": 37, - "tags": [ - "gdev", - "transform" - ], - "templating": { - "list": [] + ] + }, + "editable": true, + "fiscalYearStartMonth": 0, + "graphTooltip": 0, + "id": 1394, + "links": [], + "liveNow": false, + "panels": [ + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "gridPos": { + "h": 3, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 9, + "options": { + "content": "Dashboard queries allow re-using the same results from one panel in another panel context.\n\nThis dashboard shows a single panel that makes a real query and applies transformations. The other panels, all use the same results rather than make their own query requests.", + "mode": "markdown" + }, + "pluginVersion": "9.2.0-pre", + "type": "text" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "grafana-testdata-datasource" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 18, + "w": 7, + "x": 0, + "y": 3 + }, + "id": 2, + "options": { + "footer": { + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "9.2.0-pre", + "targets": [ + { + "csvFileName": "flight_info_by_state.csv", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "A", + "scenarioId": "csv_file" + }, + { + "csvFileName": "population_by_state.csv", + "datasource": { + "type": "grafana-testdata-datasource" + }, + "refId": "B", + "scenarioId": "csv_file" + } + ], + "title": "Raw data -- with outer join", + "transformations": [ + { + "id": "seriesToColumns", + "options": { + "byField": "State", + "mode": "outer" + } + }, + { + "id": "organize", + "options": { + "excludeByName": { + "1980 population_by_state.csv": true, + "2000 population_by_state.csv": true, + "DestLocation flight_info_by_state.csv": true, + "Lat flight_info_by_state.csv": true, + "Lng flight_info_by_state.csv": true, + "Price flight_info_by_state.csv": true + }, + "indexByName": {}, + "renameByName": { + "2020 population_by_state.csv": "2020 population", + "Count flight_info_by_state.csv": "Flight count", + "Price flight_info_by_state.csv": "" + } + } + } + ], + "type": "table" }, - "timepicker": {}, - "timezone": "", - "title": "Transforms - Reuse dashboard queries", - "uid": "fYGWTVW4k" - } + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 11, + "x": 7, + "y": 3 + }, + "id": 4, + "options": { + "footer": { + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "9.2.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A" + } + ], + "title": "Reused data (without transform)", + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 3 + }, + "id": 5, + "options": { + "basemap": { + "config": {}, + "name": "Layer 0", + "type": "default" + }, + "controls": { + "mouseWheelZoom": true, + "showAttribution": true, + "showDebug": false, + "showMeasure": false, + "showScale": false, + "showZoom": true + }, + "layers": [ + { + "config": { + "showLegend": true, + "style": { + "color": { + "fixed": "dark-green" + }, + "opacity": 0.4, + "rotation": { + "fixed": 0, + "max": 360, + "min": -360, + "mode": "mod" + }, + "size": { + "field": "Flight count", + "fixed": 5, + "max": 15, + "min": 2 + }, + "symbol": { + "fixed": "img/icons/marker/circle.svg", + "mode": "fixed" + }, + "textConfig": { + "fontSize": 12, + "offsetX": 0, + "offsetY": 0, + "textAlign": "center", + "textBaseline": "middle" + } + } + }, + "location": { + "gazetteer": "public/gazetteer/usa-states.json", + "lookup": "State", + "mode": "lookup" + }, + "name": "Flight count", + "tooltip": true, + "type": "markers" + } + ], + "tooltip": { + "mode": "details" + }, + "view": { + "id": "coords", + "lat": 35.70008, + "lon": -93.558296, + "zoom": 3.09 + } + }, + "pluginVersion": "9.2.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A", + "withTransforms": true + } + ], + "title": "Reused data (without transform)", + "type": "geomap" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "auto", + "displayMode": "auto", + "inspect": false + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 11, + "x": 7, + "y": 12 + }, + "id": 6, + "options": { + "footer": { + "fields": "", + "reducer": ["sum"], + "show": false + }, + "showHeader": true + }, + "pluginVersion": "9.2.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A", + "withTransforms": true + } + ], + "title": "Reused data (with transform)", + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 9, + "w": 6, + "x": 18, + "y": 12 + }, + "id": 7, + "options": { + "basemap": { + "config": {}, + "name": "Layer 0", + "type": "default" + }, + "controls": { + "mouseWheelZoom": true, + "showAttribution": true, + "showDebug": false, + "showMeasure": false, + "showScale": false, + "showZoom": true + }, + "layers": [ + { + "config": { + "showLegend": true, + "style": { + "color": { + "fixed": "dark-green" + }, + "opacity": 0.4, + "rotation": { + "fixed": 0, + "max": 360, + "min": -360, + "mode": "mod" + }, + "size": { + "field": "2020 population", + "fixed": 5, + "max": 15, + "min": 2 + }, + "symbol": { + "fixed": "img/icons/marker/circle.svg", + "mode": "fixed" + }, + "textConfig": { + "fontSize": 12, + "offsetX": 0, + "offsetY": 0, + "textAlign": "center", + "textBaseline": "middle" + } + } + }, + "location": { + "gazetteer": "public/gazetteer/usa-states.json", + "lookup": "State", + "mode": "lookup" + }, + "name": "2022 Population", + "tooltip": true, + "type": "markers" + } + ], + "tooltip": { + "mode": "details" + }, + "view": { + "id": "coords", + "lat": 35.70008, + "lon": -93.558296, + "zoom": 3.09 + } + }, + "pluginVersion": "9.2.0-pre", + "targets": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "panelId": 2, + "refId": "A", + "withTransforms": true + } + ], + "title": "Reused data (with transform)", + "type": "geomap" + } + ], + "schemaVersion": 37, + "tags": ["gdev", "transform"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Transforms - Reuse dashboard queries", + "uid": "fYGWTVW4k" +} diff --git a/devenv/dev-dashboards/transforms/rows-to-fields.json b/devenv/dev-dashboards/transforms/rows-to-fields.json index 45b8951c082..d04120f95e9 100644 --- a/devenv/dev-dashboards/transforms/rows-to-fields.json +++ b/devenv/dev-dashboards/transforms/rows-to-fields.json @@ -1,611 +1,598 @@ { - "annotations": { - "list": [ - { - "builtIn": 1, - "datasource": "-- Grafana --", - "enable": true, - "hide": true, - "iconColor": "rgba(0, 211, 255, 1)", - "name": "Annotations & Alerts", - "target": { - "limit": 100, - "matchAny": false, - "tags": [], - "type": "dashboard" - }, + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": "-- Grafana --", + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], "type": "dashboard" - } - ] - }, - "editable": true, - "graphTooltip": 0, - "links": [], - "panels": [ - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 12, - "x": 0, - "y": 0 - }, - "id": 8, - "options": { - "showHeader": true - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "panelId": 2, - "refId": "A" - } - ], - "title": "Raw data", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Value" - }, - "properties": [ - { - "id": "custom.width", - "value": 82 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Unit" - }, - "properties": [ - { - "id": "custom.width", - "value": 108 - } - ] - } - ] - }, - "gridPos": { - "h": 5, - "w": 12, - "x": 12, - "y": 0 - }, - "id": 7, - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "panelId": 3, - "refId": "A" - } - ], - "title": "Raw data", - "type": "table" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 5 - }, - "id": 2, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "csvContent": "Name,Value,Unit,Color\nTemperature,10,degree,green\nPressure,100,bar,blue\nSpeed,30,km/h,red", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Unit and color from data", - "transformations": [ - { - "id": "rowsToFields", - "options": {} - } - ], - "type": "stat" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 5 - }, - "id": 3, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": true, - "showThresholdMarkers": true, - "text": {} - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "csvContent": "Name,Value,Unit,min,max, threshold1\nTemperature,10,degree,0,50,30\nPressure,100,Pa,0,300,200\nSpeed,30,km/h,0,150,110", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Min, Max & Thresholds from data", - "transformations": [ - { - "id": "rowsToFields", - "options": {} - } - ], - "type": "gauge" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 5, - "w": 12, - "x": 0, - "y": 12 - }, - "id": 10, - "options": { - "showHeader": true - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "panelId": 9, - "refId": "A" - } - ], - "title": "Raw data", - "type": "table" - }, - { - "datasource": { - "type": "datasource", - "uid": "-- Dashboard --" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "custom": { - "align": "left", - "displayMode": "auto" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Value" - }, - "properties": [ - { - "id": "custom.width", - "value": 82 - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Unit" - }, - "properties": [ - { - "id": "custom.width", - "value": 108 - } - ] - } - ] - }, - "gridPos": { - "h": 5, - "w": 12, - "x": 12, - "y": 12 - }, - "id": 12, - "options": { - "showHeader": true, - "sortBy": [] - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "panelId": 11, - "refId": "A" - } - ], - "title": "Raw data (Custom mapping)", - "type": "table" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "continuous-GrYlRd" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 17 - }, - "id": 9, - "options": { - "displayMode": "gradient", - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showUnfilled": true, - "text": {} - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "csvContent": "Name,Value,Unit,Min,Max\nTemperature,20,degree,0,50\nPressure,150,Pa,0,300\nSpeed,100,km/h,0,110", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Min max from data", - "transformations": [ - { - "id": "rowsToFields", - "options": {} - } - ], - "type": "bargauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 17 - }, - "id": 11, - "options": { - "orientation": "auto", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "showThresholdLabels": true, - "showThresholdMarkers": true, - "text": {} - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "csvContent": "Name,Value,Type,Quota, Warning\nTemperature,25,degree,50,30\nPressure,100,Pa,300,200\nSpeed,30,km/h,150,130", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Custom mapping", - "transformations": [ - { - "id": "rowsToFields", - "options": { - "mappings": [ - { - "configProperty": "unit", - "fieldName": "Type", - "handlerKey": "unit" - }, - { - "configProperty": "max", - "fieldName": "Quota", - "handlerKey": "max" - }, - { - "configProperty": "threshold1", - "fieldName": "Warning", - "handlerKey": "threshold1" - } - ] - } - } - ], - "type": "gauge" - }, - { - "fieldConfig": { - "defaults": { - "color": { - "mode": "thresholds" - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 24 - }, - "id": 13, - "options": { - "colorMode": "value", - "graphMode": "none", - "justifyMode": "auto", - "orientation": "horizontal", - "reduceOptions": { - "calcs": [ - "lastNotNull" - ], - "fields": "", - "values": false - }, - "text": {}, - "textMode": "auto" - }, - "pluginVersion": "8.1.0-pre", - "targets": [ - { - "csvContent": "Name, City, Country, Value\nSensorA, Stockholm, Sweden, 20\nSensorB, London, England, 50\nSensorC, New York, USA,100", - "refId": "A", - "scenarioId": "csv_content" - } - ], - "title": "Extra string fields to labels", - "transformations": [ - { - "id": "rowsToFields", - "options": {} - } - ], - "type": "stat" + "type": "dashboard" } - ], - "refresh": "", - "schemaVersion": 33, - "tags": [ - "gdev", - "transform" - ], - "templating": { - "list": [] + ] + }, + "editable": true, + "graphTooltip": 0, + "links": [], + "panels": [ + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "auto" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 12, + "x": 0, + "y": 0 + }, + "id": 8, + "options": { + "showHeader": true + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "panelId": 2, + "refId": "A" + } + ], + "title": "Raw data", + "type": "table" }, - "time": { - "from": "now-6h", - "to": "now" + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "auto" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Value" + }, + "properties": [ + { + "id": "custom.width", + "value": 82 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Unit" + }, + "properties": [ + { + "id": "custom.width", + "value": 108 + } + ] + } + ] + }, + "gridPos": { + "h": 5, + "w": 12, + "x": 12, + "y": 0 + }, + "id": 7, + "options": { + "showHeader": true, + "sortBy": [] + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "panelId": 3, + "refId": "A" + } + ], + "title": "Raw data", + "type": "table" }, - "timepicker": {}, - "timezone": "", - "title": "Transforms - Rows to fields", - "uid": "PMtIInink", - "version": 1 - } + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 5 + }, + "id": 2, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "csvContent": "Name,Value,Unit,Color\nTemperature,10,degree,green\nPressure,100,bar,blue\nSpeed,30,km/h,red", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Unit and color from data", + "transformations": [ + { + "id": "rowsToFields", + "options": {} + } + ], + "type": "stat" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 5 + }, + "id": 3, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": true, + "showThresholdMarkers": true, + "text": {} + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "csvContent": "Name,Value,Unit,min,max, threshold1\nTemperature,10,degree,0,50,30\nPressure,100,Pa,0,300,200\nSpeed,30,km/h,0,150,110", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Min, Max & Thresholds from data", + "transformations": [ + { + "id": "rowsToFields", + "options": {} + } + ], + "type": "gauge" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "auto" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 5, + "w": 12, + "x": 0, + "y": 12 + }, + "id": 10, + "options": { + "showHeader": true + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "panelId": 9, + "refId": "A" + } + ], + "title": "Raw data", + "type": "table" + }, + { + "datasource": { + "type": "datasource", + "uid": "-- Dashboard --" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "custom": { + "align": "left", + "displayMode": "auto" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Value" + }, + "properties": [ + { + "id": "custom.width", + "value": 82 + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Unit" + }, + "properties": [ + { + "id": "custom.width", + "value": 108 + } + ] + } + ] + }, + "gridPos": { + "h": 5, + "w": 12, + "x": 12, + "y": 12 + }, + "id": 12, + "options": { + "showHeader": true, + "sortBy": [] + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "panelId": 11, + "refId": "A" + } + ], + "title": "Raw data (Custom mapping)", + "type": "table" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "continuous-GrYlRd" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 17 + }, + "id": 9, + "options": { + "displayMode": "gradient", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showUnfilled": true, + "text": {} + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "csvContent": "Name,Value,Unit,Min,Max\nTemperature,20,degree,0,50\nPressure,150,Pa,0,300\nSpeed,100,km/h,0,110", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Min max from data", + "transformations": [ + { + "id": "rowsToFields", + "options": {} + } + ], + "type": "bargauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 17 + }, + "id": 11, + "options": { + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "showThresholdLabels": true, + "showThresholdMarkers": true, + "text": {} + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "csvContent": "Name,Value,Type,Quota, Warning\nTemperature,25,degree,50,30\nPressure,100,Pa,300,200\nSpeed,30,km/h,150,130", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Custom mapping", + "transformations": [ + { + "id": "rowsToFields", + "options": { + "mappings": [ + { + "configProperty": "unit", + "fieldName": "Type", + "handlerKey": "unit" + }, + { + "configProperty": "max", + "fieldName": "Quota", + "handlerKey": "max" + }, + { + "configProperty": "threshold1", + "fieldName": "Warning", + "handlerKey": "threshold1" + } + ] + } + } + ], + "type": "gauge" + }, + { + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 24 + }, + "id": 13, + "options": { + "colorMode": "value", + "graphMode": "none", + "justifyMode": "auto", + "orientation": "horizontal", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "text": {}, + "textMode": "auto" + }, + "pluginVersion": "8.1.0-pre", + "targets": [ + { + "csvContent": "Name, City, Country, Value\nSensorA, Stockholm, Sweden, 20\nSensorB, London, England, 50\nSensorC, New York, USA,100", + "refId": "A", + "scenarioId": "csv_content" + } + ], + "title": "Extra string fields to labels", + "transformations": [ + { + "id": "rowsToFields", + "options": {} + } + ], + "type": "stat" + } + ], + "refresh": "", + "schemaVersion": 33, + "tags": ["gdev", "transform"], + "templating": { + "list": [] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Transforms - Rows to fields", + "uid": "PMtIInink", + "version": 1 +} diff --git a/devenv/docker/blocks/auth/authentik/README.md b/devenv/docker/blocks/auth/authentik/README.md index 7c02d38bb8d..822fe35595b 100644 --- a/devenv/docker/blocks/auth/authentik/README.md +++ b/devenv/docker/blocks/auth/authentik/README.md @@ -24,7 +24,6 @@ The container will expose port `3389` and `6636` as LDAP and LDAPS. The container will expose port `9000` for API and Admin interface. - ## LDAP Setup The following changes are needed at Grafana's configuration file. @@ -90,13 +89,13 @@ signout_redirect_url = http://localhost:9000/application/o/grafana-oidc/end-sess ## Available users and groups -*authentik admin*: +_authentik admin_: - username: akadmin - email: admin@localhost - password: admin -*grafana logins*: +_grafana logins_: - username: authentik-admin - password: grafana diff --git a/devenv/docker/blocks/auth/jwt_proxy/jwks.json b/devenv/docker/blocks/auth/jwt_proxy/jwks.json index 9f79114ba44..d1a938c0928 100644 --- a/devenv/docker/blocks/auth/jwt_proxy/jwks.json +++ b/devenv/docker/blocks/auth/jwt_proxy/jwks.json @@ -1 +1,17 @@ -{"keys":[{"kid":"On2FQuJ8Y-909uJGWQEDkbzG-GRNmMc43HslEgVv_VQ","kty":"RSA","alg":"RS256","use":"sig","n":"qDmQHfTcOQOzmNJbVvtvuS8p_EgmiscP7vA_PZNyKx9O7utyGuoAmJH8e2w8gLIDDWHl5_x8aAIl_-TTPTSiyX8I68ryIdR28ZSe5u4pRdpXCVvJpOefKNIxQCTH7rs4KuRj0HZ2u1mu1Vz5_CeCCoKwKSmheD3u1xTJ8-VxQmdqfGxhuKtnkof7977HWOWy4GLDFqxyYHgihP_MmSeTmXUhVeZI6IOCqHMpF8eFWVGKM6V8rIKf8QO2K_vDJBM_3C933vMY8mqSQXbI3G54x-0myAaQXr4JkxjvUGKg5YC3ZXw7AjfZv_W_fQOG0GYp2hQ0akR4KNKT3XPNmpMVlQ","e":"AQAB","x5c":["MIICnTCCAYUCBgF+u1ir8jANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdncmFmYW5hMB4XDTIyMDIwMjE2NDkxN1oXDTMyMDIwMjE2NTA1N1owEjEQMA4GA1UEAwwHZ3JhZmFuYTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKg5kB303DkDs5jSW1b7b7kvKfxIJorHD+7wPz2TcisfTu7rchrqAJiR/HtsPICyAw1h5ef8fGgCJf/k0z00osl/COvK8iHUdvGUnubuKUXaVwlbyaTnnyjSMUAkx+67OCrkY9B2drtZrtVc+fwnggqCsCkpoXg97tcUyfPlcUJnanxsYbirZ5KH+/e+x1jlsuBiwxascmB4IoT/zJknk5l1IVXmSOiDgqhzKRfHhVlRijOlfKyCn/EDtiv7wyQTP9wvd97zGPJqkkF2yNxueMftJsgGkF6+CZMY71BioOWAt2V8OwI32b/1v30DhtBmKdoUNGpEeCjSk91zzZqTFZUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEABlW64QxuREB81VMGsyhj4Q5RykFaVuD5O8YlwUpmVfAVLzb0Drf54Kn4bnpnckKyYV+T+HsN4QXt81UE41xH0Aai2H3vrGH+PJf6aLPCDE+jpMqtN3n6IgImJXJPL8upMfhhWDv4nkM4uynEwWupzmrKi4oJuTETSMktJby4o6//XWnCzCVMoAGFJU4gtjBUzOMLW26zD+yc+BuUtfR3HzItVHSZKQSNSFO0kVS68RgrER8qJw07z3BOJ2bPpPM0PYyEngGMaowz/T6lI32ymGMWYMAnslthS1KAW9xcTBwnrW1nMhe5a0LPxIktys/wJtxIHZLc5sOddGT4xYklLg=="],"x5t":"prs-h1NBqOSJMH-tQWLTqguWets","x5t#S256":"YjK3HobZW8xbNL1IPDgFhCM41UC5c0hG2cxaF6v961Q"}]} \ No newline at end of file +{ + "keys": [ + { + "kid": "On2FQuJ8Y-909uJGWQEDkbzG-GRNmMc43HslEgVv_VQ", + "kty": "RSA", + "alg": "RS256", + "use": "sig", + "n": "qDmQHfTcOQOzmNJbVvtvuS8p_EgmiscP7vA_PZNyKx9O7utyGuoAmJH8e2w8gLIDDWHl5_x8aAIl_-TTPTSiyX8I68ryIdR28ZSe5u4pRdpXCVvJpOefKNIxQCTH7rs4KuRj0HZ2u1mu1Vz5_CeCCoKwKSmheD3u1xTJ8-VxQmdqfGxhuKtnkof7977HWOWy4GLDFqxyYHgihP_MmSeTmXUhVeZI6IOCqHMpF8eFWVGKM6V8rIKf8QO2K_vDJBM_3C933vMY8mqSQXbI3G54x-0myAaQXr4JkxjvUGKg5YC3ZXw7AjfZv_W_fQOG0GYp2hQ0akR4KNKT3XPNmpMVlQ", + "e": "AQAB", + "x5c": [ + "MIICnTCCAYUCBgF+u1ir8jANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdncmFmYW5hMB4XDTIyMDIwMjE2NDkxN1oXDTMyMDIwMjE2NTA1N1owEjEQMA4GA1UEAwwHZ3JhZmFuYTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKg5kB303DkDs5jSW1b7b7kvKfxIJorHD+7wPz2TcisfTu7rchrqAJiR/HtsPICyAw1h5ef8fGgCJf/k0z00osl/COvK8iHUdvGUnubuKUXaVwlbyaTnnyjSMUAkx+67OCrkY9B2drtZrtVc+fwnggqCsCkpoXg97tcUyfPlcUJnanxsYbirZ5KH+/e+x1jlsuBiwxascmB4IoT/zJknk5l1IVXmSOiDgqhzKRfHhVlRijOlfKyCn/EDtiv7wyQTP9wvd97zGPJqkkF2yNxueMftJsgGkF6+CZMY71BioOWAt2V8OwI32b/1v30DhtBmKdoUNGpEeCjSk91zzZqTFZUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEABlW64QxuREB81VMGsyhj4Q5RykFaVuD5O8YlwUpmVfAVLzb0Drf54Kn4bnpnckKyYV+T+HsN4QXt81UE41xH0Aai2H3vrGH+PJf6aLPCDE+jpMqtN3n6IgImJXJPL8upMfhhWDv4nkM4uynEwWupzmrKi4oJuTETSMktJby4o6//XWnCzCVMoAGFJU4gtjBUzOMLW26zD+yc+BuUtfR3HzItVHSZKQSNSFO0kVS68RgrER8qJw07z3BOJ2bPpPM0PYyEngGMaowz/T6lI32ymGMWYMAnslthS1KAW9xcTBwnrW1nMhe5a0LPxIktys/wJtxIHZLc5sOddGT4xYklLg==" + ], + "x5t": "prs-h1NBqOSJMH-tQWLTqguWets", + "x5t#S256": "YjK3HobZW8xbNL1IPDgFhCM41UC5c0hG2cxaF6v961Q" + } + ] +} diff --git a/devenv/docker/blocks/auth/jwt_proxy/readme.md b/devenv/docker/blocks/auth/jwt_proxy/readme.md index 823287f54e3..f5b05527f96 100644 --- a/devenv/docker/blocks/auth/jwt_proxy/readme.md +++ b/devenv/docker/blocks/auth/jwt_proxy/readme.md @@ -1,4 +1,5 @@ # JWT PROXY BLOCK + ## Devenv setup jwt auth To launch the block, use the oauth source. Ex: @@ -28,13 +29,14 @@ groups_attribute_path = groups[] allow_assign_grafana_admin = true ``` -Add *env.grafana.local* to /etc/hosts (Mac/Linux) or C:\Windows\System32\drivers\etc\hosts (Windows): +Add _env.grafana.local_ to /etc/hosts (Mac/Linux) or C:\Windows\System32\drivers\etc\hosts (Windows): + ```ini 127.0.0.1 env.grafana.local ::1 env.grafana.local ``` -Access Grafana through: +Access Grafana through: ```sh http://env.grafana.local:8088 @@ -72,11 +74,11 @@ docker-compose exec -T oauthkeycloakdb bash -c "pg_dump -U keycloak keycloak" > ## Connecting to keycloak: -- keycloak admin: http://localhost:8087 -- keycloak admin login: admin:admin -- grafana jwt viewer login: jwt-viewer:grafana -- grafana jwt editor login: jwt-editor:grafana -- grafana jwt admin login: jwt-admin:grafana +- keycloak admin: http://localhost:8087 +- keycloak admin login: admin:admin +- grafana jwt viewer login: jwt-viewer:grafana +- grafana jwt editor login: jwt-editor:grafana +- grafana jwt admin login: jwt-admin:grafana # Troubleshooting @@ -86,13 +88,17 @@ The new arm64 architecture does not build for the latest docker image of keycloa Until then you need to build the docker image locally and then run `devenv`. 1. Remove any lingering keycloak image + ```sh $ docker rmi $(docker images | grep 'keycloak') ``` + 1. Build keycloak image locally + ```sh $ ./docker-build-keycloak-m1-image.sh ``` + 1. Start from beginning of this readme ## Docker for Windows Users @@ -102,12 +108,16 @@ $ ./docker-build-keycloak-m1-image.sh Port forwarding needs to be set up between the WSL 2 VM (which runs Grafana, in my case it is Ubuntu) and the host system. (https://docs.microsoft.com/en-us/windows/wsl/networking) Run the following commands from an elevated PowerShell prompt: + 1. Change the default WSL 2 distribution if necessary + ```powershell wsl --list # Find the default wsl -s Ubuntu # Change the default ``` + 2. Open port 3000 between the Windows host and the WSL 2 VM + ```powershell $hostAddr = '0.0.0.0'; $wslHostAddr = wsl hostname -I; diff --git a/devenv/docker/blocks/auth/oauth/jwks.json b/devenv/docker/blocks/auth/oauth/jwks.json index 9f79114ba44..d1a938c0928 100644 --- a/devenv/docker/blocks/auth/oauth/jwks.json +++ b/devenv/docker/blocks/auth/oauth/jwks.json @@ -1 +1,17 @@ -{"keys":[{"kid":"On2FQuJ8Y-909uJGWQEDkbzG-GRNmMc43HslEgVv_VQ","kty":"RSA","alg":"RS256","use":"sig","n":"qDmQHfTcOQOzmNJbVvtvuS8p_EgmiscP7vA_PZNyKx9O7utyGuoAmJH8e2w8gLIDDWHl5_x8aAIl_-TTPTSiyX8I68ryIdR28ZSe5u4pRdpXCVvJpOefKNIxQCTH7rs4KuRj0HZ2u1mu1Vz5_CeCCoKwKSmheD3u1xTJ8-VxQmdqfGxhuKtnkof7977HWOWy4GLDFqxyYHgihP_MmSeTmXUhVeZI6IOCqHMpF8eFWVGKM6V8rIKf8QO2K_vDJBM_3C933vMY8mqSQXbI3G54x-0myAaQXr4JkxjvUGKg5YC3ZXw7AjfZv_W_fQOG0GYp2hQ0akR4KNKT3XPNmpMVlQ","e":"AQAB","x5c":["MIICnTCCAYUCBgF+u1ir8jANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdncmFmYW5hMB4XDTIyMDIwMjE2NDkxN1oXDTMyMDIwMjE2NTA1N1owEjEQMA4GA1UEAwwHZ3JhZmFuYTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKg5kB303DkDs5jSW1b7b7kvKfxIJorHD+7wPz2TcisfTu7rchrqAJiR/HtsPICyAw1h5ef8fGgCJf/k0z00osl/COvK8iHUdvGUnubuKUXaVwlbyaTnnyjSMUAkx+67OCrkY9B2drtZrtVc+fwnggqCsCkpoXg97tcUyfPlcUJnanxsYbirZ5KH+/e+x1jlsuBiwxascmB4IoT/zJknk5l1IVXmSOiDgqhzKRfHhVlRijOlfKyCn/EDtiv7wyQTP9wvd97zGPJqkkF2yNxueMftJsgGkF6+CZMY71BioOWAt2V8OwI32b/1v30DhtBmKdoUNGpEeCjSk91zzZqTFZUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEABlW64QxuREB81VMGsyhj4Q5RykFaVuD5O8YlwUpmVfAVLzb0Drf54Kn4bnpnckKyYV+T+HsN4QXt81UE41xH0Aai2H3vrGH+PJf6aLPCDE+jpMqtN3n6IgImJXJPL8upMfhhWDv4nkM4uynEwWupzmrKi4oJuTETSMktJby4o6//XWnCzCVMoAGFJU4gtjBUzOMLW26zD+yc+BuUtfR3HzItVHSZKQSNSFO0kVS68RgrER8qJw07z3BOJ2bPpPM0PYyEngGMaowz/T6lI32ymGMWYMAnslthS1KAW9xcTBwnrW1nMhe5a0LPxIktys/wJtxIHZLc5sOddGT4xYklLg=="],"x5t":"prs-h1NBqOSJMH-tQWLTqguWets","x5t#S256":"YjK3HobZW8xbNL1IPDgFhCM41UC5c0hG2cxaF6v961Q"}]} \ No newline at end of file +{ + "keys": [ + { + "kid": "On2FQuJ8Y-909uJGWQEDkbzG-GRNmMc43HslEgVv_VQ", + "kty": "RSA", + "alg": "RS256", + "use": "sig", + "n": "qDmQHfTcOQOzmNJbVvtvuS8p_EgmiscP7vA_PZNyKx9O7utyGuoAmJH8e2w8gLIDDWHl5_x8aAIl_-TTPTSiyX8I68ryIdR28ZSe5u4pRdpXCVvJpOefKNIxQCTH7rs4KuRj0HZ2u1mu1Vz5_CeCCoKwKSmheD3u1xTJ8-VxQmdqfGxhuKtnkof7977HWOWy4GLDFqxyYHgihP_MmSeTmXUhVeZI6IOCqHMpF8eFWVGKM6V8rIKf8QO2K_vDJBM_3C933vMY8mqSQXbI3G54x-0myAaQXr4JkxjvUGKg5YC3ZXw7AjfZv_W_fQOG0GYp2hQ0akR4KNKT3XPNmpMVlQ", + "e": "AQAB", + "x5c": [ + "MIICnTCCAYUCBgF+u1ir8jANBgkqhkiG9w0BAQsFADASMRAwDgYDVQQDDAdncmFmYW5hMB4XDTIyMDIwMjE2NDkxN1oXDTMyMDIwMjE2NTA1N1owEjEQMA4GA1UEAwwHZ3JhZmFuYTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKg5kB303DkDs5jSW1b7b7kvKfxIJorHD+7wPz2TcisfTu7rchrqAJiR/HtsPICyAw1h5ef8fGgCJf/k0z00osl/COvK8iHUdvGUnubuKUXaVwlbyaTnnyjSMUAkx+67OCrkY9B2drtZrtVc+fwnggqCsCkpoXg97tcUyfPlcUJnanxsYbirZ5KH+/e+x1jlsuBiwxascmB4IoT/zJknk5l1IVXmSOiDgqhzKRfHhVlRijOlfKyCn/EDtiv7wyQTP9wvd97zGPJqkkF2yNxueMftJsgGkF6+CZMY71BioOWAt2V8OwI32b/1v30DhtBmKdoUNGpEeCjSk91zzZqTFZUCAwEAATANBgkqhkiG9w0BAQsFAAOCAQEABlW64QxuREB81VMGsyhj4Q5RykFaVuD5O8YlwUpmVfAVLzb0Drf54Kn4bnpnckKyYV+T+HsN4QXt81UE41xH0Aai2H3vrGH+PJf6aLPCDE+jpMqtN3n6IgImJXJPL8upMfhhWDv4nkM4uynEwWupzmrKi4oJuTETSMktJby4o6//XWnCzCVMoAGFJU4gtjBUzOMLW26zD+yc+BuUtfR3HzItVHSZKQSNSFO0kVS68RgrER8qJw07z3BOJ2bPpPM0PYyEngGMaowz/T6lI32ymGMWYMAnslthS1KAW9xcTBwnrW1nMhe5a0LPxIktys/wJtxIHZLc5sOddGT4xYklLg==" + ], + "x5t": "prs-h1NBqOSJMH-tQWLTqguWets", + "x5t#S256": "YjK3HobZW8xbNL1IPDgFhCM41UC5c0hG2cxaF6v961Q" + } + ] +} diff --git a/devenv/docker/blocks/auth/oauth/readme.md b/devenv/docker/blocks/auth/oauth/readme.md index cd59c21a846..51fdd7526cc 100644 --- a/devenv/docker/blocks/auth/oauth/readme.md +++ b/devenv/docker/blocks/auth/oauth/readme.md @@ -3,6 +3,7 @@ ## Devenv setup oauth To launch the block, use the oauth source. Ex: + ```bash make devenv sources="auth/oauth" ``` @@ -67,7 +68,6 @@ curl --request POST \ --data password=grafana ``` - Grafana call example: ```sh @@ -112,9 +112,9 @@ docker-compose exec -T oauthkeycloakdb bash -c "pg_dump -U keycloak keycloak" > ## Connecting to keycloak: -- keycloak admin: http://localhost:8087 -- keycloak admin login: admin:admin -- grafana oauth viewer login: oauth-viewer:grafana -- grafana oauth editor login: oauth-editor:grafana -- grafana oauth admin login: oauth-admin:grafana -- grafana oauth server admin login: oauth-grafanaadmin:grafana +- keycloak admin: http://localhost:8087 +- keycloak admin login: admin:admin +- grafana oauth viewer login: oauth-viewer:grafana +- grafana oauth editor login: oauth-editor:grafana +- grafana oauth admin login: oauth-admin:grafana +- grafana oauth server admin login: oauth-grafanaadmin:grafana diff --git a/devenv/docker/blocks/auth/openldap-multiple/README.md b/devenv/docker/blocks/auth/openldap-multiple/README.md index b31939c9bbd..ea3bbb8aea7 100644 --- a/devenv/docker/blocks/auth/openldap-multiple/README.md +++ b/devenv/docker/blocks/auth/openldap-multiple/README.md @@ -30,9 +30,10 @@ enabled = true config_file = ./devenv/docker/blocks/auth/openldap-multiple/ldap_dev.toml ``` -## Available users and groups +## Available users and groups ### Srv1 (dc=srv1-grafana,dc=org) + - admins - ldap-admin-srv1 - editors diff --git a/devenv/docker/blocks/auth/openldap/README.md b/devenv/docker/blocks/auth/openldap/README.md index ee86f0daab4..a06efee58f4 100644 --- a/devenv/docker/blocks/auth/openldap/README.md +++ b/devenv/docker/blocks/auth/openldap/README.md @@ -1,6 +1,6 @@ # OpenLDAP for MacOS Docker Block -This Docker block is an updated version from [OpenLDAP](../openldap/) block. This Docker block uses `osixia/openldap` image. The original Docker block was based of `debian:jessie` which is not available for Apple's ARM chip. +This Docker block is an updated version from [OpenLDAP](../openldap/) block. This Docker block uses `osixia/openldap` image. The original Docker block was based of `debian:jessie` which is not available for Apple's ARM chip. ## Deployment @@ -58,6 +58,7 @@ The default configuration between Grafana and the OpenLDAP container is configur ## Configure LDAP with TLS After the `openldap` container has been deployed, you have to copy the CA from the docker container: + ```bash # get the container ID docker ps @@ -85,7 +86,8 @@ port = 636 use_ssl = true start_tls = false ``` -- To connect with STARTTLS use this config: + +- To connect with STARTTLS use this config: ```ini port = 389 diff --git a/devenv/docker/blocks/auth/prometheus_oauth2_proxy_azure/README.md b/devenv/docker/blocks/auth/prometheus_oauth2_proxy_azure/README.md index e8af6516516..4d9bdc2878c 100644 --- a/devenv/docker/blocks/auth/prometheus_oauth2_proxy_azure/README.md +++ b/devenv/docker/blocks/auth/prometheus_oauth2_proxy_azure/README.md @@ -5,7 +5,7 @@ 1. Make a copy of `oauth2-proxy.example.cfg` and rename it to `oauth2-proxy.cfg` 1. Fill in the required information (`azure client id`, `azure client secret`, `azure tenant id`) 1. Start the containers by executing `make devenv sources="prometheus,auth/prometheus_oauth2_proxy_azure"` -> If you would like to test the login flow from the browser then you need to setup TLS or start a tunnel. I usually use a tunnel (`cloudflared tunnel --url http://localhost:4180`). Do not forget to set the Redirect URIs on Azure's App Registration page + > If you would like to test the login flow from the browser then you need to setup TLS or start a tunnel. I usually use a tunnel (`cloudflared tunnel --url http://localhost:4180`). Do not forget to set the Redirect URIs on Azure's App Registration page ## How to add a new Prometheus datasource with Azure Authentication enabled @@ -15,11 +15,12 @@ 1. Set the URL 1. Enable Azure Authentication 1. Fill in the required fields of the `Azure Authentication` section - 1. Click `Save & test` + 1. Click `Save & test` 1. You should get a "Data source is working" message If you check the logs of OAuth2-proxy, you should see similar lines to this: + ``` 2023-04-19 11:29:40 172.31.0.1:55602 - d96b832a-170a-41eb-a974-6558c5ce4454 - - [2023/04/19 09:29:40] some-random-tunnel-address.trycloudflare.com GET / "/api/v1/status/buildinfo" HTTP/1.1 "Grafana/10.0.0-pre" 200 187 0.016 2023-04-19 11:29:41 172.31.0.1:55602 - db27c56a-ccd6-4cdb-a040-318113781abf - 65ac87f4-931f-4e46-9761-f8bf1ad36b48 [2023/04/19 09:29:41] some-random-tunnel-address.trycloudflare.com POST / "/api/v1/query" HTTP/1.1 "Grafana/10.0.0-pre" 200 103 0.003 -``` \ No newline at end of file +``` diff --git a/devenv/docker/blocks/caddy_tls/README.md b/devenv/docker/blocks/caddy_tls/README.md index 464f076ffcc..00a0a86d68f 100644 --- a/devenv/docker/blocks/caddy_tls/README.md +++ b/devenv/docker/blocks/caddy_tls/README.md @@ -5,7 +5,7 @@ Starts a [Caddy server](https://caddyserver.com/) with TLS configured. ## Setup - Caddy is setup to run on port 2081, so when configuring the webhook receiver in Grafana Alerting you should use the -following the following URL: `https://localhost:2081` + following the following URL: `https://localhost:2081` - Also, Caddy is configured to use a self-signed certificate and to check the client certificate (`require_and_verify` mode) - Caddy is setup to log requests and has debug mode enabled to make it easier to investigate possible issues @@ -15,19 +15,19 @@ If you want to configure a webhook contact point in Grafana Alerting with TLS, y You can find them in `/etc/caddy` directory in the container: -``` shell +```shell docker exec devenv-caddy_tls-1 ls /etc/caddy/ ``` ### CA Certificate -``` shell +```shell docker exec devenv-caddy_tls-1 cat /etc/caddy/ca.pem ``` ### Client certificates -``` shell +```shell docker exec devenv-caddy_tls-1 cat /etc/caddy/client.pem docker exec devenv-caddy_tls-1 cat /etc/caddy/client.key ``` diff --git a/devenv/docker/blocks/collectd/README.md b/devenv/docker/blocks/collectd/README.md index ebd744284d1..d950a4677b2 100644 --- a/devenv/docker/blocks/collectd/README.md +++ b/devenv/docker/blocks/collectd/README.md @@ -1,5 +1,4 @@ -collectd-write-graphite -======================= +# collectd-write-graphite Basic collectd-based server monitoring. Sends stats to Graphite. @@ -14,8 +13,7 @@ Collectd metrics: - Network interface - Swap -Environment variables ---------------------- +## Environment variables - `HOST_NAME` - Will be sent to Graphite diff --git a/devenv/docker/blocks/loki-promtail/README.md b/devenv/docker/blocks/loki-promtail/README.md index ef92ddbd193..9bd79ad7f0d 100644 --- a/devenv/docker/blocks/loki-promtail/README.md +++ b/devenv/docker/blocks/loki-promtail/README.md @@ -1,10 +1,11 @@ NB: This will not work properly on MacOS. The loglines of grafana.log are ingested at the start of this devenv and you won't get any more logs are the Docker service is started. By default this block is setup to scrape logs from Grafana. If you need to log some service from the docker-compse you can add: + ``` # For this to work you need to install the logging driver see https://github.com/grafana/loki/tree/master/cmd/docker-driver#plugin-installation logging: driver: loki options: loki-url: "http://loki:3100/loki/api/v1/push" -``` \ No newline at end of file +``` diff --git a/devenv/docker/blocks/maildev/README.md b/devenv/docker/blocks/maildev/README.md index 6ad77fc4935..77019d6cd85 100644 --- a/devenv/docker/blocks/maildev/README.md +++ b/devenv/docker/blocks/maildev/README.md @@ -1 +1 @@ -This block starts a test SMTP server on port 1025 and UI on port 12080 \ No newline at end of file +This block starts a test SMTP server on port 1025 and UI on port 12080 diff --git a/devenv/docker/blocks/mqtt/README.md b/devenv/docker/blocks/mqtt/README.md index 6724fa17666..f7dd0ff95a2 100644 --- a/devenv/docker/blocks/mqtt/README.md +++ b/devenv/docker/blocks/mqtt/README.md @@ -5,7 +5,7 @@ Starts a [NanoMQ MQTT broker](https://nanomq.io/docs/en/latest/). ## Authentication The broker is configured to use a simple username/password authentication. -See [./nanomq_pwd.conf](./nanomq_pwd.conf) for the default credentials. +See [./nanomq_pwd.conf](./nanomq_pwd.conf) for the default credentials. ## TLS Certificates @@ -13,19 +13,19 @@ If you want to configure an MQTT contact point in Grafana Alerting with TLS, you You can find them in `/etc/certs` directory in the container: -``` shell +```shell docker exec devenv-mqtt-1 ls /etc/certs/ ``` ### CA Certificate -``` shell +```shell docker exec devenv-mqtt-1 cat /etc/certs/ca.pem ``` ### Client certificates -``` shell +```shell docker exec devenv-mqtt-1 cat /etc/certs/client.pem docker exec devenv-mqtt-1 cat /etc/certs/client.key ``` diff --git a/devenv/docker/blocks/mssql_arm64/README.md b/devenv/docker/blocks/mssql_arm64/README.md index 83c63a63fe8..c45f007caf5 100644 --- a/devenv/docker/blocks/mssql_arm64/README.md +++ b/devenv/docker/blocks/mssql_arm64/README.md @@ -6,7 +6,8 @@ The `setup` files cannot be used to create a custom `grafana` db/user since `sql (https://docs.microsoft.com/en-us/azure/azure-sql-edge/connect) You can connect the Grafana MSSQL datasource to this instance by using the following credentials: - * Host: `localhost` - * Database: `master` - * User: `sa` - * Password: `Password!` or whatever is set in `docker-compose.yaml` for env var `MSSQL_SA_PASSWORD` \ No newline at end of file + +- Host: `localhost` +- Database: `master` +- User: `sa` +- Password: `Password!` or whatever is set in `docker-compose.yaml` for env var `MSSQL_SA_PASSWORD` diff --git a/devenv/docker/blocks/self-instrumentation/readme.md b/devenv/docker/blocks/self-instrumentation/readme.md index 76ef72d1ed4..07fc5856cf6 100644 --- a/devenv/docker/blocks/self-instrumentation/readme.md +++ b/devenv/docker/blocks/self-instrumentation/readme.md @@ -28,4 +28,4 @@ To collect profiles with pyroscope, you need to run Grafana with the following e export GF_DIAGNOSTICS_PROFILING_ENABLED=true export GF_DIAGNOSTICS_PROFILING_ADDR=0.0.0.0 make run -`````` +``` diff --git a/devenv/docker/blocks/sensugo/notes.md b/devenv/docker/blocks/sensugo/notes.md index f6f0b7e74b8..cfedc43da4a 100644 --- a/devenv/docker/blocks/sensugo/notes.md +++ b/devenv/docker/blocks/sensugo/notes.md @@ -24,7 +24,6 @@ The output should look similar to this: Created: /api/core/v2/apikeys/0a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d ``` - ## Configuring the notification channel ### Backend URL @@ -36,4 +35,3 @@ The Backend URL is the API port (8080) forwarded to the container, it should be The `0a1b2c3d-4e5f-6a7b-8c9d-0e1f2a3b4c5d` in the output above is the API Key to use in configuring the Sensu Go notification channel. - diff --git a/devenv/docker/blocks/tempo/README.md b/devenv/docker/blocks/tempo/README.md index 39d586dd5c8..1829b514bf7 100644 --- a/devenv/docker/blocks/tempo/README.md +++ b/devenv/docker/blocks/tempo/README.md @@ -1,4 +1,5 @@ This devenv docker-compose.yaml will allow you to; + - search traces - view traces - upload/download trace JSON files @@ -6,6 +7,7 @@ This devenv docker-compose.yaml will allow you to; - search traces via Loki To send traces from grafana use this configuration; + ``` [tracing.opentelemetry.otlp] # otlp destination (ex localhost:4317) diff --git a/devenv/docker/ha-test-unified-alerting/README.md b/devenv/docker/ha-test-unified-alerting/README.md index 48400d91abc..631498866c7 100644 --- a/devenv/docker/ha-test-unified-alerting/README.md +++ b/devenv/docker/ha-test-unified-alerting/README.md @@ -52,15 +52,20 @@ $ docker-compose up -d ``` Browse + - http://grafana.loc/ - http://prometheus.loc/ - ## Test alerting ### Create contact points + TBD + ### Create alerts + TBD + ### Create silences + TBD diff --git a/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/alerts/overview.json b/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/alerts/overview.json index 0357c3d10f1..822052ac4ab 100644 --- a/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/alerts/overview.json +++ b/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/alerts/overview.json @@ -140,21 +140,10 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Overview", "uid": "xHy7-hAik", "version": 6 -} \ No newline at end of file +} diff --git a/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/mysql/overview.json b/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/mysql/overview.json index 2bf789366cc..204c8b392d6 100644 --- a/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/mysql/overview.json +++ b/devenv/docker/ha-test-unified-alerting/grafana/provisioning/dashboards/mysql/overview.json @@ -10,9 +10,7 @@ "limit": 100, "name": "PMM Annotations", "showIn": 0, - "tags": [ - "pmm_annotation" - ], + "tags": ["pmm_annotation"], "type": "tags" }, { @@ -24,9 +22,7 @@ "limit": 100, "name": "Annotations & Alerts", "showIn": 0, - "tags": [ - - ], + "tags": [], "type": "dashboard" } ] @@ -41,9 +37,7 @@ "icon": "dashboard", "includeVars": true, "keepTime": true, - "tags": [ - "QAN" - ], + "tags": ["QAN"], "targetBlank": false, "title": "Query Analytics", "type": "link", @@ -53,9 +47,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "OS" - ], + "tags": ["OS"], "targetBlank": false, "title": "OS", "type": "dashboards" @@ -64,9 +56,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "MySQL" - ], + "tags": ["MySQL"], "targetBlank": false, "title": "MySQL", "type": "dashboards" @@ -75,9 +65,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "MongoDB" - ], + "tags": ["MongoDB"], "targetBlank": false, "title": "MongoDB", "type": "dashboards" @@ -86,9 +74,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "PostgreSQL" - ], + "tags": ["PostgreSQL"], "targetBlank": false, "title": "PostgreSQL", "type": "dashboards" @@ -97,9 +83,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "HA" - ], + "tags": ["HA"], "targetBlank": false, "title": "HA", "type": "dashboards" @@ -108,9 +92,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "Cloud" - ], + "tags": ["Cloud"], "targetBlank": false, "title": "Cloud", "type": "dashboards" @@ -119,9 +101,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "Insight" - ], + "tags": ["Insight"], "targetBlank": false, "title": "Insight", "type": "dashboards" @@ -130,9 +110,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "PMM" - ], + "tags": ["PMM"], "targetBlank": false, "title": "PMM", "type": "dashboards" @@ -148,9 +126,7 @@ "y": 0 }, "id": 382, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "", "type": "row" @@ -159,11 +135,7 @@ "cacheTimeout": null, "colorBackground": false, "colorValue": true, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 1, "description": "**MySQL Uptime**\n\nThe amount of time since the last restart of the MySQL server process.", @@ -186,9 +158,7 @@ "height": "125px", "id": 12, "interval": "$interval", - "links": [ - - ], + "links": [], "mappingType": 1, "mappingTypes": [ { @@ -224,12 +194,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_uptime{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -245,20 +211,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 2, "description": "**Current QPS**\n\nBased on the queries reported by MySQL's ``SHOW STATUS`` command, it is the number of statements executed by the server within the last second. This variable includes statements executed within stored programs, unlike the Questions variable. It does not count \n``COM_PING`` or ``COM_STATISTICS`` commands.", @@ -324,12 +284,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_queries{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -345,20 +301,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, - "colors": [ - "rgba(50, 172, 45, 0.97)", - "rgba(237, 129, 40, 0.89)", - "rgba(245, 54, 54, 0.9)" - ], + "colors": ["rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)"], "datasource": "Prometheus", "decimals": 0, "description": "**InnoDB Buffer Pool Size**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.", @@ -424,12 +374,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -445,20 +391,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 0, "description": "**InnoDB Buffer Pool Size % of Total RAM**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.", @@ -527,12 +467,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "(mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"} * 100) / on (instance) node_memory_MemTotal{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -548,9 +484,7 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { @@ -562,17 +496,13 @@ "y": 3 }, "id": 383, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Connections", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -582,9 +512,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -632,12 +560,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or mysql_global_status_threads_connected{instance=\"$host\"} )", "format": "time_series", "interval": "$interval", @@ -649,12 +573,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_max_used_connections{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -667,12 +587,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_max_connections{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -684,9 +600,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Connections", @@ -702,9 +616,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -730,9 +642,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -742,9 +652,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -767,9 +675,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -798,12 +704,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[5m])", "format": "time_series", "hide": false, @@ -816,12 +718,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max_over_time(mysql_global_status_threads_running{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_running{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -841,9 +739,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Client Thread Activity", @@ -859,9 +755,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - "total" - ] + "values": ["total"] }, "yaxes": [ { @@ -895,17 +789,13 @@ "y": 11 }, "id": 384, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Table Locks", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -915,9 +805,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -953,21 +841,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval]) or irate(mysql_global_status_questions{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -978,9 +860,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Questions", @@ -996,9 +876,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1022,9 +900,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1034,9 +910,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1083,12 +957,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_thread_cache_size{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -1100,12 +970,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_threads_cached{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -1117,12 +983,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_threads_created{instance=\"$host\"}[$interval]) or irate(mysql_global_status_threads_created{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1133,9 +995,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Thread Cache", @@ -1152,9 +1012,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1186,17 +1044,13 @@ "y": 19 }, "id": 385, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Temporary Objects", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1205,9 +1059,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1230,29 +1082,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1263,12 +1107,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1279,12 +1119,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_files{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1294,9 +1130,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Temporary Objects", @@ -1312,9 +1146,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1338,9 +1170,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1350,9 +1180,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1377,29 +1205,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_full_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_join{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1411,12 +1231,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_full_range_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_range_join{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1428,12 +1244,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1445,12 +1257,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_range_check{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range_check{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1462,12 +1270,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_scan{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1478,9 +1282,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Select Types", @@ -1496,9 +1298,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1530,17 +1330,13 @@ "y": 27 }, "id": 386, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Sorts", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1550,9 +1346,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1576,29 +1370,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_rows{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_rows{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1610,12 +1396,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_range{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1627,12 +1409,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1644,12 +1422,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_scan{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1660,9 +1434,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Sorts", @@ -1678,9 +1450,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1704,9 +1474,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1716,9 +1484,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1740,29 +1506,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_slow_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_slow_queries{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1773,9 +1531,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Slow Queries", @@ -1791,9 +1547,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1827,17 +1581,13 @@ "y": 35 }, "id": 387, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Aborted", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1847,9 +1597,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1871,29 +1619,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_aborted_connects{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_connects{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1905,12 +1645,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_aborted_clients{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_clients{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1922,9 +1658,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Aborted Connections", @@ -1940,9 +1674,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1968,9 +1700,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1980,9 +1710,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2005,29 +1733,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2039,12 +1759,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_table_locks_waited{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_waited{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2055,9 +1771,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Locks", @@ -2073,9 +1787,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2107,17 +1819,13 @@ "y": 43 }, "id": 388, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Network", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2127,9 +1835,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2152,29 +1858,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_bytes_received{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_received{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2186,12 +1884,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_bytes_sent{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_sent{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2202,9 +1896,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Network Traffic", @@ -2220,9 +1912,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2246,9 +1936,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -2258,9 +1946,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2284,29 +1970,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "increase(mysql_global_status_bytes_received{instance=\"$host\"}[1h])", "format": "time_series", "interval": "1h", @@ -2318,12 +1996,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "increase(mysql_global_status_bytes_sent{instance=\"$host\"}[1h])", "format": "time_series", "interval": "1h", @@ -2334,9 +2008,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "MySQL Network Usage Hourly", @@ -2352,9 +2024,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2386,17 +2056,13 @@ "y": 51 }, "id": 389, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Memory", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2406,9 +2072,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2538,9 +2202,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Internal Memory Overview", @@ -2556,9 +2218,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2592,17 +2252,13 @@ "y": 59 }, "id": 390, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Command, Handlers, Processes", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2612,9 +2268,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2651,21 +2305,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, rate(mysql_global_status_commands_total{instance=\"$host\"}[$interval])>0) or topk(5, irate(mysql_global_status_commands_total{instance=\"$host\"}[5m])>0)", "format": "time_series", "hide": false, @@ -2677,9 +2325,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top Command Counters", @@ -2695,9 +2341,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2721,9 +2365,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -2733,9 +2375,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2771,21 +2411,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, increase(mysql_global_status_commands_total{instance=\"$host\"}[1h])>0)", "format": "time_series", "interval": "1h", @@ -2796,9 +2430,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "Top Command Counters Hourly", @@ -2814,9 +2446,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2840,9 +2470,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2852,9 +2480,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2878,29 +2504,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2911,9 +2529,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Handlers", @@ -2929,9 +2545,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2955,9 +2569,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2966,9 +2578,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2992,29 +2602,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -3024,9 +2626,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Transaction Handlers", @@ -3042,9 +2642,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3068,9 +2666,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3079,9 +2675,7 @@ "editable": true, "error": false, "fill": 0, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -3105,29 +2699,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_info_schema_threads{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3138,9 +2724,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Process States", @@ -3156,9 +2740,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3182,9 +2764,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -3193,9 +2773,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -3219,29 +2797,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, avg_over_time(mysql_info_schema_threads{instance=\"$host\"}[1h]))", "interval": "1h", "intervalFactor": 1, @@ -3251,9 +2821,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "Top Process States Hourly", @@ -3269,9 +2837,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3303,17 +2869,13 @@ "y": 102 }, "id": 391, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Query Cache", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3323,9 +2885,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3348,29 +2908,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_qcache_free_memory{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3382,12 +2934,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_query_cache_size{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3398,9 +2946,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Query Cache Memory", @@ -3416,9 +2962,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3442,9 +2986,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3454,9 +2996,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3480,29 +3020,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_hits{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3514,12 +3046,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_inserts{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_inserts{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3531,12 +3059,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3548,12 +3072,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3565,12 +3085,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_qcache_queries_in_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3581,9 +3097,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Query Cache Activity", @@ -3599,9 +3113,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3633,17 +3145,13 @@ "y": 110 }, "id": 392, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Files and Tables", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3652,9 +3160,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3677,29 +3183,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_opened_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_files{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -3709,9 +3207,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL File Openings", @@ -3727,9 +3223,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3753,9 +3247,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3764,9 +3256,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3789,29 +3279,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_files{instance=\"$host\"}", "interval": "$interval", "intervalFactor": 1, @@ -3822,12 +3304,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_open_files_limit{instance=\"$host\"}", "interval": "$interval", "intervalFactor": 1, @@ -3845,9 +3323,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Open Files", @@ -3863,9 +3339,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3897,17 +3371,13 @@ "y": 118 }, "id": 393, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Table Openings", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3917,9 +3387,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3966,12 +3434,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_opened_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_tables{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -4018,9 +3482,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Open Cache Status", @@ -4036,9 +3498,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4062,9 +3522,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4074,9 +3532,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4111,21 +3567,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_tables{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4137,12 +3587,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_table_open_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4153,9 +3599,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Open Tables", @@ -4171,9 +3615,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4205,17 +3647,13 @@ "y": 126 }, "id": 394, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "MySQL Table Definition Cache", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4225,9 +3663,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -4274,12 +3710,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_table_definitions{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4291,12 +3723,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_table_definition_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4316,9 +3744,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Definition Cache", @@ -4334,9 +3760,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4368,17 +3792,13 @@ "y": 134 }, "id": 395, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "System Charts", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4387,9 +3807,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4413,29 +3831,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pgpgin{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgin{instance=\"$host\"}[5m]) * 1024", "format": "time_series", "interval": "$interval", @@ -4448,12 +3858,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m]) * 1024", "format": "time_series", "interval": "$interval", @@ -4465,9 +3871,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "I/O Activity", @@ -4484,9 +3888,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4511,9 +3913,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4522,9 +3922,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4549,29 +3947,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(node_memory_MemTotal{instance=\"$host\"}) without(job) - \n(max(node_memory_MemFree{instance=\"$host\"}) without(job) + \nmax(node_memory_Buffers{instance=\"$host\"}) without(job) + \n(max(node_memory_Cached{instance=\"$host\",job=~\"rds-enhanced|linux\"}) without (job) or \nmax(node_memory_Cached{instance=\"$host\",job=\"rds-basic\"}) without (job)))", "format": "time_series", "interval": "$interval", @@ -4584,12 +3974,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "node_memory_MemFree{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4602,12 +3988,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "node_memory_Buffers{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4620,12 +4002,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(node_memory_Cached{instance=~\"$host\",job=~\"rds-enhanced|linux\"}) without (job) or \nmax(node_memory_Cached{instance=~\"$host\",job=~\"rds-basic\"}) without (job)", "format": "time_series", "interval": "$interval", @@ -4637,9 +4015,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory Distribution", @@ -4656,9 +4032,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4700,9 +4074,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4728,9 +4100,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -4759,12 +4129,8 @@ "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "clamp_max(((avg by (mode) ( (clamp_max(rate(node_cpu{instance=\"$host\",mode!=\"idle\"}[$interval]),1)) or (clamp_max(irate(node_cpu{instance=\"$host\",mode!=\"idle\"}[5m]),1)) ))*100 or (avg_over_time(node_cpu_average{instance=~\"$host\", mode!=\"total\", mode!=\"idle\"}[$interval]) or avg_over_time(node_cpu_average{instance=~\"$host\", mode!=\"total\", mode!=\"idle\"}[5m]))),100)", "format": "time_series", "hide": false, @@ -4794,9 +4160,7 @@ "refId": "C" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CPU Usage / Load", @@ -4812,9 +4176,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4840,9 +4202,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4851,9 +4211,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4879,29 +4237,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 1, "points": true, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum((rate(node_disk_read_time_ms{device!~\"dm-.+\", instance=\"$host\"}[$interval]) / rate(node_disk_reads_completed{device!~\"dm-.+\", instance=\"$host\"}[$interval])) or (irate(node_disk_read_time_ms{device!~\"dm-.+\", instance=\"$host\"}[5m]) / irate(node_disk_reads_completed{device!~\"dm-.+\", instance=\"$host\"}[5m]))\nor avg_over_time(aws_rds_read_latency_average{instance=\"$host\"}[$interval]) or avg_over_time(aws_rds_read_latency_average{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -4914,12 +4264,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum((rate(node_disk_write_time_ms{device!~\"dm-.+\", instance=\"$host\"}[$interval]) / rate(node_disk_writes_completed{device!~\"dm-.+\", instance=\"$host\"}[$interval])) or (irate(node_disk_write_time_ms{device!~\"dm-.+\", instance=\"$host\"}[5m]) / irate(node_disk_writes_completed{device!~\"dm-.+\", instance=\"$host\"}[5m])) or \navg_over_time(aws_rds_write_latency_average{instance=\"$host\"}[$interval]) or avg_over_time(aws_rds_write_latency_average{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -4931,9 +4277,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Disk Latency", @@ -4950,9 +4294,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4978,9 +4320,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4989,9 +4329,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -5016,9 +4354,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -5036,12 +4372,8 @@ "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum(rate(node_network_receive_bytes{instance=\"$host\", device!=\"lo\"}[$interval])) or sum(irate(node_network_receive_bytes{instance=\"$host\", device!=\"lo\"}[5m])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"$host\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"$host\"}[5m])) ", "format": "time_series", "interval": "$interval", @@ -5054,12 +4386,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum(rate(node_network_transmit_bytes{instance=\"$host\", device!=\"lo\"}[$interval])) or sum(irate(node_network_transmit_bytes{instance=\"$host\", device!=\"lo\"}[5m])) or\nsum(max_over_time(rdsosmetrics_network_tx{instance=\"$host\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_tx{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -5071,9 +4399,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Network Traffic", @@ -5090,9 +4416,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -5117,9 +4441,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -5128,9 +4450,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -5154,29 +4474,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pswpin{instance=\"$host\"}[$interval]) * 4096 or irate(node_vmstat_pswpin{instance=\"$host\"}[5m]) * 4096", "format": "time_series", "interval": "$interval", @@ -5189,12 +4501,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pswpout{instance=\"$host\"}[$interval]) * 4096 or irate(node_vmstat_pswpout{instance=\"$host\"}[5m]) * 4096", "format": "time_series", "interval": "$interval", @@ -5206,9 +4514,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Swap Activity", @@ -5225,9 +4531,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -5254,10 +4558,7 @@ ], "refresh": "1m", "schemaVersion": 16, - "tags": [ - "Percona", - "MySQL" - ], + "tags": ["Percona", "MySQL"], "templating": { "list": [ { @@ -5325,9 +4626,7 @@ { "allFormat": "glob", "allValue": null, - "current": { - - }, + "current": {}, "datasource": "Prometheus", "hide": 0, "includeAll": false, @@ -5335,18 +4634,14 @@ "multi": false, "multiFormat": "regex values", "name": "host", - "options": [ - - ], + "options": [], "query": "label_values(mysql_up, instance)", "refresh": 1, "refresh_on_load": false, "regex": "", "sort": 1, "tagValuesQuery": null, - "tags": [ - - ], + "tags": [], "tagsQuery": null, "type": "query", "useTags": false @@ -5363,18 +4658,7 @@ "hidden": false, "notice": false, "now": true, - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"], "status": "Stable", "type": "timepicker" }, @@ -5382,4 +4666,4 @@ "title": "MySQL Overview", "uid": "MQWgroiiz", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/docker/ha_test/README.md b/devenv/docker/ha_test/README.md index 7a8b9a7d055..b18b0f1acbf 100644 --- a/devenv/docker/ha_test/README.md +++ b/devenv/docker/ha_test/README.md @@ -53,6 +53,7 @@ $ docker-compose up -d ``` Browse + - http://grafana.loc/ - http://prometheus.loc/ diff --git a/devenv/docker/ha_test/grafana/provisioning/dashboards/alerts/overview.json b/devenv/docker/ha_test/grafana/provisioning/dashboards/alerts/overview.json index 0357c3d10f1..822052ac4ab 100644 --- a/devenv/docker/ha_test/grafana/provisioning/dashboards/alerts/overview.json +++ b/devenv/docker/ha_test/grafana/provisioning/dashboards/alerts/overview.json @@ -140,21 +140,10 @@ "to": "now" }, "timepicker": { - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ] + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"] }, "timezone": "", "title": "Overview", "uid": "xHy7-hAik", "version": 6 -} \ No newline at end of file +} diff --git a/devenv/docker/ha_test/grafana/provisioning/dashboards/mysql/overview.json b/devenv/docker/ha_test/grafana/provisioning/dashboards/mysql/overview.json index 2bf789366cc..204c8b392d6 100644 --- a/devenv/docker/ha_test/grafana/provisioning/dashboards/mysql/overview.json +++ b/devenv/docker/ha_test/grafana/provisioning/dashboards/mysql/overview.json @@ -10,9 +10,7 @@ "limit": 100, "name": "PMM Annotations", "showIn": 0, - "tags": [ - "pmm_annotation" - ], + "tags": ["pmm_annotation"], "type": "tags" }, { @@ -24,9 +22,7 @@ "limit": 100, "name": "Annotations & Alerts", "showIn": 0, - "tags": [ - - ], + "tags": [], "type": "dashboard" } ] @@ -41,9 +37,7 @@ "icon": "dashboard", "includeVars": true, "keepTime": true, - "tags": [ - "QAN" - ], + "tags": ["QAN"], "targetBlank": false, "title": "Query Analytics", "type": "link", @@ -53,9 +47,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "OS" - ], + "tags": ["OS"], "targetBlank": false, "title": "OS", "type": "dashboards" @@ -64,9 +56,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "MySQL" - ], + "tags": ["MySQL"], "targetBlank": false, "title": "MySQL", "type": "dashboards" @@ -75,9 +65,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "MongoDB" - ], + "tags": ["MongoDB"], "targetBlank": false, "title": "MongoDB", "type": "dashboards" @@ -86,9 +74,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "PostgreSQL" - ], + "tags": ["PostgreSQL"], "targetBlank": false, "title": "PostgreSQL", "type": "dashboards" @@ -97,9 +83,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "HA" - ], + "tags": ["HA"], "targetBlank": false, "title": "HA", "type": "dashboards" @@ -108,9 +92,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "Cloud" - ], + "tags": ["Cloud"], "targetBlank": false, "title": "Cloud", "type": "dashboards" @@ -119,9 +101,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "Insight" - ], + "tags": ["Insight"], "targetBlank": false, "title": "Insight", "type": "dashboards" @@ -130,9 +110,7 @@ "asDropdown": true, "includeVars": true, "keepTime": true, - "tags": [ - "PMM" - ], + "tags": ["PMM"], "targetBlank": false, "title": "PMM", "type": "dashboards" @@ -148,9 +126,7 @@ "y": 0 }, "id": 382, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "", "type": "row" @@ -159,11 +135,7 @@ "cacheTimeout": null, "colorBackground": false, "colorValue": true, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 1, "description": "**MySQL Uptime**\n\nThe amount of time since the last restart of the MySQL server process.", @@ -186,9 +158,7 @@ "height": "125px", "id": 12, "interval": "$interval", - "links": [ - - ], + "links": [], "mappingType": 1, "mappingTypes": [ { @@ -224,12 +194,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_uptime{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -245,20 +211,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 2, "description": "**Current QPS**\n\nBased on the queries reported by MySQL's ``SHOW STATUS`` command, it is the number of statements executed by the server within the last second. This variable includes statements executed within stored programs, unlike the Questions variable. It does not count \n``COM_PING`` or ``COM_STATISTICS`` commands.", @@ -324,12 +284,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_queries{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -345,20 +301,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": false, - "colors": [ - "rgba(50, 172, 45, 0.97)", - "rgba(237, 129, 40, 0.89)", - "rgba(245, 54, 54, 0.9)" - ], + "colors": ["rgba(50, 172, 45, 0.97)", "rgba(237, 129, 40, 0.89)", "rgba(245, 54, 54, 0.9)"], "datasource": "Prometheus", "decimals": 0, "description": "**InnoDB Buffer Pool Size**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.", @@ -424,12 +374,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -445,20 +391,14 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { "cacheTimeout": null, "colorBackground": false, "colorValue": true, - "colors": [ - "rgba(245, 54, 54, 0.9)", - "rgba(237, 129, 40, 0.89)", - "rgba(50, 172, 45, 0.97)" - ], + "colors": ["rgba(245, 54, 54, 0.9)", "rgba(237, 129, 40, 0.89)", "rgba(50, 172, 45, 0.97)"], "datasource": "Prometheus", "decimals": 0, "description": "**InnoDB Buffer Pool Size % of Total RAM**\n\nInnoDB maintains a storage area called the buffer pool for caching data and indexes in memory. Knowing how the InnoDB buffer pool works, and taking advantage of it to keep frequently accessed data in memory, is one of the most important aspects of MySQL tuning. The goal is to keep the working set in memory. In most cases, this should be between 60%-90% of available memory on a dedicated database host, but depends on many factors.", @@ -527,12 +467,8 @@ "targets": [ { "calculatedInterval": "10m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "(mysql_global_variables_innodb_buffer_pool_size{instance=\"$host\"} * 100) / on (instance) node_memory_MemTotal{instance=\"$host\"}", "format": "time_series", "interval": "5m", @@ -548,9 +484,7 @@ "transparent": false, "type": "singlestat", "valueFontSize": "80%", - "valueMaps": [ - - ], + "valueMaps": [], "valueName": "current" }, { @@ -562,17 +496,13 @@ "y": 3 }, "id": 383, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Connections", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -582,9 +512,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -632,12 +560,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or mysql_global_status_threads_connected{instance=\"$host\"} )", "format": "time_series", "interval": "$interval", @@ -649,12 +573,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_max_used_connections{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -667,12 +587,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_max_connections{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -684,9 +600,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Connections", @@ -702,9 +616,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -730,9 +642,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -742,9 +652,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -767,9 +675,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -798,12 +704,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_connected{instance=\"$host\"}[5m])", "format": "time_series", "hide": false, @@ -816,12 +718,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max_over_time(mysql_global_status_threads_running{instance=\"$host\"}[$interval]) or\nmax_over_time(mysql_global_status_threads_running{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -841,9 +739,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Client Thread Activity", @@ -859,9 +755,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - "total" - ] + "values": ["total"] }, "yaxes": [ { @@ -895,17 +789,13 @@ "y": 11 }, "id": 384, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Table Locks", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -915,9 +805,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -953,21 +841,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_questions{instance=\"$host\"}[$interval]) or irate(mysql_global_status_questions{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -978,9 +860,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Questions", @@ -996,9 +876,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1022,9 +900,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1034,9 +910,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1083,12 +957,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_thread_cache_size{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -1100,12 +970,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_threads_cached{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -1117,12 +983,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_threads_created{instance=\"$host\"}[$interval]) or irate(mysql_global_status_threads_created{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1133,9 +995,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Thread Cache", @@ -1152,9 +1012,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1186,17 +1044,13 @@ "y": 19 }, "id": 385, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Temporary Objects", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1205,9 +1059,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1230,29 +1082,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_tables{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1263,12 +1107,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_disk_tables{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1279,12 +1119,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_created_tmp_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_created_tmp_files{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -1294,9 +1130,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Temporary Objects", @@ -1312,9 +1146,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1338,9 +1170,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1350,9 +1180,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1377,29 +1205,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_full_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_join{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1411,12 +1231,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_full_range_join{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_full_range_join{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1428,12 +1244,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1445,12 +1257,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_range_check{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_range_check{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1462,12 +1270,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_select_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_select_scan{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1478,9 +1282,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Select Types", @@ -1496,9 +1298,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1530,17 +1330,13 @@ "y": 27 }, "id": 386, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Sorts", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1550,9 +1346,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1576,29 +1370,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_rows{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_rows{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1610,12 +1396,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_range{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_range{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1627,12 +1409,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_merge_passes{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1644,12 +1422,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_sort_scan{instance=\"$host\"}[$interval]) or irate(mysql_global_status_sort_scan{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1660,9 +1434,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Sorts", @@ -1678,9 +1450,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1704,9 +1474,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1716,9 +1484,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1740,29 +1506,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_slow_queries{instance=\"$host\"}[$interval]) or irate(mysql_global_status_slow_queries{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1773,9 +1531,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Slow Queries", @@ -1791,9 +1547,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1827,17 +1581,13 @@ "y": 35 }, "id": 387, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Aborted", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1847,9 +1597,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -1871,29 +1619,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_aborted_connects{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_connects{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1905,12 +1645,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_aborted_clients{instance=\"$host\"}[$interval]) or irate(mysql_global_status_aborted_clients{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -1922,9 +1658,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Aborted Connections", @@ -1940,9 +1674,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -1968,9 +1700,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -1980,9 +1710,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2005,29 +1733,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_immediate{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2039,12 +1759,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_table_locks_waited{instance=\"$host\"}[$interval]) or irate(mysql_global_status_table_locks_waited{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2055,9 +1771,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Locks", @@ -2073,9 +1787,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2107,17 +1819,13 @@ "y": 43 }, "id": 388, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Network", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2127,9 +1835,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2152,29 +1858,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_bytes_received{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_received{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2186,12 +1884,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_bytes_sent{instance=\"$host\"}[$interval]) or irate(mysql_global_status_bytes_sent{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2202,9 +1896,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Network Traffic", @@ -2220,9 +1912,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2246,9 +1936,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -2258,9 +1946,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -2284,29 +1970,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "increase(mysql_global_status_bytes_received{instance=\"$host\"}[1h])", "format": "time_series", "interval": "1h", @@ -2318,12 +1996,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "increase(mysql_global_status_bytes_sent{instance=\"$host\"}[1h])", "format": "time_series", "interval": "1h", @@ -2334,9 +2008,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "MySQL Network Usage Hourly", @@ -2352,9 +2024,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2386,17 +2056,13 @@ "y": 51 }, "id": 389, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Memory", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2406,9 +2072,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2538,9 +2202,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Internal Memory Overview", @@ -2556,9 +2218,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2592,17 +2252,13 @@ "y": 59 }, "id": 390, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Command, Handlers, Processes", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2612,9 +2268,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2651,21 +2305,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, rate(mysql_global_status_commands_total{instance=\"$host\"}[$interval])>0) or topk(5, irate(mysql_global_status_commands_total{instance=\"$host\"}[5m])>0)", "format": "time_series", "hide": false, @@ -2677,9 +2325,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Top Command Counters", @@ -2695,9 +2341,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2721,9 +2365,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -2733,9 +2375,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2771,21 +2411,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, increase(mysql_global_status_commands_total{instance=\"$host\"}[1h])>0)", "format": "time_series", "interval": "1h", @@ -2796,9 +2430,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "Top Command Counters Hourly", @@ -2814,9 +2446,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2840,9 +2470,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2852,9 +2480,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2878,29 +2504,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler!~\"commit|rollback|savepoint.*|prepare\"}[5m])", "format": "time_series", "interval": "$interval", @@ -2911,9 +2529,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Handlers", @@ -2929,9 +2545,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -2955,9 +2569,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -2966,9 +2578,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -2992,29 +2602,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[$interval]) or irate(mysql_global_status_handlers_total{instance=\"$host\", handler=~\"commit|rollback|savepoint.*|prepare\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -3024,9 +2626,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Transaction Handlers", @@ -3042,9 +2642,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3068,9 +2666,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3079,9 +2675,7 @@ "editable": true, "error": false, "fill": 0, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -3105,29 +2699,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_info_schema_threads{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3138,9 +2724,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Process States", @@ -3156,9 +2740,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3182,9 +2764,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, @@ -3193,9 +2773,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -3219,29 +2797,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "topk(5, avg_over_time(mysql_info_schema_threads{instance=\"$host\"}[1h]))", "interval": "1h", "intervalFactor": 1, @@ -3251,9 +2821,7 @@ "step": 3600 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": "24h", "timeShift": null, "title": "Top Process States Hourly", @@ -3269,9 +2837,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3303,17 +2869,13 @@ "y": 102 }, "id": 391, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Query Cache", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3323,9 +2885,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3348,29 +2908,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_qcache_free_memory{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3382,12 +2934,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_query_cache_size{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3398,9 +2946,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Query Cache Memory", @@ -3416,9 +2962,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3442,9 +2986,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3454,9 +2996,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3480,29 +3020,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_hits{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_hits{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3514,12 +3046,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_inserts{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_inserts{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3531,12 +3059,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_not_cached{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3548,12 +3072,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[$interval]) or irate(mysql_global_status_qcache_lowmem_prunes{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -3565,12 +3085,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_qcache_queries_in_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -3581,9 +3097,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Query Cache Activity", @@ -3599,9 +3113,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3633,17 +3145,13 @@ "y": 110 }, "id": 392, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Files and Tables", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3652,9 +3160,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3677,29 +3183,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_opened_files{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_files{instance=\"$host\"}[5m])", "interval": "$interval", "intervalFactor": 1, @@ -3709,9 +3207,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL File Openings", @@ -3727,9 +3223,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3753,9 +3247,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3764,9 +3256,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3789,29 +3279,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_files{instance=\"$host\"}", "interval": "$interval", "intervalFactor": 1, @@ -3822,12 +3304,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_open_files_limit{instance=\"$host\"}", "interval": "$interval", "intervalFactor": 1, @@ -3845,9 +3323,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Open Files", @@ -3863,9 +3339,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -3897,17 +3371,13 @@ "y": 118 }, "id": 393, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "Table Openings", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -3917,9 +3387,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -3966,12 +3434,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(mysql_global_status_opened_tables{instance=\"$host\"}[$interval]) or irate(mysql_global_status_opened_tables{instance=\"$host\"}[5m])", "format": "time_series", "interval": "$interval", @@ -4018,9 +3482,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Open Cache Status", @@ -4036,9 +3498,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4062,9 +3522,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4074,9 +3532,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4111,21 +3567,15 @@ "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_tables{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4137,12 +3587,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_table_open_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4153,9 +3599,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Open Tables", @@ -4171,9 +3615,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4205,17 +3647,13 @@ "y": 126 }, "id": 394, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "MySQL Table Definition Cache", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4225,9 +3663,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 24, @@ -4274,12 +3710,8 @@ "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_status_open_table_definitions{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4291,12 +3723,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "mysql_global_variables_table_definition_cache{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4316,9 +3744,7 @@ "step": 20 } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "MySQL Table Definition Cache", @@ -4334,9 +3760,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4368,17 +3792,13 @@ "y": 134 }, "id": 395, - "panels": [ - - ], + "panels": [], "repeat": null, "title": "System Charts", "type": "row" }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4387,9 +3807,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4413,29 +3831,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pgpgin{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgin{instance=\"$host\"}[5m]) * 1024", "format": "time_series", "interval": "$interval", @@ -4448,12 +3858,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pgpgout{instance=\"$host\"}[$interval]) * 1024 or irate(node_vmstat_pgpgout{instance=\"$host\"}[5m]) * 1024", "format": "time_series", "interval": "$interval", @@ -4465,9 +3871,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "I/O Activity", @@ -4484,9 +3888,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4511,9 +3913,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4522,9 +3922,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4549,29 +3947,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(node_memory_MemTotal{instance=\"$host\"}) without(job) - \n(max(node_memory_MemFree{instance=\"$host\"}) without(job) + \nmax(node_memory_Buffers{instance=\"$host\"}) without(job) + \n(max(node_memory_Cached{instance=\"$host\",job=~\"rds-enhanced|linux\"}) without (job) or \nmax(node_memory_Cached{instance=\"$host\",job=\"rds-basic\"}) without (job)))", "format": "time_series", "interval": "$interval", @@ -4584,12 +3974,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "node_memory_MemFree{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4602,12 +3988,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "node_memory_Buffers{instance=\"$host\"}", "format": "time_series", "interval": "$interval", @@ -4620,12 +4002,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "max(node_memory_Cached{instance=~\"$host\",job=~\"rds-enhanced|linux\"}) without (job) or \nmax(node_memory_Cached{instance=~\"$host\",job=~\"rds-basic\"}) without (job)", "format": "time_series", "interval": "$interval", @@ -4637,9 +4015,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Memory Distribution", @@ -4656,9 +4032,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4700,9 +4074,7 @@ "editable": true, "error": false, "fill": 6, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4728,9 +4100,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -4759,12 +4129,8 @@ "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "clamp_max(((avg by (mode) ( (clamp_max(rate(node_cpu{instance=\"$host\",mode!=\"idle\"}[$interval]),1)) or (clamp_max(irate(node_cpu{instance=\"$host\",mode!=\"idle\"}[5m]),1)) ))*100 or (avg_over_time(node_cpu_average{instance=~\"$host\", mode!=\"total\", mode!=\"idle\"}[$interval]) or avg_over_time(node_cpu_average{instance=~\"$host\", mode!=\"total\", mode!=\"idle\"}[5m]))),100)", "format": "time_series", "hide": false, @@ -4794,9 +4160,7 @@ "refId": "C" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "CPU Usage / Load", @@ -4812,9 +4176,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4840,9 +4202,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4851,9 +4211,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -4879,29 +4237,21 @@ }, "lines": false, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 1, "points": true, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum((rate(node_disk_read_time_ms{device!~\"dm-.+\", instance=\"$host\"}[$interval]) / rate(node_disk_reads_completed{device!~\"dm-.+\", instance=\"$host\"}[$interval])) or (irate(node_disk_read_time_ms{device!~\"dm-.+\", instance=\"$host\"}[5m]) / irate(node_disk_reads_completed{device!~\"dm-.+\", instance=\"$host\"}[5m]))\nor avg_over_time(aws_rds_read_latency_average{instance=\"$host\"}[$interval]) or avg_over_time(aws_rds_read_latency_average{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -4914,12 +4264,8 @@ }, { "calculatedInterval": "2m", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum((rate(node_disk_write_time_ms{device!~\"dm-.+\", instance=\"$host\"}[$interval]) / rate(node_disk_writes_completed{device!~\"dm-.+\", instance=\"$host\"}[$interval])) or (irate(node_disk_write_time_ms{device!~\"dm-.+\", instance=\"$host\"}[5m]) / irate(node_disk_writes_completed{device!~\"dm-.+\", instance=\"$host\"}[5m])) or \navg_over_time(aws_rds_write_latency_average{instance=\"$host\"}[$interval]) or avg_over_time(aws_rds_write_latency_average{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -4931,9 +4277,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Disk Latency", @@ -4950,9 +4294,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -4978,9 +4320,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -4989,9 +4329,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -5016,9 +4354,7 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, @@ -5036,12 +4372,8 @@ "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum(rate(node_network_receive_bytes{instance=\"$host\", device!=\"lo\"}[$interval])) or sum(irate(node_network_receive_bytes{instance=\"$host\", device!=\"lo\"}[5m])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"$host\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_rx{instance=\"$host\"}[5m])) ", "format": "time_series", "interval": "$interval", @@ -5054,12 +4386,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "sum(rate(node_network_transmit_bytes{instance=\"$host\", device!=\"lo\"}[$interval])) or sum(irate(node_network_transmit_bytes{instance=\"$host\", device!=\"lo\"}[5m])) or\nsum(max_over_time(rdsosmetrics_network_tx{instance=\"$host\"}[$interval])) or sum(max_over_time(rdsosmetrics_network_tx{instance=\"$host\"}[5m]))", "format": "time_series", "interval": "$interval", @@ -5071,9 +4399,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Network Traffic", @@ -5090,9 +4416,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -5117,9 +4441,7 @@ } }, { - "aliasColors": { - - }, + "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, @@ -5128,9 +4450,7 @@ "editable": true, "error": false, "fill": 2, - "grid": { - - }, + "grid": {}, "gridPos": { "h": 7, "w": 12, @@ -5154,29 +4474,21 @@ }, "lines": true, "linewidth": 2, - "links": [ - - ], + "links": [], "nullPointMode": "null", "percentage": false, "pointradius": 5, "points": false, "renderer": "flot", - "seriesOverrides": [ - - ], + "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pswpin{instance=\"$host\"}[$interval]) * 4096 or irate(node_vmstat_pswpin{instance=\"$host\"}[5m]) * 4096", "format": "time_series", "interval": "$interval", @@ -5189,12 +4501,8 @@ }, { "calculatedInterval": "2s", - "datasourceErrors": { - - }, - "errors": { - - }, + "datasourceErrors": {}, + "errors": {}, "expr": "rate(node_vmstat_pswpout{instance=\"$host\"}[$interval]) * 4096 or irate(node_vmstat_pswpout{instance=\"$host\"}[5m]) * 4096", "format": "time_series", "interval": "$interval", @@ -5206,9 +4514,7 @@ "target": "" } ], - "thresholds": [ - - ], + "thresholds": [], "timeFrom": null, "timeShift": null, "title": "Swap Activity", @@ -5225,9 +4531,7 @@ "mode": "time", "name": null, "show": true, - "values": [ - - ] + "values": [] }, "yaxes": [ { @@ -5254,10 +4558,7 @@ ], "refresh": "1m", "schemaVersion": 16, - "tags": [ - "Percona", - "MySQL" - ], + "tags": ["Percona", "MySQL"], "templating": { "list": [ { @@ -5325,9 +4626,7 @@ { "allFormat": "glob", "allValue": null, - "current": { - - }, + "current": {}, "datasource": "Prometheus", "hide": 0, "includeAll": false, @@ -5335,18 +4634,14 @@ "multi": false, "multiFormat": "regex values", "name": "host", - "options": [ - - ], + "options": [], "query": "label_values(mysql_up, instance)", "refresh": 1, "refresh_on_load": false, "regex": "", "sort": 1, "tagValuesQuery": null, - "tags": [ - - ], + "tags": [], "tagsQuery": null, "type": "query", "useTags": false @@ -5363,18 +4658,7 @@ "hidden": false, "notice": false, "now": true, - "refresh_intervals": [ - "5s", - "10s", - "30s", - "1m", - "5m", - "15m", - "30m", - "1h", - "2h", - "1d" - ], + "refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"], "status": "Stable", "type": "timepicker" }, @@ -5382,4 +4666,4 @@ "title": "MySQL Overview", "uid": "MQWgroiiz", "version": 1 -} \ No newline at end of file +} diff --git a/devenv/docker/loadtest/README.md b/devenv/docker/loadtest/README.md index 34faf18d72f..92d55205093 100644 --- a/devenv/docker/loadtest/README.md +++ b/devenv/docker/loadtest/README.md @@ -59,7 +59,6 @@ Run API key test (option `-k` must be a valid `admin` API key) $ ./run.sh -c auth_token_test -k "" ``` - Example output: ```bash diff --git a/devenv/frontend-service/README.md b/devenv/frontend-service/README.md index 97725978e1a..e0a3491ac53 100644 --- a/devenv/frontend-service/README.md +++ b/devenv/frontend-service/README.md @@ -2,16 +2,16 @@ This directory contains a docker compose + Tilt setup for running a full frontend service stack locally. It contains: - - frontend-service - - backend api - - static asset cdn. +- frontend-service +- backend api +- static asset cdn. ## Getting started On top of the main Grafana development dependencies, you will need installed: - - [Docker](https://docs.docker.com/get-started/get-docker/) - - [Tilt](https://docs.tilt.dev/install.html). At the moment we're not using Kubernetes locally, so you shouldn't need to follow the instructions to install kubectl or kind. +- [Docker](https://docs.docker.com/get-started/get-docker/) +- [Tilt](https://docs.tilt.dev/install.html). At the moment we're not using Kubernetes locally, so you shouldn't need to follow the instructions to install kubectl or kind. To start the stack, from the root of the Grafana project run `make frontend-service-up`. Tilt will orchestrate the webpack and docker builds, and then run the services with Docker compose. You can monitor it's progress and see logs with the URL to the Tilt console. Once done, you can access Grafana at `http://localhost:3000`. @@ -21,8 +21,8 @@ Quitting the process will not stop the service from running. Run `make frontend- To simulate the `/bootdata` endpoint being available, there are special control URLs you can visit that use cookies to control behaviour: - - `/-/down` - Simulates the endpoint being unavailable for 60 seconds. - - `/-/down/:seconds` - Simulates the endpoint being unavailable for a custom number of seconds. - - `/-/up` - Restores the endpoint to being available. +- `/-/down` - Simulates the endpoint being unavailable for 60 seconds. +- `/-/down/:seconds` - Simulates the endpoint being unavailable for a custom number of seconds. +- `/-/up` - Restores the endpoint to being available. When unavailable, the API will return `HTTP 503 Service Unavailable` with a JSON payload.