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

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

Overview

A list of TimeSeriesStatistic structures.

Instance Attribute Summary collapse

Instance Attribute Details

#edge_summary_statisticsTypes::EdgeStatistics

Response statistics for an edge.



2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-xray/types.rb', line 2116

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :response_time_histogram)
  include Aws::Structure
end

#response_time_histogramArray<Types::HistogramEntry>

The response time histogram for the selected entities.

Returns:



2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-xray/types.rb', line 2116

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :response_time_histogram)
  include Aws::Structure
end

#service_summary_statisticsTypes::ServiceStatistics

Response statistics for a service.



2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-xray/types.rb', line 2116

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :response_time_histogram)
  include Aws::Structure
end

#timestampTime

Timestamp of the window for which statistics are aggregated.

Returns:

  • (Time)


2116
2117
2118
2119
2120
2121
2122
# File 'lib/aws-sdk-xray/types.rb', line 2116

class TimeSeriesServiceStatistics < Struct.new(
  :timestamp,
  :edge_summary_statistics,
  :service_summary_statistics,
  :response_time_histogram)
  include Aws::Structure
end