Skip to main content

EnvironmentUsageRollupRow

Aggregate byte totals for one environment over the requested window. All *Bytes fields are string counters (may exceed Int range).

type EnvironmentUsageRollupRow {
environmentId: String!
environmentSlug: String!
displayName: String!
replicationSendBytes: String!
replicationRecvBytes: String!
graphqlSendBytes: String!
graphqlRecvBytes: String!
}

Fields

EnvironmentUsageRollupRow.environmentId ● String! non-null scalar

Environment UUID (as a string).

EnvironmentUsageRollupRow.environmentSlug ● String! non-null scalar

Environment slug.

EnvironmentUsageRollupRow.displayName ● String! non-null scalar

Environment display name.

EnvironmentUsageRollupRow.replicationSendBytes ● String! non-null scalar

Total replication bytes sent (string counter).

EnvironmentUsageRollupRow.replicationRecvBytes ● String! non-null scalar

Total replication bytes received (string counter).

EnvironmentUsageRollupRow.graphqlSendBytes ● String! non-null scalar

Total GraphQL bytes sent (string counter).

EnvironmentUsageRollupRow.graphqlRecvBytes ● String! non-null scalar

Total GraphQL bytes received (string counter).

Returned By

orgUsageByEnvironment query