Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
HistogramEntry |
HistogramEntry.clone() |
HistogramEntry |
HistogramEntry.withCount(Integer count)
The prevalence of the entry.
|
HistogramEntry |
HistogramEntry.withValue(Double value)
The value of the entry.
|
Modifier and Type | Method and Description |
---|---|
List<HistogramEntry> |
Service.getDurationHistogram()
A histogram that maps the spread of service durations.
|
List<HistogramEntry> |
TimeSeriesServiceStatistics.getResponseTimeHistogram()
The response time histogram for the selected entities.
|
List<HistogramEntry> |
Edge.getResponseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
|
List<HistogramEntry> |
Service.getResponseTimeHistogram()
A histogram that maps the spread of service response times.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.withDurationHistogram(HistogramEntry... durationHistogram)
A histogram that maps the spread of service durations.
|
TimeSeriesServiceStatistics |
TimeSeriesServiceStatistics.withResponseTimeHistogram(HistogramEntry... responseTimeHistogram)
The response time histogram for the selected entities.
|
Edge |
Edge.withResponseTimeHistogram(HistogramEntry... responseTimeHistogram)
A histogram that maps the spread of client response times on an edge.
|
Service |
Service.withResponseTimeHistogram(HistogramEntry... responseTimeHistogram)
A histogram that maps the spread of service response times.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.setDurationHistogram(Collection<HistogramEntry> durationHistogram)
A histogram that maps the spread of service durations.
|
void |
TimeSeriesServiceStatistics.setResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
|
void |
Edge.setResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of client response times on an edge.
|
void |
Service.setResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of service response times.
|
Service |
Service.withDurationHistogram(Collection<HistogramEntry> durationHistogram)
A histogram that maps the spread of service durations.
|
TimeSeriesServiceStatistics |
TimeSeriesServiceStatistics.withResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
|
Edge |
Edge.withResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of client response times on an edge.
|
Service |
Service.withResponseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of service response times.
|
Copyright © 2022. All rights reserved.