Metadata about the sampling quality for a signals and problems query.

Hierarchy

  • SignalsProblemsSampleMetadata

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
failed: number

Number of view instances that failed to process.

requested: number

Number of view instances requested for sampling.

sampledViewIds: string[]

List of RUM view IDs that were sampled.

succeeded: number

Number of view instances successfully processed.

successRate: number

Ratio of successfully processed views to requested views.

Generated using TypeDoc