datadog_incidents
Details of Datadog incidents.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Datadog ID of the incident.
-
title
string - Title of the incident.
-
state
string - State of the incident.
-
severity
string - Severity of the incident.
-
customer_impacted
boolean - Boolean indicating if the incident impacted customers.
-
creator_user_id
Foreign key - ID of the user who created the incident.
-
commander_user_id
Foreign key - ID of the user who is the commander for the incident.
-
started_at
date - Timestamp when the incident started.
-
resolved_at
date - Timestamp when the incident was resolved.
-
time_to_resolve
number - Time taken to resolve the incident (in seconds).
-
time_to_internal_response
number - Time taken for internal response (in seconds).
-
time_to_detect
number - Time taken to detect the incident (in seconds).
-
time_to_repair
number - Time taken to repair the issue (in seconds).
-
created
date - Timestamp when the incident was created.
-
customer_impact_start
date - Timestamp when customers began being impacted by the incident.
-
customer_impact_end
date - Timestamp when customers stopped being impacted by the incident.
-
public_id
Foreign key - Public ID of the incident.
-
type
string - Incident resource type.