| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
List<HistogramEntry> |
Service.durationHistogram()
A histogram that maps the spread of service durations.
|
List<HistogramEntry> |
Edge.receivedEventAgeHistogram()
A histogram that maps the spread of event age when received by consumers.
|
List<HistogramEntry> |
TimeSeriesServiceStatistics.responseTimeHistogram()
The response time histogram for the selected entities.
|
List<HistogramEntry> |
Service.responseTimeHistogram()
A histogram that maps the spread of service response times.
|
List<HistogramEntry> |
Edge.responseTimeHistogram()
A histogram that maps the spread of client response times on an edge.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.durationHistogram(HistogramEntry... durationHistogram)
A histogram that maps the spread of service durations.
|
Edge.Builder |
Edge.Builder.receivedEventAgeHistogram(HistogramEntry... receivedEventAgeHistogram)
A histogram that maps the spread of event age when received by consumers.
|
TimeSeriesServiceStatistics.Builder |
TimeSeriesServiceStatistics.Builder.responseTimeHistogram(HistogramEntry... responseTimeHistogram)
The response time histogram for the selected entities.
|
Service.Builder |
Service.Builder.responseTimeHistogram(HistogramEntry... responseTimeHistogram)
A histogram that maps the spread of service response times.
|
Edge.Builder |
Edge.Builder.responseTimeHistogram(HistogramEntry... responseTimeHistogram)
A histogram that maps the spread of client response times on an edge.
|
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.durationHistogram(Collection<HistogramEntry> durationHistogram)
A histogram that maps the spread of service durations.
|
Edge.Builder |
Edge.Builder.receivedEventAgeHistogram(Collection<HistogramEntry> receivedEventAgeHistogram)
A histogram that maps the spread of event age when received by consumers.
|
TimeSeriesServiceStatistics.Builder |
TimeSeriesServiceStatistics.Builder.responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
The response time histogram for the selected entities.
|
Service.Builder |
Service.Builder.responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of service response times.
|
Edge.Builder |
Edge.Builder.responseTimeHistogram(Collection<HistogramEntry> responseTimeHistogram)
A histogram that maps the spread of client response times on an edge.
|
Copyright © 2023. All rights reserved.