cloudUsageDaily
Last updated
Usage totals and intra-day breakdown for a single UTC day.
type CloudUsageDaily {
day: String
count: Float
tokens: Int
countBuckets: JSON
tokenBuckets: JSON
}day String
UTC day in YYYY-MM-DD format.
count Float
Request volume for the day, fractional for average-rate metrics. A value of -1 means the service does not publish a volume metric.
tokens Int
Number of tokens for the day. A value of -1 means the token metric is unavailable.
countBuckets JSON
Invocation counts split into eight three-hour UTC buckets, keyed by hour range. A bucket value of -1 means the count is unavailable.
tokenBuckets JSON
Token counts split into eight three-hour UTC buckets, keyed by hour range. A bucket value of -1 means the count is unavailable.
Last updated
