The attributes of the incident event.

Hierarchy

  • DORAIncidentObjectAttributes

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 incident.

finishedAt?: number

Unix timestamp when the incident finished.

Git info for DORA Metrics events.

name?: string

Incident name.

services?: string[]

Service names impacted by the incident.

severity?: string

Incident severity.

startedAt: number

Unix timestamp when the incident started.

team?: string

Name of the team owning the services impacted.

version?: string

Version to correlate with APM Deployment Tracking.

Generated using TypeDoc