Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Latency |
Latency.clone() |
Latency |
ApplicationMetrics.getLatency()
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
Latency |
Latency.withP10(Double p10)
The average latency for the slowest 90 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP50(Double p50)
The average latency for the slowest 50 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP75(Double p75)
The average latency for the slowest 25 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP85(Double p85)
The average latency for the slowest 15 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP90(Double p90)
The average latency for the slowest 10 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP95(Double p95)
The average latency for the slowest 5 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP99(Double p99)
The average latency for the slowest 1 percent of requests over the last
10 seconds.
|
Latency |
Latency.withP999(Double p999)
The average latency for the slowest 0.1 percent of requests over the last
10 seconds.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationMetrics.setLatency(Latency latency)
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
ApplicationMetrics |
ApplicationMetrics.withLatency(Latency latency)
Represents the average latency for the slowest X percent of requests over
the last 10 seconds.
|
Copyright © 2018. All rights reserved.