Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--datadog-slos-slo.json
Parent schema serverless-framework-configuration
Type: object

Datadog SLO 1.1.0. Source:- No source definition found, add manually please

Properties

Name string | Aws_CF_FunctionString required

Name of the slo

Thresholds Threshold[] required
Type string | Aws_CF_FunctionString required

The type of the slo

Description string | Aws_CF_FunctionString

Description of the slo

Groups string[]

A list of (up to 20) monitor groups that narrow the scope of a monitor service level objective.

MonitorIds integer[]

A list of monitor ids that defines the scope of a monitor service level objective. Required if type is monitor.

Query object
2 nested properties
Numerator string | Aws_CF_FunctionString

A Datadog metric query for total (valid) events.

Denominator string | Aws_CF_FunctionString

A Datadog metric query for good events.

Tags string[]

Tags associated with the slo

Definitions

Creator object
Name string | Aws_CF_FunctionString

Name of the creator of the slo

Handle string | Aws_CF_FunctionString

Handle of the creator of the slo

Email string | Aws_CF_FunctionString

Email of the creator of the slo

Threshold object
Target number

The target value for the service level indicator within the corresponding timeframe.

TargetDisplay string | Aws_CF_FunctionString

A string representation of the target that indicates its precision.(e.g. 98.00)

Timeframe string | Aws_CF_FunctionString

The SLO time window options. Allowed enum values: 7d,30d,90d

Warning number

The warning value for the service level objective.

WarningDisplay string | Aws_CF_FunctionString

A string representation of the warning target.(e.g. 98.00)

Query object
Numerator string | Aws_CF_FunctionString

A Datadog metric query for total (valid) events.

Denominator string | Aws_CF_FunctionString

A Datadog metric query for good events.

DatadogCredentials object

Credentials for the Datadog API

ApiKey string | Aws_CF_FunctionString required

Datadog API key

ApplicationKey string | Aws_CF_FunctionString required

Datadog application key

ApiURL string | Aws_CF_FunctionString

Datadog API URL (defaults to https://api.datadoghq.com) Use https://api.datadoghq.eu for EU accounts.