AppUsageRollupRow
Aggregate byte totals for one app over the requested window. All *Bytes fields are string counters (may exceed Int range).
type AppUsageRollupRow {
appId: String!
appSlug: String!
appName: String!
replicationSendBytes: String!
replicationRecvBytes: String!
graphqlSendBytes: String!
graphqlRecvBytes: String!
}
Fields
AppUsageRollupRow.appId ● String! non-null scalar
App id (as a string).
AppUsageRollupRow.appSlug ● String! non-null scalar
App slug.
AppUsageRollupRow.appName ● String! non-null scalar
App display name.
AppUsageRollupRow.replicationSendBytes ● String! non-null scalar
Total replication bytes sent (string counter).
AppUsageRollupRow.replicationRecvBytes ● String! non-null scalar
Total replication bytes received (string counter).
AppUsageRollupRow.graphqlSendBytes ● String! non-null scalar
Total GraphQL bytes sent (string counter).
AppUsageRollupRow.graphqlRecvBytes ● String! non-null scalar
Total GraphQL bytes received (string counter).
Returned By
environmentUsageByApp query