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

Finished release 0.29.

parents b08ccfc8 6ef28d28
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,9 @@ def get_panel_fields(panel, panel_type, datasource):
}
error_fields = [('Ingress Errors', 'errorsIn'),
('Egress Errors', 'errorsOut')]
('Egress Errors', 'errorsOut'),
('Ingress Discards', 'discardsIn'),
('Egress Discards', 'discardsOut')]
ingress = ['Ingress Traffic', 'Ingress 95th Percentile']
egress = ['Egress Traffic', 'Egress 95th Percentile']
......
{% if type == 'errors' %}
{
"format": "none",
"label": "err/s",
"label": "errors and discards per second",
"logBase": 1,
"max": null,
"min": 0,
......@@ -9,7 +9,7 @@
},
{
"format": "none",
"label": "err/s",
"label": "errors and discards per second",
"logBase": 1,
"max": null,
"min": 0,
......@@ -32,4 +32,4 @@
"min": "",
"show": true
}
{% endif %}
\ No newline at end of file
{% endif %}
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.29] - 2021-11-23
- POL1-480: Discards added to error graphs
## [0.28] - 2021-11-02
- changed group by '5m' window
......
......@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='brian-dashboard-manager',
version="0.28",
version="0.29",
author='GEANT',
author_email='swd@geant.org',
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