Skip to content
Snippets Groups Projects
Commit 71df8f8a authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'fix/monitoring' into 'develop'

Fix: Monitoring component

See merge request !106
parents dcfde304 1b437434
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!106Fix: Monitoring component
......@@ -13,6 +13,7 @@
# limitations under the License.
import time
import math
from random import random
from questdb.ingress import Sender, IngressError
......@@ -326,4 +327,4 @@ class MetricsDB():
else:
LOGGER.debug(f"No new data for the alarm of KPI {kpi_id}")
except (Exception) as e:
LOGGER.debug(f"Alarm data cannot be retrieved. {e}")
\ No newline at end of file
LOGGER.debug(f"Alarm data cannot be retrieved. {e}")
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