Class RumHardcodedCrossProductSampling

Cross-product retention settings for a hardcoded retention filter.

Hierarchy

  • RumHardcodedCrossProductSampling

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

Indicates whether Session Replay cross-product retention is active.

sessionReplaySampleRate?: number

Percentage (0–100) of retained sessions with an ingested replay whose replay data is kept.

traceEnabled?: boolean

Indicates whether Trace cross-product retention is active.

traceSampleRate?: number

Percentage (0–100) of retained sessions with ingested traces whose traces are indexed.

Generated using TypeDoc