Attributes to create a DORA incident event.

Hierarchy

  • DORAIncidentRequestAttributes

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
env?: string

Environment name that was impacted by the incident.

finishedAt?: number

Unix timestamp when the incident 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

Incident ID. Required to update a previously sent incident.

name?: string

Incident name.

services?: string[]

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

severity?: string

Incident severity.

startedAt: number

Unix timestamp when the incident 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