Class AggregatedSignalsProblemsResponseAttributes

Attributes of an aggregated signals and problems response.

Hierarchy

  • AggregatedSignalsProblemsResponseAttributes

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
applicationId: string

The RUM application ID that was analyzed.

Performance criteria to filter view instances by a metric threshold.

from: number

Start of the analyzed time range as a Unix timestamp in seconds.

problemDetections: SignalsProblemsDetections

Grouped detection results by detection type.

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

to: number

End of the analyzed time range as a Unix timestamp in seconds.

viewName: string

The RUM view name that was analyzed.

Generated using TypeDoc