pub struct DbAlertsSettings {Show 19 fields
pub bdb_backup_delayed: Option<BdbAlertSettingsWithThreshold>,
pub bdb_crdt_src_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>,
pub bdb_crdt_src_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>,
pub bdb_crdt_src_syncer_general_error: Option<BdbAlertSettingsWithThreshold>,
pub bdb_high_latency: Option<BdbAlertSettingsWithThreshold>,
pub bdb_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>,
pub bdb_high_throughput: Option<BdbAlertSettingsWithThreshold>,
pub bdb_long_running_action: Option<BdbAlertSettingsWithThreshold>,
pub bdb_low_throughput: Option<BdbAlertSettingsWithThreshold>,
pub bdb_ram_dataset_overhead: Option<BdbAlertSettingsWithThreshold>,
pub bdb_ram_values: Option<BdbAlertSettingsWithThreshold>,
pub bdb_replica_src_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>,
pub bdb_replica_src_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>,
pub bdb_replica_src_syncer_general_error: Option<BdbAlertSettingsWithThreshold>,
pub bdb_shard_num_ram_values: Option<BdbAlertSettingsWithThreshold>,
pub bdb_size: Option<BdbAlertSettingsWithThreshold>,
pub bdb_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>,
pub bdb_syncer_general_error: Option<BdbAlertSettingsWithThreshold>,
pub extra: Value,
}
Expand description
Complete database alerts settings object
Fields§
§bdb_backup_delayed: Option<BdbAlertSettingsWithThreshold>
Periodic backup has been delayed for longer than specified threshold value [minutes]
bdb_crdt_src_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>
CRDB source - sync lag is higher than specified threshold value [seconds]
bdb_crdt_src_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>
CRDB source - sync has connection error while trying to connect replica source
bdb_crdt_src_syncer_general_error: Option<BdbAlertSettingsWithThreshold>
CRDB - sync encountered in general error
bdb_high_latency: Option<BdbAlertSettingsWithThreshold>
Latency is higher than specified threshold value [micro-sec]
bdb_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>
(Deprecated) Replica of - sync lag is higher than specified threshold value [seconds]
bdb_high_throughput: Option<BdbAlertSettingsWithThreshold>
Throughput is higher than specified threshold value [requests / sec.]
bdb_long_running_action: Option<BdbAlertSettingsWithThreshold>
An alert for state-machines that are running for too long
bdb_low_throughput: Option<BdbAlertSettingsWithThreshold>
Throughput is lower than specified threshold value [requests / sec.]
bdb_ram_dataset_overhead: Option<BdbAlertSettingsWithThreshold>
Dataset RAM overhead of a shard has reached the threshold value [% of its RAM limit]
bdb_ram_values: Option<BdbAlertSettingsWithThreshold>
Percent of values kept in a shard’s RAM is lower than [% of its key count]
bdb_replica_src_high_syncer_lag: Option<BdbAlertSettingsWithThreshold>
Replica-of source - sync lag is higher than specified threshold value [seconds]
bdb_replica_src_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>
Replica-of source - sync has connection error while trying to connect replica source
bdb_replica_src_syncer_general_error: Option<BdbAlertSettingsWithThreshold>
Replica-of - sync encountered in general error
bdb_shard_num_ram_values: Option<BdbAlertSettingsWithThreshold>
Number of values kept in a shard’s RAM is lower than [values]
bdb_size: Option<BdbAlertSettingsWithThreshold>
Dataset size has reached the threshold value [% of the memory limit]
bdb_syncer_connection_error: Option<BdbAlertSettingsWithThreshold>
(Deprecated) Replica of - sync has connection error while trying to connect replica source
bdb_syncer_general_error: Option<BdbAlertSettingsWithThreshold>
(Deprecated) Replica of - sync encountered in general error
extra: Value
Trait Implementations§
Source§impl Clone for DbAlertsSettings
impl Clone for DbAlertsSettings
Source§fn clone(&self) -> DbAlertsSettings
fn clone(&self) -> DbAlertsSettings
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more