Class: OpenCensus::Trace::SpanBuilder::LinkBuilder
- Inherits:
-
Struct
- Object
- Struct
- OpenCensus::Trace::SpanBuilder::LinkBuilder
- Defined in:
- lib/opencensus/trace/span_builder.rb
Overview
Internal structure for holding links.
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#span_id ⇒ Object
Returns the value of attribute span_id.
-
#trace_id ⇒ Object
Returns the value of attribute trace_id.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
419 420 421 |
# File 'lib/opencensus/trace/span_builder.rb', line 419 def attributes @attributes end |
#span_id ⇒ Object
Returns the value of attribute span_id
419 420 421 |
# File 'lib/opencensus/trace/span_builder.rb', line 419 def span_id @span_id end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
419 420 421 |
# File 'lib/opencensus/trace/span_builder.rb', line 419 def trace_id @trace_id end |
#type ⇒ Object
Returns the value of attribute type
419 420 421 |
# File 'lib/opencensus/trace/span_builder.rb', line 419 def type @type end |