Class: Aws::XRay::Types::TimeSeriesServiceStatistics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb

Overview

A list of TimeSeriesStatistic structures.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#edge_summary_statisticsTypes::EdgeStatistics

Response statistics for an edge.



2987
2988
2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2987

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :service_forecast_statistics,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#response_time_histogramArray<Types::HistogramEntry>

The response time histogram for the selected entities.

Returns:



2987
2988
2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2987

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :service_forecast_statistics,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#service_forecast_statisticsTypes::ForecastStatistics

The forecasted high and low fault count values.



2987
2988
2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2987

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :service_forecast_statistics,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#service_summary_statisticsTypes::ServiceStatistics

Response statistics for a service.



2987
2988
2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2987

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :service_forecast_statistics,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

Timestamp of the window for which statistics are aggregated.

Returns:

  • (Time)


2987
2988
2989
2990
2991
2992
2993
2994
2995
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 2987

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :service_forecast_statistics,
  :response_time_histogram)
  SENSITIVE = []
  include Aws::Structure
end