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
390 391 392 |
# File 'lib/opencensus/trace/span_builder.rb', line 390 def attributes @attributes end |
#span_id ⇒ Object
Returns the value of attribute span_id
390 391 392 |
# File 'lib/opencensus/trace/span_builder.rb', line 390 def span_id @span_id end |
#trace_id ⇒ Object
Returns the value of attribute trace_id
390 391 392 |
# File 'lib/opencensus/trace/span_builder.rb', line 390 def trace_id @trace_id end |
#type ⇒ Object
Returns the value of attribute type
390 391 392 |
# File 'lib/opencensus/trace/span_builder.rb', line 390 def type @type end |