Usage statistics for a dashboard. The viewer field and all view-count fields (total_views, viewed_at, total_views_by_type) are populated only when Real User Monitoring (RUM) is active for the org.

Hierarchy

  • DashboardUsageAttributes

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

A user referenced from a dashboard usage record (author or viewer).

createdAt?: Date

When the dashboard was created.

dashboardQualityScore?: number

The dashboard quality score, or null when no score is available.

editedAt?: Date

When the dashboard was most recently edited.

orgId: number

The Datadog organization that owns the dashboard.

teams?: string[]

Teams the dashboard is tagged with.

title?: string

The dashboard title.

totalViews?: number

Total view count for the dashboard. Counts only views captured by Real User Monitoring (RUM); 0 in orgs without RUM.

totalViewsByType?: {
    [key: string]: number;
}

View counts keyed by view type (in_app, embed, public, shared, api, unknown). Counts only views captured by Real User Monitoring (RUM); empty in orgs without RUM.

Type declaration

  • [key: string]: number
viewedAt?: Date

When the dashboard was most recently viewed. Populated only when Real User Monitoring (RUM) is active for the org; null in orgs without RUM.

A user referenced from a dashboard usage record (author or viewer).

widgetCount?: number

The total number of widgets on the dashboard.

widgetCountByType?: {
    [key: string]: number;
}

Widget counts keyed by widget type. The map includes group widgets and widgets without requests.

Type declaration

  • [key: string]: number

Generated using TypeDoc