Module: Google::Cloud::Monitoring::V3::AlertPolicy::Severity

Defined in:
proto_docs/google/monitoring/v3/alert.rb

Overview

An enumeration of possible severity level for an Alert Policy.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

No severity is specified. This is the default value.

0
CRITICAL =

This is the highest severity level. Use this if the problem could cause significant damage or downtime.

1
ERROR =

This is the medium severity level. Use this if the problem could cause minor damage or downtime.

2
WARNING =

This is the lowest severity level. Use this if the problem is not causing any damage or downtime, but could potentially lead to a problem in the future.

3