Skip to main content

AppEnvironmentHealth

Health metrics for an environment.

type AppEnvironmentHealth {
cacheHit: AppEnvironmentHealthCacheList
cacheMiss: AppEnvironmentHealthCacheList
responseCodes: AppEnvironmentHealthList
}

Fields

AppEnvironmentHealth.cacheHit ● AppEnvironmentHealthCacheList object common

Cache hit totals over time.

AppEnvironmentHealth.cacheMiss ● AppEnvironmentHealthCacheList object common

Cache miss totals over time.

AppEnvironmentHealth.responseCodes ● AppEnvironmentHealthList object common

HTTP response code totals over time.

Member Of

AppEnvironment object