Package | Description |
---|---|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
ServiceStatistics |
ServiceStatistics.clone() |
ServiceStatistics |
TimeSeriesServiceStatistics.getServiceSummaryStatistics() |
ServiceStatistics |
Service.getSummaryStatistics()
Aggregated statistics for the service.
|
ServiceStatistics |
ServiceStatistics.withErrorStatistics(ErrorStatistics errorStatistics)
Information about requests that failed with a 4xx Client Error status code.
|
ServiceStatistics |
ServiceStatistics.withFaultStatistics(FaultStatistics faultStatistics)
Information about requests that failed with a 5xx Server Error status code.
|
ServiceStatistics |
ServiceStatistics.withOkCount(Long okCount)
The number of requests that completed with a 2xx Success status code.
|
ServiceStatistics |
ServiceStatistics.withTotalCount(Long totalCount)
The total number of completed requests.
|
ServiceStatistics |
ServiceStatistics.withTotalResponseTime(Double totalResponseTime)
The aggregate response time of completed requests.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSeriesServiceStatistics.setServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics) |
void |
Service.setSummaryStatistics(ServiceStatistics summaryStatistics)
Aggregated statistics for the service.
|
TimeSeriesServiceStatistics |
TimeSeriesServiceStatistics.withServiceSummaryStatistics(ServiceStatistics serviceSummaryStatistics) |
Service |
Service.withSummaryStatistics(ServiceStatistics summaryStatistics)
Aggregated statistics for the service.
|
Copyright © 2022. All rights reserved.