Class: Bitfab::Otel::RequestEnvelope
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::Otel::RequestEnvelope
- Defined in:
- lib/bitfab/otel.rb
Overview
The invariant head and tail of an OTLP request for one export window. Key order matches what JSON.generate emits for the equivalent Hash, so a body assembled by concatenation is byte-identical to encoding that Hash.
Instance Attribute Summary collapse
-
#head ⇒ Object
Returns the value of attribute head.
-
#size ⇒ Object
Returns the value of attribute size.
-
#tail ⇒ Object
Returns the value of attribute tail.
Instance Attribute Details
#head ⇒ Object
Returns the value of attribute head
72 73 74 |
# File 'lib/bitfab/otel.rb', line 72 def head @head end |
#size ⇒ Object
Returns the value of attribute size
72 73 74 |
# File 'lib/bitfab/otel.rb', line 72 def size @size end |
#tail ⇒ Object
Returns the value of attribute tail
72 73 74 |
# File 'lib/bitfab/otel.rb', line 72 def tail @tail end |