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.

MetricSnapshotSources

Source metrics

type MetricSnapshotSources {
technologies: [MetricSnapshotSourceTechnology!]!
total: Int!
}

Fields

MetricSnapshotSources.technologies ● [MetricSnapshotSourceTechnology!]! non-null object usage-metrics

How many sources you have of each technology. Every known technology is listed, including those you have none of, so the breakdown keeps the same shape from one day to the next

MetricSnapshotSources.total ● Int! non-null scalar general

How many sources were connected to your catalog at the end of this day. Counts every kind of integration, not only data warehouses

Example

{
"technologies": [
{}
]
}

Member Of