JSON object containing all event attributes and their associated values.

Hierarchy

  • RUMEventAttributes

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
attributes?: {
    [key: string]: any;
}

JSON object of attributes from RUM events.

Type declaration

  • [key: string]: any
service?: string

The name of the application or service generating RUM events. It is used to switch from RUM to APM, so make sure you define the same value when you use both products.

tags?: string[]

Array of tags associated with your event.

timestamp?: Date

Timestamp of your event.

Generated using TypeDoc