Class: DatadogAPIClient::V1::MonitorType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/monitor_type.rb

Overview

The type of the monitor. For more information about ‘type`, see the [monitor options](docs.datadoghq.com/monitors/guide/monitor_api_options/) docs.

Constant Summary collapse

COMPOSITE =
"composite".freeze
EVENT_ALERT =
"event alert".freeze
LOG_ALERT =
"log alert".freeze
METRIC_ALERT =
"metric alert".freeze
PROCESS_ALERT =
"process alert".freeze
QUERY_ALERT =
"query alert".freeze
RUM_ALERT =
"rum alert".freeze
SERVICE_CHECK =
"service check".freeze
SYNTHETICS_ALERT =
"synthetics alert".freeze
TRACE_ANALYTICS_ALERT =
"trace-analytics alert".freeze
SLO_ALERT =
"slo alert".freeze
EVENT_V2_ALERT =
"event-v2 alert".freeze
AUDIT_ALERT =
"audit alert".freeze
CI_PIPELINES_ALERT =
"ci-pipelines alert".freeze
CI_TESTS_ALERT =
"ci-tests alert".freeze
ERROR_TRACKING_ALERT =
"error-tracking alert".freeze
DATABASE_MONITORING_ALERT =
"database-monitoring alert".freeze
NETWORK_PERFORMANCE_ALERT =
"network-performance alert".freeze

Method Summary

Methods included from BaseEnumModel

included