Skip to content

Commit 00b2c00

Browse files
To ignore generic alarms based on certain condition
Fixes #1483
1 parent 35ea1c8 commit 00b2c00

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

spec/additionalDescription/CyclicCacheQualityMeasurementProcess.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ The module performs a structured tree-based comparison:
5454
- Attribute-level differences: mismatches in leaf-node values.
5555
- Attribute-class mismatches: data classes present in the live structure but absent in the cache or vice versa (missing classes) .
5656

57-
5857
### Scoring model
5958
Each type of difference is assigned a configurable weight:
6059

@@ -65,6 +64,12 @@ Each type of difference is assigned a configurable weight:
6564

6665
A total weighted score is computed per device and used to quantify the extent of divergence.
6766

67+
### Ignored attributes
68+
69+
Since most of the non configurable attributes do not contribute to cache quality measurement, certain attributes are to be ignored during comparison.
70+
These attributes are listed in #1486.
71+
Note: this change has already been implemented with 2.0.1_impl, without a profile instance being available in the spec. This profile instance will be added with a future release.
72+
6873
### Output
6974

7075
Each completed comparison will add a new entry into ElasticSearch. The following example shows such an entry:

0 commit comments

Comments
 (0)