AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Application request metrics for an AWS Elastic Beanstalk environment.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.ApplicationMetrics

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class ApplicationMetrics

The ApplicationMetrics type exposes the following members

Constructors

NameDescription
Public Method ApplicationMetrics()

Properties

NameTypeDescription
Public Property Duration System.Int32

Gets and sets the property 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).

Public Property Latency Amazon.ElasticBeanstalk.Model.Latency

Gets and sets the property 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.

Public Property RequestCount System.Int32

Gets and sets the property RequestCount.

Average number of requests handled by the web server per second over the last 10 seconds.

Public Property StatusCodes Amazon.ElasticBeanstalk.Model.StatusCodes

Gets and sets the property StatusCodes.

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5