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.

MetricSnapshot

All usage metrics computed for one account on one day

type MetricSnapshot {
assets: MetricSnapshotAssets!
dataProducts: MetricSnapshotDataProducts!
sources: MetricSnapshotSources!
users: MetricSnapshotUsers!
}

Fields

MetricSnapshot.assets ● MetricSnapshotAssets! non-null object usage-metrics

Metrics for the dashboards, tables and terms in your Catalog

MetricSnapshot.dataProducts ● MetricSnapshotDataProducts! non-null object usage-metrics

Metrics for the assets published as data products in your Catalog

MetricSnapshot.sources ● MetricSnapshotSources! non-null object usage-metrics

Metrics for the systems connected to your Catalog

MetricSnapshot.users ● MetricSnapshotUsers! non-null object usage-metrics

Metrics for the people using your Catalog

Example

{
"assets": {
"dashboards": {
"trendingLast30Days": [
{}
]
},
"tables": {
"trendingLast30Days": []
},
"terms": {
"shared": {},
"trendingLast30Days": []
}
},
"dataProducts": {
"dashboards": {}
},
"sources": {
"technologies": [
{}
]
},
"users": {}
}

Member Of