Table opm.conformance_policy Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
id bigint 19  √ 
uuid varchar 512
name varchar 255 Name of the conformance policy.
description text 65535  √  null
latencyIncidentThresholdPercent smallint 5 If the percentage of non-conforming samples w.r.t. total samples in a given observation_window exceeds this threshold, a incident event is raised.
latencyRiskThresholdPercent smallint 5 If the percentage of non-conforming samples w.r.t. total samples in a given observation_window exceeds this threshold, a risk event is raised.
latencyObservationWindow smallint 5 The window size (in minutes) defines the time period from the current time within which all the relevant samples are analyzed for identifying any risk and incident resulting from conformance violations.
iopsCapacityStepInTB float 12 Capacity step in TB used to calculate current IOPS value.
iopsCapacityBufferInTB float 12 Capacity buffer in TB used to calculate expected IOPS value.
iopsIncidentThresholdPercent smallint 5 If the percentage of non-conforming samples w.r.t. total samples in a given observation_window exceeds this threshold, a incident event is raised.
iopsRiskThresholdPercent smallint 5 If the percentage of non-conforming samples w.r.t. total samples in a given observation_window exceeds this threshold, a risk event is raised.
iopsObservationWindow smallint 5 The window size (in minutes) defines the time period from the current time within which all the relevant samples are analyzed for identifying any risk and incident resulting from conformance violations.
systemDefined bit 0 0 Indicates if this is a system-provided conformance policy.
createTime bigint 19
updateTime bigint 19

Table contained 5 rows at Tue Apr 23 04:58 EDT 2019

Indexes:
Column(s) Type Sort Constraint Name
id Primary key Asc PRIMARY
uuid Must be unique Asc uuid