class Aws::ElasticBeanstalk::Types::ApplicationMetrics

Application request metrics for an AWS Elastic Beanstalk environment.

@!attribute [rw] duration

The amount of time that the metrics cover (usually 10 seconds). For
example, you might have 5 requests (`request_count`) within the most
recent time slice of 10 seconds (`duration`).
@return [Integer]

@!attribute [rw] request_count

Average number of requests handled by the web server per second over
the last 10 seconds.
@return [Integer]

@!attribute [rw] status_codes

Represents the percentage of requests over the last 10 seconds that
resulted in each type of status code response.
@return [Types::StatusCodes]

@!attribute [rw] latency

Represents the average latency for the slowest X percent of requests
over the last 10 seconds. Latencies are in seconds with one
millisecond resolution.
@return [Types::Latency]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplicationMetrics AWS API Documentation

Constants

SENSITIVE