Appearance
Yellowbrick Row Store (YRS) Alerts
These alerts monitor the internal state of the Yellowbrick row store system. They also provide early warnings and critical alerts when the number of row store commit records, data files, deleted records, or unused files exceeds configured thresholds.
Purpose
These alerts help operators detect and respond to:
- Excessive commit records.
- Rising numbers of data or unused files.
- Accumulation of deleted records.
Each alert is grouped by severity and is linked to a configurable threshold variable. These thresholds can be adjusted at runtime and override any appliance-level GUCs used in previous Yellowbrick deployments.
Alert Definitions
| Alert | Severity | Trigger After | Description | Threshold Ref |
|---|---|---|---|---|
High Yellowbrick Row Store (YRS) Commit Records Count | CRITICAL | 1m | Number of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_critical_threshold] for more than a minute. Current: [current_value]. | yrs_commit_records_count_critical_threshold |
High Yellowbrick Row Store (YRS) Commit Records Count | MAJOR | 1m | Number of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_major_threshold] for more than a minute. Current: [current_value]. | yrs_commit_records_count_major_threshold |
High Yellowbrick Row Store (YRS) Commit Records Count | MINOR | 1m | Number of Yellowbrick row store commit records has exceeded [yrs_commit_records_count_minor_threshold] for more than a minute. Current: [current_value]. | yrs_commit_records_count_minor_threshold |
High Yellowbrick Row Store (YRS) Data Files Count | CRITICAL | 1m | Number of Yellowbrick row store data files has exceeded [yrs_data_files_count_critical_threshold] for more than a minute. Current: [current_value]. | yrs_data_files_count_critical_threshold |
High Yellowbrick Row Store (YRS) Data Files Count | MAJOR | 1m | Number of Yellowbrick row store data files has exceeded [yrs_data_files_count_major_threshold] for more than a minute. Current: [current_value]. | yrs_data_files_count_major_threshold |
High Yellowbrick Row Store (YRS) Data Files Count | MINOR | 1m | Number of Yellowbrick row store data files has exceeded [yrs_data_files_count_minor_threshold] for more than a minute. Current: [current_value]. | yrs_data_files_count_minor_threshold |
High Yellowbrick Row Store (YRS) Delete Records Count | CRITICAL | 1m | Number of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_critical_threshold] for more than a minute. Current: [current_value]. | yrs_delete_records_count_critical_threshold |
High Yellowbrick Row Store (YRS) Delete Records Count | MAJOR | 1m | Number of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_major_threshold] for more than a minute. Current: [current_value]. | yrs_delete_records_count_major_threshold |
High Yellowbrick Row Store (YRS) Delete Records Count | MINOR | 1m | Number of Yellowbrick row store delete records has exceeded [yrs_delete_records_count_minor_threshold] for more than a minute. Current: [current_value]. | yrs_delete_records_count_minor_threshold |
High Yellowbrick Row Store (YRS) Unused Files Count | CRITICAL | 1m | Number of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_critical_threshold] for more than a minute. Current: [current_value]. | yrs_unused_files_count_critical_threshold |
High Yellowbrick Row Store (YRS) Unused Files Count | MAJOR | 1m | Number of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_major_threshold] for more than a minute. Current: [current_value]. | yrs_unused_files_count_major_threshold |
High Yellowbrick Row Store (YRS) Unused Files Count | MINOR | 1m | Number of Yellowbrick row store unused files has exceeded [yrs_unused_files_count_minor_threshold] for more than a minute. Current: [current_value]. | yrs_unused_files_count_minor_threshold |
Row Store Status | MAJOR | - | The Yellowbrick row store is full, user inserts will be slower. |