Class: Aws::XRay::Types::Edge

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

Overview

Information about a connection between two services. An edge can be a synchronous connection, such as typical call between client and service, or an asynchronous link, such as a Lambda function which retrieves an event from an SNS queue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesArray<Types::Alias>

Aliases for the edge.

Returns:



403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#edge_typeString

Describes an asynchronous connection, with a value of ‘link`.

Returns:

  • (String)


403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the last segment on the edge.

Returns:

  • (Time)


403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#received_event_age_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of event age when received by consumers. Age is calculated each time an event is received. Only populated when EdgeType is ‘link`.

Returns:



403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#reference_idInteger

Identifier of the edge. Unique within a service map.

Returns:

  • (Integer)


403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#response_time_histogramArray<Types::HistogramEntry>

A histogram that maps the spread of client response times on an edge. Only populated for synchronous edges.

Returns:



403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the first segment on the edge.

Returns:

  • (Time)


403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end

#summary_statisticsTypes::EdgeStatistics

Response statistics for segments on the edge.



403
404
405
406
407
408
409
410
411
412
413
414
# File 'lib/aws-sdk-xray/types.rb', line 403

class Edge < Struct.new(
  :reference_id,
  :start_time,
  :end_time,
  :summary_statistics,
  :response_time_histogram,
  :aliases,
  :edge_type,
  :received_event_age_histogram)
  SENSITIVE = []
  include Aws::Structure
end