Skip to content

Commit

Permalink
More development dashboards (#16550)
Browse files Browse the repository at this point in the history
* Dev: more dev dashboards and structure

* Moving gdev dashboards around into folders and aligning tags
  • Loading branch information
torkelo authored and bergquist committed Apr 15, 2019
1 parent 9134251 commit 844ec82
Show file tree
Hide file tree
Showing 28 changed files with 4,410 additions and 752 deletions.
2 changes: 1 addition & 1 deletion devenv/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ providers:
- name: 'gdev dashboards'
folder: 'gdev dashboards'
type: file
updateIntervalSeconds: 15
updateIntervalSeconds: 60
options:
path: devenv/dev-dashboards
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,11 @@
"conditions": [
{
"evaluator": {
"params": [
60
],
"params": [60],
"type": "gt"
},
"query": {
"params": [
"A",
"5m",
"now"
]
"params": ["A", "5m", "now"]
},
"reducer": {
"params": [],
Expand Down Expand Up @@ -149,17 +143,11 @@
"conditions": [
{
"evaluator": {
"params": [
177
],
"params": [177],
"type": "gt"
},
"query": {
"params": [
"A",
"5m",
"now"
]
"params": ["A", "5m", "now"]
},
"reducer": {
"params": [],
Expand Down Expand Up @@ -278,20 +266,14 @@
"conditions": [
{
"evaluator": {
"params": [
1
],
"params": [1],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A",
"15m",
"now"
]
"params": ["A", "15m", "now"]
},
"reducer": {
"params": [],
Expand Down Expand Up @@ -409,20 +391,14 @@
"conditions": [
{
"evaluator": {
"params": [
177
],
"params": [177],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A",
"15m",
"now"
]
"params": ["A", "15m", "now"]
},
"reducer": {
"params": [],
Expand Down Expand Up @@ -540,20 +516,14 @@
"conditions": [
{
"evaluator": {
"params": [
100
],
"params": [100],
"type": "gt"
},
"operator": {
"type": "and"
},
"query": {
"params": [
"A",
"5m",
"now"
]
"params": ["A", "5m", "now"]
},
"reducer": {
"params": [],
Expand Down Expand Up @@ -670,9 +640,7 @@
"revision": 2,
"schemaVersion": 16,
"style": "dark",
"tags": [
"grafana-test"
],
"tags": ["gdev", "alerting"],
"templating": {
"list": []
},
Expand All @@ -681,32 +649,11 @@
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
},
"timezone": "browser",
"title": "Alerting with TestData",
"uid": "7MeksYbmk",
"version": 7
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
"links": [
{
"icon": "external link",
"tags": [
"gdev",
"elasticsearch"
],
"tags": ["gdev", "elasticsearch", "datasource-test"],
"type": "dashboards"
}
],
Expand Down Expand Up @@ -1824,13 +1821,7 @@
"id": "1",
"meta": {},
"settings": {
"percents": [
25,
50,
75,
95,
99
]
"percents": [25, 50, 75, 95, 99]
},
"type": "percentiles"
}
Expand Down Expand Up @@ -1941,13 +1932,7 @@
"meta": {},
"settings": {
"missing": null,
"percents": [
25,
50,
75,
95,
99
]
"percents": [25, 50, 75, 95, 99]
},
"type": "percentiles"
}
Expand Down Expand Up @@ -5858,10 +5843,7 @@
"refresh": false,
"schemaVersion": 16,
"style": "dark",
"tags": [
"gdev",
"elasticsearch"
],
"tags": ["gdev", "elasticsearch"],
"templating": {
"list": [
{
Expand Down Expand Up @@ -5901,32 +5883,11 @@
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
},
"timezone": "",
"title": "Datasource tests - Elasticsearch comparison",
"uid": "fuFWehBmk",
"version": 4
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
],
"schemaVersion": 18,
"style": "dark",
"tags": ["elasticsearch", "gdev"],
"tags": ["elasticsearch", "gdev", "datasource-test"],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@
],
"schemaVersion": 18,
"style": "dark",
"tags": ["elasticsearch", "gdev"],
"tags": ["elasticsearch", "gdev", "datasource-test"],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
],
"schemaVersion": 18,
"style": "dark",
"tags": ["elasticsearch", "gdev"],
"tags": ["elasticsearch", "gdev", "datasource-test"],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
],
"schemaVersion": 18,
"style": "dark",
"tags": ["gdev", "elasticsearch"],
"tags": ["gdev", "elasticsearch", "datasource-test"],
"templating": {
"list": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -319,11 +319,7 @@
{
"alias": "",
"colorMode": null,
"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": [],
Expand All @@ -346,7 +342,7 @@
],
"schemaVersion": 16,
"style": "dark",
"tags": ["gdev", "mssql", "fake-data-gen"],
"tags": ["gdev", "mssql", "datasource-test"],
"templating": {
"list": [
{
Expand Down Expand Up @@ -486,32 +482,11 @@
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"],
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
},
"timezone": "",
"title": "Datasource tests - MSSQL",
"uid": "86Js1xRmk",
"version": 1
}
}
Loading

0 comments on commit 844ec82

Please sign in to comment.