View Source GoogleApi.Monitoring.V3.Model.Trigger (google_api_monitoring v0.61.1)

Specifies how many time series must fail a predicate to trigger a condition. If not specified, then a {count: 1} trigger is used.

Attributes

  • count (type: integer(), default: nil) - The absolute number of time series that must fail the predicate for the condition to be triggered.
  • percent (type: float(), default: nil) - The percentage of time series that must fail the predicate for the condition to be triggered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.Trigger{
  count: integer() | nil,
  percent: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.