Attributes to create a DORA deployment event.

Hierarchy

  • DORADeploymentRequestAttributes

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
env?: string

Environment name to where the service was deployed.

finishedAt: number

Unix timestamp when the deployment finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.

Git info for DORA Metrics events.

id?: string

Deployment ID.

service: string

Service name.

startedAt: number

Unix timestamp when the deployment started. It must be in nanoseconds, milliseconds, or seconds.

team?: string

Name of the team owning the deployed service. If not provided, this is automatically populated with the team associated with the service in the Service Catalog.

version?: string

Version to correlate with APM Deployment Tracking.

Generated using TypeDoc