Class: Aws::XRay::Types::TimeSeriesServiceStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::TimeSeriesServiceStatistics
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-xray/types.rb
Overview
A list of TimeSeriesStatistic structures.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_summary_statistics ⇒ Types::EdgeStatistics
Response statistics for an edge.
-
#response_time_histogram ⇒ Array<Types::HistogramEntry>
The response time histogram for the selected entities.
-
#service_forecast_statistics ⇒ Types::ForecastStatistics
The forecasted high and low fault count values.
-
#service_summary_statistics ⇒ Types::ServiceStatistics
Response statistics for a service.
-
#timestamp ⇒ Time
Timestamp of the window for which statistics are aggregated.
Instance Attribute Details
#edge_summary_statistics ⇒ Types::EdgeStatistics
Response statistics for an edge.
3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-xray/types.rb', line 3385 class TimeSeriesServiceStatistics < Struct.new( :timestamp, :edge_summary_statistics, :service_summary_statistics, :service_forecast_statistics, :response_time_histogram) SENSITIVE = [] include Aws::Structure end |
#response_time_histogram ⇒ Array<Types::HistogramEntry>
The response time histogram for the selected entities.
3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-xray/types.rb', line 3385 class TimeSeriesServiceStatistics < Struct.new( :timestamp, :edge_summary_statistics, :service_summary_statistics, :service_forecast_statistics, :response_time_histogram) SENSITIVE = [] include Aws::Structure end |
#service_forecast_statistics ⇒ Types::ForecastStatistics
The forecasted high and low fault count values.
3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-xray/types.rb', line 3385 class TimeSeriesServiceStatistics < Struct.new( :timestamp, :edge_summary_statistics, :service_summary_statistics, :service_forecast_statistics, :response_time_histogram) SENSITIVE = [] include Aws::Structure end |
#service_summary_statistics ⇒ Types::ServiceStatistics
Response statistics for a service.
3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-xray/types.rb', line 3385 class TimeSeriesServiceStatistics < Struct.new( :timestamp, :edge_summary_statistics, :service_summary_statistics, :service_forecast_statistics, :response_time_histogram) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
Timestamp of the window for which statistics are aggregated.
3385 3386 3387 3388 3389 3390 3391 3392 3393 |
# File 'lib/aws-sdk-xray/types.rb', line 3385 class TimeSeriesServiceStatistics < Struct.new( :timestamp, :edge_summary_statistics, :service_summary_statistics, :service_forecast_statistics, :response_time_histogram) SENSITIVE = [] include Aws::Structure end |