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
50 51 52 |
# File 'lib/bitfab/otel.rb', line 50 def head @head end |
#size ⇒ Object
Returns the value of attribute size
50 51 52 |
# File 'lib/bitfab/otel.rb', line 50 def size @size end |
#tail ⇒ Object
Returns the value of attribute tail
50 51 52 |
# File 'lib/bitfab/otel.rb', line 50 def tail @tail end |