ApplicationMetrics
Application request metrics for an AWS Elastic Beanstalk environment.
Contents
- 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
).Type: Integer
Required: No
- 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.
Type: Latency object
Required: No
- RequestCount
-
Average number of requests handled by the web server per second over the last 10 seconds.
Type: Integer
Required: No
- StatusCodes
-
Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.
Type: StatusCodes object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: