Struct aws_sdk_xray::model::TimeSeriesServiceStatistics [−][src]
#[non_exhaustive]pub struct TimeSeriesServiceStatistics {
pub timestamp: Option<DateTime>,
pub edge_summary_statistics: Option<EdgeStatistics>,
pub service_summary_statistics: Option<ServiceStatistics>,
pub service_forecast_statistics: Option<ForecastStatistics>,
pub response_time_histogram: Option<Vec<HistogramEntry>>,
}
Expand description
A list of TimeSeriesStatistic structures.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.timestamp: Option<DateTime>
Timestamp of the window for which statistics are aggregated.
edge_summary_statistics: Option<EdgeStatistics>
Response statistics for an edge.
service_summary_statistics: Option<ServiceStatistics>
Response statistics for a service.
service_forecast_statistics: Option<ForecastStatistics>
The forecasted high and low fault count values.
response_time_histogram: Option<Vec<HistogramEntry>>
The response time histogram for the selected entities.
Implementations
Timestamp of the window for which statistics are aggregated.
Response statistics for an edge.
Response statistics for a service.
The forecasted high and low fault count values.
The response time histogram for the selected entities.
Creates a new builder-style object to manufacture TimeSeriesServiceStatistics
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TimeSeriesServiceStatistics
impl Send for TimeSeriesServiceStatistics
impl Sync for TimeSeriesServiceStatistics
impl Unpin for TimeSeriesServiceStatistics
impl UnwindSafe for TimeSeriesServiceStatistics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more