Stackdriver Monitoring V3 Client - Class Severity (1.8.0)

Reference documentation and code samples for the Stackdriver Monitoring V3 Client class Severity.

An enumeration of possible severity level for an Alert Policy.

Protobuf type google.monitoring.v3.AlertPolicy.Severity

Namespace

Google \ Cloud \ Monitoring \ V3 \ AlertPolicy

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

No severity is specified. This is the default value.

Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;

CRITICAL

Value: 1

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

Generated from protobuf enum CRITICAL = 1;

ERROR

Value: 2

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

Generated from protobuf enum ERROR = 2;

WARNING

Value: 3

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.

Generated from protobuf enum WARNING = 3;