You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDCD-1644: adding limitation warning around DORA failure enrichment from PagerDuty incidents created by Datadog monitors (#30951)
* SDCD-1644: adding limitation warning around DORA failure enrichment from PagerDuty incidents created by Datadog monitors
* Update content/en/dora_metrics/setup/failures.md
---------
Co-authored-by: Esther Kim <[email protected]>
Copy file name to clipboardExpand all lines: content/en/dora_metrics/setup/failures.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,10 @@ The matching algorithm works in the following steps:
134
134
5. If the PagerDuty service name of the incident matches a team name in the Software Catalog, the incident metrics and events are emitted with the team.
135
135
6. If there have been no matches up to this point, the incident metrics and events are emitted with the PagerDuty service and PagerDuty team provided in the incident.
136
136
137
+
<divclass="alert alert-warning">
138
+
If an incident is resolved manually in PagerDuty instead of from a monitor notification, the incident resolution event does not contain monitor information and the first step of the matching algorithm is skipped.
0 commit comments