Skip to main content

RequestStats

Request statistics for an application environment.

type RequestStats {
apiA8cCached: BigInt
apiA8cUncached: BigInt
apiCached: BigInt
apiUncached: BigInt
appA8cCached: BigInt
appA8cUncached: BigInt
appCached: BigInt
appUncached: BigInt
createdAt: String
date: String
environmentId: Int
id: Int
staticA8cCached: BigInt
staticA8cUncached: BigInt
staticCached: BigInt
staticUncached: BigInt
}

Fields

RequestStats.apiA8cCached ● BigInt scalar common

The number of Automattic-cached API requests.

RequestStats.apiA8cUncached ● BigInt scalar common

The number of Automattic-uncached API requests.

RequestStats.apiCached ● BigInt scalar common

The number of cached API requests.

RequestStats.apiUncached ● BigInt scalar common

The number of uncached API requests.

RequestStats.appA8cCached ● BigInt scalar common

The number of Automattic-cached application requests.

RequestStats.appA8cUncached ● BigInt scalar common

The number of Automattic-uncached application requests.

RequestStats.appCached ● BigInt scalar common

The number of cached application requests.

RequestStats.appUncached ● BigInt scalar common

The number of uncached application requests.

RequestStats.createdAt ● String scalar common

When the statistics row was created.

RequestStats.date ● String scalar common

The date the statistics apply to.

RequestStats.environmentId ● Int scalar common

The environment ID the statistics belong to.

RequestStats.id ● Int scalar common

The unique identifier for the request statistics row.

RequestStats.staticA8cCached ● BigInt scalar common

The number of Automattic-cached static asset requests.

RequestStats.staticA8cUncached ● BigInt scalar common

The number of Automattic-uncached static asset requests.

RequestStats.staticCached ● BigInt scalar common

The number of cached static asset requests.

RequestStats.staticUncached ● BigInt scalar common

The number of uncached static asset requests.

Member Of

RequestStatsList object