diff --git a/brian_dashboard_manager/grafana/provision.py b/brian_dashboard_manager/grafana/provision.py index 223c1160fe8b383cc1f2de07e1acb08ed81c209f..62a5e9552ca93d141578ff65de51be06dba20ee7 100644 --- a/brian_dashboard_manager/grafana/provision.py +++ b/brian_dashboard_manager/grafana/provision.py @@ -126,6 +126,7 @@ DASHBOARDS = { }, 'GBS_10G': { 'tag': 'GBS_10G', + 'errors': True, 'folder_name': '10G Guaranteed Bandwidth Service', 'interfaces': [] } diff --git a/changelog.md b/changelog.md index a6763e65f863190f10772b5fd79655e7e14acb90..8eeb3141d755d266b6f13497ab1b0d3c8c104636 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. +## [0.37] - 2022-03-28 +- POL1-570: Add errors/discards to 10G GBS dashboards + ## [0.36] - 2022-03-07 - Added COPERNICUS dashboard to Services dropdown diff --git a/setup.py b/setup.py index 6c36a7037b2d949d5beeb904a9f718a5db6aaa04..8af301940c9e4e0d9c7c82d48ab89e10dd31e05f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='brian-dashboard-manager', - version="0.36", + version="0.37", author='GEANT', author_email='swd@geant.org', description='',