Attributes to create a DORA failure event.

Hierarchy

  • DORAFailureRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
customTags?: string[]

A list of user-defined tags. The tags must follow the key:value pattern. Up to 100 may be added per event.

env?: string

Environment name that was impacted by the failure.

finishedAt?: number

Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.

Git info for DORA Metrics events.

id?: string

Failure ID. Must have at least 16 characters. Required to update a previously sent failure.

name?: string

Failure name.

services?: string[]

Service names impacted by the failure. If possible, use names registered in the Service Catalog. Required when the team field is not provided.

severity?: string

Failure severity.

startedAt: number

Unix timestamp when the failure started. It must be in nanoseconds, milliseconds, or seconds.

team?: string

Name of the team owning the services impacted. If possible, use team handles registered in Datadog. Required when the services field is not provided.

version?: string

Version to correlate with APM Deployment Tracking.

Generated using TypeDoc