Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

MetricSnapshotDashboards

Dashboard metrics

type MetricSnapshotDashboards {
total: Int!
totalAdded: Int!
totalWithAddedCertification: Int!
totalWithDescriptionChange: Int!
totalWithOwner: Int!
trendingLast30Days: [MetricSnapshotTrendingAsset!]!
}

Fields

MetricSnapshotDashboards.total ● Int! non-null scalar general

How many dashboards your Catalog held at the end of this day

MetricSnapshotDashboards.totalAdded ● Int! non-null scalar general

Dashboards created in your ${BRAND_NAME} on this day.

MetricSnapshotDashboards.totalWithAddedCertification ● Int! non-null scalar general

Dashboards certified on this day and still certified at the end of it

MetricSnapshotDashboards.totalWithDescriptionChange ● Int! non-null scalar general

Dashboards whose description was written or updated on this day

MetricSnapshotDashboards.totalWithOwner ● Int! non-null scalar general

Dashboards that had at least one owner at the end of this day

The ten most viewed dashboards over the 30 days ending on this day

Example

{
"trendingLast30Days": [
{}
]
}

Member Of