ApplicationMetrics class
Application request metrics for an AWS Elastic Beanstalk environment.
Constructors
- ApplicationMetrics({int? duration, Latency? latency, int? requestCount, StatusCodes? statusCodes})
- ApplicationMetrics.fromXml(XmlElement elem)
-
factory
Properties
- duration → int?
-
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
).final - hashCode → int
-
The hash code for this object.
no setterinherited
- latency → 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.
final
- requestCount → int?
-
Average number of requests handled by the web server per second over the
last 10 seconds.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCodes → StatusCodes?
-
Represents the percentage of requests over the last 10 seconds that resulted
in each type of status code response.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited