Class: OpenCensus::Trace::SpanBuilder::MessageEventBuilder
- Inherits:
-
Struct
- Object
- Struct
- OpenCensus::Trace::SpanBuilder::MessageEventBuilder
- Defined in:
- lib/opencensus/trace/span_builder.rb
Overview
Internal structure for holding message events.
Instance Attribute Summary collapse
-
#compressed_size ⇒ Object
Returns the value of attribute compressed_size.
-
#id ⇒ Object
Returns the value of attribute id.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size.
Instance Attribute Details
#compressed_size ⇒ Object
Returns the value of attribute compressed_size
412 413 414 |
# File 'lib/opencensus/trace/span_builder.rb', line 412 def compressed_size @compressed_size end |
#id ⇒ Object
Returns the value of attribute id
412 413 414 |
# File 'lib/opencensus/trace/span_builder.rb', line 412 def id @id end |
#time ⇒ Object
Returns the value of attribute time
412 413 414 |
# File 'lib/opencensus/trace/span_builder.rb', line 412 def time @time end |
#type ⇒ Object
Returns the value of attribute type
412 413 414 |
# File 'lib/opencensus/trace/span_builder.rb', line 412 def type @type end |
#uncompressed_size ⇒ Object
Returns the value of attribute uncompressed_size
412 413 414 |
# File 'lib/opencensus/trace/span_builder.rb', line 412 def uncompressed_size @uncompressed_size end |