Attributes of the RUM configuration.

Hierarchy

  • RumConfigAttributes

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
disabled?: boolean

Whether the RUM configuration is disabled for the organization.

enforcedApplicationTags: boolean

Whether application tags are enforced for the RUM applications in the organization.

enforcedApplicationTagsUpdatedAt?: Date

Timestamp of when the enforced application tags setting was last updated.

enforcedApplicationTagsUpdatedBy?: string

Handle of the user who last updated the enforced application tags setting.

ootbMetricsVersion?: number

Version of the out-of-the-box metrics installed for the organization.

ootbMetricsVersionInstalledAt?: Date

Timestamp of when the out-of-the-box metrics version was installed.

retentionFiltersEnabled: boolean

Whether retention filters are enabled for the organization.

retentionFiltersEnabledUpdatedAt?: Date

Timestamp of when the retention filters setting was last updated.

retentionFiltersEnabledUpdatedBy?: string

Handle of the user or job who last updated the retention filters setting.

Generated using TypeDoc