-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
17281 FIX Skip creation of invalid metric
When a user without an ID was present in the monitoring the `check_notify_count` active check would be able to create an invalid metric called `_num`. Now this is no longer possible and the metric is just being skipped. SUP-19694 Change-Id: If01fba2a8440ccbe2114997d50a3f67deb815df7
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[//]: # (werk v2) | ||
# Skip creation of invalid metric | ||
|
||
key | value | ||
---------- | --- | ||
date | 2025-02-13T13:26:51+00:00 | ||
version | 2.5.0b1 | ||
class | fix | ||
edition | cre | ||
component | checks | ||
level | 1 | ||
compatible | yes | ||
|
||
When a user without an ID was present in the monitoring the `check_notify_count` active | ||
check would be able to create an invalid metric called `_num`. | ||
|
||
Now this is no longer possible and the metric is just being skipped. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters