cloudUsageSeries
Last updated
Generative AI usage time-series for a cloud asset, broken down per UTC day over a rolling window.
type CloudUsageSeries {
source: String
countMetric: String
tokenMetric: String
windowDays: Int
daily: [CloudUsageDaily]
}source String
Cloud metric namespace the usage is read from.
countMetric String
Name of the invocation-count metric, or "-" when the service does not publish one.
tokenMetric String
Name of the token-count metric, or "-" when the service does not publish one.
windowDays Int
Length of the usage window in days.
daily [CloudUsageDaily]
Per-day usage entries covering the window, ordered by day.
day String
count Int
tokens Int
countBuckets JSON
tokenBuckets JSON
Last updated
