send-dora-incident
Send DORA incident events to track change failure rate and mean time to recovery (MTTR) by providing service, severity, and timestamps.
Instructions
Send a DORA incident event for tracking change failure rate and MTTR
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name affected by the incident. Example: my-api-service | |
| name | No | Incident name or title | |
| severity | No | Incident severity. Example: SEV-1, SEV-2 | |
| environment | No | Environment name. Example: production | |
| startedAt | Yes | Unix timestamp (seconds) when incident started | |
| finishedAt | No | Unix timestamp (seconds) when incident was resolved | |
| version | No | Version that caused the incident |