Event attributes.

Hierarchy

  • EventPayload

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

An arbitrary string to use for aggregation when correlating events. Limited to 100 characters.

JSON object for custom attributes. Schema are different per each event category.

category: EventCategory

Event category to identify the type of event. Only the value change is supported. Support for other categories are coming. please reach out to datadog support if you're interested.

message?: string

The body of the event. Limited to 4000 characters.

tags?: string[]

A list of tags to apply to the event. Refer to Tags docs.

timestamp?: string

Timestamp when the event occurred. Must follow ISO 8601 format. For example "2017-01-15T01:30:15.010000Z". Defaults to the timestamp of receipt. Limited to values no older than 18 hours.

title: string

The event title. Limited to 500 characters.

Generated using TypeDoc