send-dora-deployment
Send a DORA deployment event to track deployment frequency and lead time for a service in a specified environment.
Instructions
Send a DORA deployment event for tracking deployment frequency and lead time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Service name for the deployment. Example: my-api-service | |
| version | No | Version or git SHA of the deployment. Example: v1.2.3 or abc123 | |
| environment | No | Environment name. Example: production, staging | |
| startedAt | Yes | Unix timestamp (seconds) when deployment started | |
| finishedAt | Yes | Unix timestamp (seconds) when deployment finished |