Commit c0883208 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/latency-probe' into 'develop'

Minor fixes

See merge request !122
parents 80d1e119 79093539
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -317,6 +317,7 @@ class MetricsDB():
                    elif (not inRange and kpiMinIsNone and not kpiMaxIsNone and not includeMaxValue):
                        if (kpi_value > kpiMaxValue):
                            alarm = True

                    if alarm:
                        valid_kpi_list.append(kpi)
                if valid_kpi_list:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*provideKpiValueRanges
*
*      http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
+1027 −341

File changed.

Preview size limit exceeded, changes collapsed.