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.

MetricSnapshotTerms

Term metrics

type MetricSnapshotTerms {
shared: MetricSnapshotSharedTerms!
total: Int!
totalAdded: Int!
totalWithAddedCertification: Int!
totalWithDescriptionChange: Int!
totalWithOwner: Int!
trendingLast30Days: [MetricSnapshotTrendingAsset!]!
}

Fields

MetricSnapshotTerms.shared ● MetricSnapshotSharedTerms! non-null object usage-metrics

Terms this account shares out to other accounts through Federated Governance

MetricSnapshotTerms.total ● Int! non-null scalar general

How many glossary terms your catalog held at the end of this day

MetricSnapshotTerms.totalAdded ● Int! non-null scalar general

Terms created in your Catalog on this day

MetricSnapshotTerms.totalWithAddedCertification ● Int! non-null scalar general

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

MetricSnapshotTerms.totalWithDescriptionChange ● Int! non-null scalar general

Terms whose description was written or updated on this day

MetricSnapshotTerms.totalWithOwner ● Int! non-null scalar general

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

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

Example

{
"shared": {},
"trendingLast30Days": [
{}
]
}

Member Of