Devenv: Replace testdata UIDs with gdev-testdata (#108997)

* Prettier format the devenv folder

* Consistently use type-only dsref for testdata in devenv dashboards
This commit is contained in:
Josh Hunt 2025-08-04 11:20:12 +01:00 committed by GitHub
parent 0a108e9c68
commit 3a1c1b6232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
136 changed files with 15292 additions and 19862 deletions

View File

@ -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

View File

@ -14,11 +14,13 @@ 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
```
@ -45,22 +47,24 @@ Some of the blocks support dynamic change of the image version used in the Docke
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

View File

@ -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
@ -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,13 +317,13 @@ 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
@ -332,7 +333,7 @@ datasources:
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

View File

@ -467,10 +467,7 @@
],
"refresh": false,
"schemaVersion": 16,
"tags": [
"gdev",
"panel-tests"
],
"tags": ["gdev", "panel-tests"],
"templating": {
"list": []
},
@ -479,18 +476,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": "browser",
"title": "Panel Tests - Graph (Time Regions)",

View File

@ -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",

View File

@ -26,10 +26,7 @@
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"gdev",
"panel-tests"
],
"tags": ["gdev", "panel-tests"],
"targetBlank": false,
"title": "Dropdown link",
"tooltip": "",
@ -397,8 +394,7 @@
"type": "alertlist"
},
{
"cards": {
},
"cards": {},
"color": {
"cardColor": "#b4ff00",
"colorScale": "sqrt",
@ -476,9 +472,7 @@
"displayMode": "gradient",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -527,9 +521,7 @@
},
"pieType": "pie",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -579,9 +571,7 @@
"id": 18,
"options": {
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -704,9 +694,7 @@
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -883,16 +871,14 @@
],
"refresh": "",
"schemaVersion": 36,
"tags": [
"gdev",
"panel-tests",
"all-panels"
],
"tags": ["gdev", "panel-tests", "all-panels"],
"templating": {
"list": [
{
"current": {},
"datasource": "gdev-testdata",
"datasource": {
"type": "grafana-testdata-datasource"
},
"definition": "*",
"hide": 0,
"includeAll": true,

View File

@ -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": {

View File

@ -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
@ -5739,11 +5719,7 @@
],
"refresh": "",
"schemaVersion": 38,
"tags": [
"gdev",
"elasticsearch",
"datasource-test"
],
"tags": ["gdev", "elasticsearch", "datasource-test"],
"templating": {
"list": [
{

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -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": [
{

View File

@ -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

View File

@ -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": []
},

View File

@ -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",

View File

@ -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",

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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",

View File

@ -24,7 +24,7 @@
"panels": [
{
"datasource": {
"type": "testdata"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -67,9 +67,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -81,7 +79,7 @@
},
{
"datasource": {
"type": "testdata"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -114,9 +112,7 @@
},
"pieType": "pie",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -128,7 +124,7 @@
"targets": [
{
"datasource": {
"type": "testdata"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "random_walk",
@ -140,7 +136,7 @@
},
{
"datasource": {
"type": "testdata"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {

View File

@ -24,8 +24,7 @@
"panels": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"gridPos": {
"h": 3,
@ -49,8 +48,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -100,9 +98,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -114,8 +110,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -158,9 +153,7 @@
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -170,8 +163,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "random_walk",
@ -183,8 +175,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -238,8 +229,7 @@
{
"csvFileName": "browser_marketshare.csv",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_file"
@ -258,8 +248,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"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": {
@ -304,9 +293,7 @@
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -317,8 +304,7 @@
{
"alias": "",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "Query1",
"scenarioId": "random_walk",
@ -327,8 +313,7 @@
{
"alias": "",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"hide": false,
"refId": "Query2",
@ -341,8 +326,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -391,9 +375,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -403,8 +385,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"labels": "cluster=US",
"refId": "A",
@ -416,8 +397,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -500,8 +480,7 @@
"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"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"
@ -510,8 +489,7 @@
"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"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -528,8 +506,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -578,9 +555,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -590,8 +565,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"labels": "cluster=US",
"refId": "A",
@ -603,8 +577,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n",
"fieldConfig": {
@ -643,9 +616,7 @@
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": true
},
@ -657,8 +628,7 @@
"alias": "",
"csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"
@ -669,8 +639,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n",
"fieldConfig": {
@ -721,9 +690,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -735,8 +702,7 @@
"alias": "",
"csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"
@ -747,8 +713,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"description": "The stat display names should be \n* Stockholm = Bad\n* New York = Good \n",
"fieldConfig": {
@ -793,9 +758,7 @@
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": true
},
@ -807,8 +770,7 @@
"alias": "",
"csvContent": "name, value, name2\nStockholm, 10, Good\nNew York, 15, Bad",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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,

View File

@ -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",

View File

@ -25,9 +25,7 @@
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"live-tests"
],
"tags": ["live-tests"],
"targetBlank": false,
"title": "gdev live tests",
"tooltip": "",
@ -135,9 +133,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true
@ -162,9 +158,7 @@
"includeTimeField": true,
"labelsToFields": false,
"mode": "reduceFields",
"reducers": [
"last"
]
"reducers": ["last"]
}
}
],
@ -356,10 +350,7 @@
}
],
"schemaVersion": 39,
"tags": [
"gdev",
"live-tests"
],
"tags": ["gdev", "live-tests"],
"templating": {
"list": []
},

View File

@ -25,9 +25,7 @@
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"live-tests"
],
"tags": ["live-tests"],
"targetBlank": false,
"title": "gdev live tests",
"tooltip": "",
@ -135,9 +133,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true
@ -162,9 +158,7 @@
"includeTimeField": true,
"labelsToFields": false,
"mode": "reduceFields",
"reducers": [
"last"
]
"reducers": ["last"]
}
}
],
@ -356,10 +350,7 @@
}
],
"schemaVersion": 39,
"tags": [
"gdev",
"live-tests"
],
"tags": ["gdev", "live-tests"],
"templating": {
"list": []
},

View File

@ -25,9 +25,7 @@
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"live-tests"
],
"tags": ["live-tests"],
"targetBlank": false,
"title": "gdev live tests",
"tooltip": "",
@ -134,9 +132,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -375,9 +371,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -442,10 +436,7 @@
}
],
"schemaVersion": 39,
"tags": [
"gdev",
"live-tests"
],
"tags": ["gdev", "live-tests"],
"templating": {
"list": []
},

View File

@ -25,9 +25,7 @@
"icon": "external link",
"includeVars": false,
"keepTime": false,
"tags": [
"live-tests"
],
"tags": ["live-tests"],
"targetBlank": false,
"title": "gdev live tests",
"tooltip": "",
@ -39,8 +37,7 @@
"panels": [
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -177,8 +174,7 @@
{
"channel": "random-20Hz-stream",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "live"
@ -233,9 +229,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -263,10 +257,7 @@
"id": "filterFieldsByName",
"options": {
"include": {
"names": [
"Time",
"Value"
]
"names": ["Time", "Value"]
}
}
}
@ -314,9 +305,7 @@
"justifyMode": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -340,12 +329,7 @@
{
"id": "reduce",
"options": {
"reducers": [
"lastNotNull",
"min",
"max",
"count"
]
"reducers": ["lastNotNull", "min", "max", "count"]
}
}
],
@ -353,8 +337,7 @@
},
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -433,8 +416,7 @@
{
"channel": "random-2s-stream",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "live"
@ -489,9 +471,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -519,10 +499,7 @@
"id": "filterFieldsByName",
"options": {
"include": {
"names": [
"Time",
"Value"
]
"names": ["Time", "Value"]
}
}
}
@ -570,9 +547,7 @@
"justifyMode": "auto",
"orientation": "horizontal",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"calcs": ["lastNotNull"],
"fields": "",
"values": false
},
@ -596,12 +571,7 @@
{
"id": "reduce",
"options": {
"reducers": [
"lastNotNull",
"min",
"max",
"count"
]
"reducers": ["lastNotNull", "min", "max", "count"]
}
}
],
@ -609,8 +579,7 @@
},
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -689,8 +658,7 @@
{
"channel": "random-labeled-stream",
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "live"
@ -745,9 +713,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true,
@ -774,10 +740,7 @@
}
],
"schemaVersion": 39,
"tags": [
"gdev",
"live-tests"
],
"tags": ["gdev", "live-tests"],
"templating": {
"list": []
},

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -30,8 +30,7 @@
"panels": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -107,8 +106,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 \"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",
@ -120,8 +118,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -178,9 +175,7 @@
"barWidth": 1,
"groupWidth": 0.82,
"legend": {
"calcs": [
"max"
],
"calcs": ["max"],
"displayMode": "list",
"placement": "right",
"showLegend": true
@ -297,12 +292,7 @@
}
],
"schemaVersion": 37,
"tags": [
"gdev",
"panel-tests",
"barchart",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "barchart", "graph-ng"],
"templating": {
"list": []
},

View File

@ -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": []
},

View File

@ -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": []
},

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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": []
},

View File

@ -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": []
},

File diff suppressed because it is too large Load Diff

View File

@ -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": []
},

View File

@ -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": {

View File

@ -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,

View File

@ -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

View File

@ -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",

View File

@ -24,8 +24,7 @@
"panels": [
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"gridPos": {
"h": 12,

View File

@ -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",

View File

@ -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": []
},

View File

@ -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,

View File

@ -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": {

View File

@ -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": []
},

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -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",

View File

@ -759,11 +759,7 @@
],
"refresh": false,
"schemaVersion": 28,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -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,

View File

@ -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": {

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -30,8 +30,7 @@
"panels": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -70,9 +69,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true
@ -82,8 +79,7 @@
{
"csvContent": "x,y1,y2\n1,8,12\n2,6,13\n3,7,9\n5,9,7\n6,5,9",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"
@ -168,8 +164,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -208,9 +203,7 @@
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true
@ -220,8 +213,7 @@
{
"csvContent": "x,y,count\n1,4,10\n1,6,11\n2,5,30\n2,4,22\n3,6,17",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_content"
@ -321,4 +313,3 @@
"version": 3,
"weekStart": ""
}

File diff suppressed because one or more lines are too long

View File

@ -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": []
},

View File

@ -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",
@ -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",

View File

@ -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,18 +1971,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 - Stat",

View File

@ -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",

View File

@ -85,9 +85,7 @@
"enablePagination": true,
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"reducer": ["sum"],
"show": false
},
"showHeader": true

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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": []
},

View File

@ -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",

View File

@ -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",

View File

@ -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": []
},

File diff suppressed because one or more lines are too long

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -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": []
},

View File

@ -24,8 +24,7 @@
"panels": [
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -104,8 +103,7 @@
"targets": [
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "random_walk",
@ -117,8 +115,7 @@
},
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -197,8 +194,7 @@
"targets": [
{
"datasource": {
"type": "grafana-testdata-datasource",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "random_walk",
@ -579,11 +575,7 @@
],
"refresh": "",
"schemaVersion": 39,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -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": []
},

View File

@ -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",

View File

@ -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": []
},

View File

@ -30,8 +30,7 @@
"panels": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -110,8 +109,7 @@
{
"csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T06:00:00Z,100,Middle",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -122,8 +120,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -202,8 +199,7 @@
{
"csvContent": "Time,Value,Name\n2022-09-01T05:00:00Z,100,Before\n2022-09-01T07:00:00Z,100,After\n",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -214,8 +210,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -294,8 +289,7 @@
{
"csvContent": "Time,Value,Name\n2022-09-01T06:00:00Z,100,Middle\n2022-09-01T07:00:00Z,100,After\n",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -306,8 +300,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -386,8 +379,7 @@
{
"csvContent": "Time,Value,Name\n2022-09-01T04:00:00Z,100,Before1\n2022-09-01T05:00:00Z,100,Before2\n",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -398,8 +390,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -478,8 +469,7 @@
{
"csvContent": "Time,Value,Name\n2022-09-01T07:00:00Z,100,After1\n2022-09-01T08:00:00Z,100,After2\n",
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "B",
"scenarioId": "csv_content"
@ -491,11 +481,7 @@
],
"refresh": false,
"schemaVersion": 37,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -540,11 +540,7 @@
],
"refresh": false,
"schemaVersion": 28,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -879,11 +879,7 @@
}
],
"schemaVersion": 27,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -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": []
},

View File

@ -1228,11 +1228,7 @@
}
],
"schemaVersion": 29,
"tags": [
"gdev",
"panel-tests",
"graph-ng"
],
"tags": ["gdev", "panel-tests", "graph-ng"],
"templating": {
"list": []
},

View File

@ -30,8 +30,7 @@
"panels": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -106,8 +105,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -119,8 +117,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -196,8 +193,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -209,8 +205,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -285,8 +280,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -298,8 +292,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -375,8 +368,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -388,8 +380,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -464,8 +455,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -477,8 +467,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -554,8 +543,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -567,8 +555,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -644,8 +631,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -657,8 +643,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {
@ -735,8 +720,7 @@
"targets": [
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"refId": "A",
"scenarioId": "csv_metric_values",
@ -748,8 +732,7 @@
},
{
"datasource": {
"type": "testdata",
"uid": "PD8C576611E62080A"
"type": "grafana-testdata-datasource"
},
"fieldConfig": {
"defaults": {

View File

@ -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",

View File

@ -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": {

View File

@ -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": []
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"

Some files were not shown because too many files have changed in this diff Show More