Skip to content
Snippets Groups Projects
Commit ed781ce6 authored by Release Webservice's avatar Release Webservice
Browse files

Finished release 0.38.

parents 308d4877 fdc791f0
No related branches found
No related tags found
No related merge requests found
...@@ -637,6 +637,293 @@ ...@@ -637,6 +637,293 @@
"align": false, "align": false,
"alignLevel": null "alignLevel": null
} }
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "PollerInfluxDB",
"decimals": 2,
"fill": 1,
"fillGradient": 10,
"gridPos": {
"h": 14,
"w": 12,
"x": 0,
"y": 14
},
"hiddenSeries": false,
"id": 4,
"legend": {
"alignAsTable": true,
"avg": true,
"current": true,
"max": true,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "8.2.5",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "Ingress Errors",
"groupBy": [
{
"params": [
"5m"
],
"type": "time"
},
{
"params": [
"linear"
],
"type": "fill"
}
],
"measurement": "interface_rates",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"errorsIn"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "hostname",
"operator": "=~",
"value": "/^$hostname$/"
},
{
"condition": "AND",
"key": "interface_name",
"operator": "=~",
"value": "/^$interface_name$/"
}
]
},
{
"alias": "Egress Errors",
"groupBy": [
{
"params": [
"5m"
],
"type": "time"
},
{
"params": [
"linear"
],
"type": "fill"
}
],
"measurement": "interface_rates",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"errorsOut"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "hostname",
"operator": "=~",
"value": "/^$hostname$/"
},
{
"condition": "AND",
"key": "interface_name",
"operator": "=~",
"value": "/^$interface_name$/"
}
]
},
{
"alias": "Ingress Discards",
"groupBy": [
{
"params": [
"5m"
],
"type": "time"
},
{
"params": [
"linear"
],
"type": "fill"
}
],
"measurement": "interface_rates",
"orderByTime": "ASC",
"policy": "default",
"refId": "C",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"discardsIn"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"condition": null,
"key": "hostname",
"operator": "=~",
"value": "/^$hostname$/"
},
{
"condition": "AND",
"key": "interface_name",
"operator": "=~",
"value": "/^$interface_name$/"
}
]
},
{
"alias": "Egress Discards",
"groupBy": [
{
"params": [
"5m"
],
"type": "time"
},
{
"params": [
"linear"
],
"type": "fill"
}
],
"hide": false,
"measurement": "interface_rates",
"orderByTime": "ASC",
"policy": "default",
"refId": "D",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"discardsOut"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"condition": null,
"key": "hostname",
"operator": "=~",
"value": "/^$hostname$/"
},
{
"condition": "AND",
"key": "interface_name",
"operator": "=~",
"value": "/^$interface_name$/"
}
]
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "$hostname - $interface_name - errors",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:45",
"format": "none",
"label": "errors and discards per second",
"logBase": 1,
"max": null,
"min": "0",
"show": true
},
{
"$$hashKey": "object:46",
"format": "none",
"label": "errors and discards per second",
"logBase": 1,
"max": null,
"min": "0",
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
} }
{% else %} {% else %}
{ {
......
...@@ -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.38] - 2022-04-06
- Modify staff home dashboard to include errors/discards
## [0.37] - 2022-03-28 ## [0.37] - 2022-03-28
- POL1-570: Add errors/discards to 10G GBS dashboards - POL1-570: Add errors/discards to 10G GBS dashboards
......
...@@ -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.37", version="0.38",
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