Options
All
  • Public
  • Public/Protected
  • All
Menu
description

The Event is the primitive, raw event type.

Hierarchy

  • Event

Index

Properties

changes: string[]
description

Optional. Array of changes. Applicable if eventType is deployment. Will stay empty otherwise.

eventTime: string
description

Unix timestamp of event time.

eventType: EventType
description

The type of event that has happened. Can be change, deployment, or incident.

id: string
description

The underlying event ID, such as the event ID from GitHub.

message: string
description

The input body serialized to a string.

product: string

/**

description

The product name, such as the name of the API or Git repository that we are measuring metrics for.

timeCreated: string
description

Unix timestamp of creation of original event.

timeResolved: string
description

Optional. Unix timestamp when an incident is handled. Only applicable if eventType is incident. Will stay empty otherwise.

title: string
description

Optional. Used for incident titles.

Generated using TypeDoc