DashboardMetricsCollected (v1.0.0)

Event emitted once a day containing collected dashboard metrics from the database.

DashboardMetricsCollected

Event emitted once a day containing collected dashboard metrics from the database.

Base Schema

All analytics events are based on the TrackEvent schema which provides common properties like messageId, userId, context, timestamps, and more.

Base Schema Reference: analytics-track.yaml

Event-Specific Properties

This schema shows only the event-specific properties that extend the base TrackEvent schema:

21 properties

Properties specific to this event type (extends BaseEvent)

avgGroupsPerWidgetVisConfignumber<float>

Average number of groups per widget visibility configuration.

usersPerWidgetVisConfigDistobject

Distribution of the number of users per widget visibility configuration.

totalTenantWidgetsCountinteger

Total number of tenant widgets across all tenants.

totalTenantsWithWidgetVisEnableinteger

Total number of tenants that have enabled widget visibility settings.

avgConsumersPerWidgetVisConfignumber<float>

Average number of consumers per widget visibility configuration.

avgUsersPerWidgetVisConfignumber<float>

Average number of users per widget visibility configuration.

totalListTenantWidgetsCountinteger

Total number of tenant list widgets across all tenants.

listTenantWidgetUsageinteger

Total number of tenants that use tenant list widgets.

iFrameTenantWidgetUsageinteger

Total number of tenants that use tenant iframe widgets.

totalCustomizableTnBoardCountinteger

Total number of customizable tenant dashboards across all tenants.

assignedTnDashboardsPerTnDistrobject

Distribution of the number of assigned tenant dashboards per tenant.

consumersPerWidgetVisConfigDistobject

Distribution of the number of consumers per widget visibility configuration.

totalV2TenantsCountinteger

Total number of tenants that use dashboard V2.

tenantDashboardsPerTenantDistrobject

Distribution of the number of tenant dashboards per tenant.

groupsPerWidgetVisConfigDistobject

Distribution of the number of groups per widget visibility configuration.

tenantWidgetUsageinteger

Total number of tenants that use tenant widgets.

totalIFrameTenantWidgetsCountinteger

Total number of tenant iframe widgets across all tenants.

totalTenantDashboardsCountinteger

Total number of tenant dashboards across all tenants that use dashboard V2.

totalDisabledV2TenantsCountinteger

Total number of tenants that have disabled dashboard V2.

avgTenantDashboardsPerTenantnumber<float>

Average number of tenant dashboards per tenant.

avgAssignedTnDashboardsPerTnNewnumber<float>

Average number of assigned tenant dashboards per tenant.