The configuration for cross-product retention filters.

Hierarchy

  • RumCrossProductSamplingCreate

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

Whether the cross-product retention filter for APM traces is enabled.

traceSampleRate: number

The sample rate for the APM cross-product retention filter, between 0 and 100.

Generated using TypeDoc