environmentUsageSummary
Per-minute replication and GraphQL byte/message usage time series for the apps linked to an environment, plus replication rate peaks and live Buddy rates. Read-only observability. Requires the 'view_usage' org permission.
environmentUsageSummary(
orgId: BigInt!
environmentSlug: String!
since: DateTime!
): EnvironmentUsageSummary!
Arguments
environmentUsageSummary.orgId ● BigInt! non-null scalar
Organization id (BigInt) that owns the environment.
environmentUsageSummary.environmentSlug ● String! non-null scalar
Slug of the environment to report usage for.
environmentUsageSummary.since ● DateTime! non-null scalar
Start of the time window (ISO-8601 DateTime or relative duration such as 1d, 7d, 1h). Usage is aggregated from this instant up to now.
Type
EnvironmentUsageSummary object
Per-minute replication and GraphQL usage time series for an environment, with rate peaks and live Buddy rates.