Skip to content
Snippets Groups Projects
Commit ff384876 authored by geant-release-service's avatar geant-release-service
Browse files

Finished release 0.56.

parents da166da8 8776bc6e
No related branches found
No related tags found
No related merge requests found
...@@ -986,7 +986,7 @@ ...@@ -986,7 +986,7 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"alias": "Customer", "alias": "Private",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1004,9 +1004,7 @@ ...@@ -1004,9 +1004,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"query": "SELECT mean(\"ingress\") *8 FROM \"interface_rates\" WHERE (\"interface_name\" = 'PHY_CUSTOMER') AND $timeFilter GROUP BY time($__interval) fill(linear)", "refId": "B",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1032,12 +1030,12 @@ ...@@ -1032,12 +1030,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_CUSTOMER" "value": "PHY_PRIVATE"
} }
] ]
}, },
{ {
"alias": "Private", "alias": "R&E Interconnect",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1047,7 +1045,7 @@ ...@@ -1047,7 +1045,7 @@
}, },
{ {
"params": [ "params": [
"linear" "null"
], ],
"type": "fill" "type": "fill"
} }
...@@ -1055,7 +1053,7 @@ ...@@ -1055,7 +1053,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "B", "refId": "C",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1071,7 +1069,7 @@ ...@@ -1071,7 +1069,7 @@
}, },
{ {
"params": [ "params": [
"*8" "* 8"
], ],
"type": "math" "type": "math"
} }
...@@ -1081,12 +1079,12 @@ ...@@ -1081,12 +1079,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_PRIVATE" "value": "PHY_RE_INTERCONNECT"
} }
] ]
}, },
{ {
"alias": "R&E Interconnect", "alias": "Public",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1104,7 +1102,7 @@ ...@@ -1104,7 +1102,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "C", "refId": "D",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1130,12 +1128,12 @@ ...@@ -1130,12 +1128,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_RE_INTERCONNECT" "value": "PHY_PUBLIC"
} }
] ]
}, },
{ {
"alias": "Public", "alias": "Upstream",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1153,7 +1151,7 @@ ...@@ -1153,7 +1151,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "D", "refId": "E",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1179,12 +1177,12 @@ ...@@ -1179,12 +1177,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_PUBLIC" "value": "PHY_UPSTREAM"
} }
] ]
}, },
{ {
"alias": "Upstream", "alias": "Customer",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1194,7 +1192,7 @@ ...@@ -1194,7 +1192,7 @@
}, },
{ {
"params": [ "params": [
"null" "linear"
], ],
"type": "fill" "type": "fill"
} }
...@@ -1202,7 +1200,9 @@ ...@@ -1202,7 +1200,9 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "E", "query": "SELECT mean(\"ingress\") *8 FROM \"interface_rates\" WHERE (\"interface_name\" = 'PHY_CUSTOMER') AND $timeFilter GROUP BY time($__interval) fill(linear)",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1218,7 +1218,7 @@ ...@@ -1218,7 +1218,7 @@
}, },
{ {
"params": [ "params": [
"* 8" "*8"
], ],
"type": "math" "type": "math"
} }
...@@ -1228,7 +1228,7 @@ ...@@ -1228,7 +1228,7 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_UPSTREAM" "value": "PHY_CUSTOMER"
} }
] ]
} }
...@@ -1322,7 +1322,7 @@ ...@@ -1322,7 +1322,7 @@
"steppedLine": false, "steppedLine": false,
"targets": [ "targets": [
{ {
"alias": "Customer", "alias": "Private",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1340,9 +1340,7 @@ ...@@ -1340,9 +1340,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"query": "SELECT mean(\"ingress\") *8 FROM \"interface_rates\" WHERE (\"interface_name\" = 'PHY_CUSTOMER') AND $timeFilter GROUP BY time($__interval) fill(linear)", "refId": "B",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1368,12 +1366,12 @@ ...@@ -1368,12 +1366,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_CUSTOMER" "value": "PHY_PRIVATE"
} }
] ]
}, },
{ {
"alias": "Private", "alias": "R&E Interconnect",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1383,7 +1381,7 @@ ...@@ -1383,7 +1381,7 @@
}, },
{ {
"params": [ "params": [
"linear" "null"
], ],
"type": "fill" "type": "fill"
} }
...@@ -1391,7 +1389,7 @@ ...@@ -1391,7 +1389,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "B", "refId": "C",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1407,7 +1405,7 @@ ...@@ -1407,7 +1405,7 @@
}, },
{ {
"params": [ "params": [
"*8" "* 8"
], ],
"type": "math" "type": "math"
} }
...@@ -1417,12 +1415,12 @@ ...@@ -1417,12 +1415,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_PRIVATE" "value": "PHY_RE_INTERCONNECT"
} }
] ]
}, },
{ {
"alias": "R&E Interconnect", "alias": "Public",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1440,7 +1438,7 @@ ...@@ -1440,7 +1438,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "C", "refId": "D",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1466,12 +1464,12 @@ ...@@ -1466,12 +1464,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_RE_INTERCONNECT" "value": "PHY_PUBLIC"
} }
] ]
}, },
{ {
"alias": "Public", "alias": "Upstream",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1489,7 +1487,7 @@ ...@@ -1489,7 +1487,7 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "D", "refId": "E",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1515,12 +1513,12 @@ ...@@ -1515,12 +1513,12 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_PUBLIC" "value": "PHY_UPSTREAM"
} }
] ]
}, },
{ {
"alias": "Upstream", "alias": "Customer",
"groupBy": [ "groupBy": [
{ {
"params": [ "params": [
...@@ -1530,7 +1528,7 @@ ...@@ -1530,7 +1528,7 @@
}, },
{ {
"params": [ "params": [
"null" "linear"
], ],
"type": "fill" "type": "fill"
} }
...@@ -1538,7 +1536,9 @@ ...@@ -1538,7 +1536,9 @@
"measurement": "interface_rates", "measurement": "interface_rates",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "E", "query": "SELECT mean(\"ingress\") *8 FROM \"interface_rates\" WHERE (\"interface_name\" = 'PHY_CUSTOMER') AND $timeFilter GROUP BY time($__interval) fill(linear)",
"rawQuery": false,
"refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
"select": [ "select": [
[ [
...@@ -1554,7 +1554,7 @@ ...@@ -1554,7 +1554,7 @@
}, },
{ {
"params": [ "params": [
"* 8" "*8"
], ],
"type": "math" "type": "math"
} }
...@@ -1564,7 +1564,7 @@ ...@@ -1564,7 +1564,7 @@
{ {
"key": "interface_name", "key": "interface_name",
"operator": "=", "operator": "=",
"value": "PHY_UPSTREAM" "value": "PHY_CUSTOMER"
} }
] ]
} }
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.56] - 2023-02-15
- Change Customers on home dashboard to be the first series shown
## [0.55] - 2023-02-12 ## [0.55] - 2023-02-12
- POL1-648 minor change/fix: don't show IPv6 graph sections for dashboards lacking IPv6 graphs - POL1-648 minor change/fix: don't show IPv6 graph sections for dashboards lacking IPv6 graphs
......
...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages ...@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name='brian-dashboard-manager', name='brian-dashboard-manager',
version="0.55", version="0.56",
author='GEANT', author='GEANT',
author_email='swd@geant.org', author_email='swd@geant.org',
description='', description='',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment