Class: Bitfab::DeliveryReport
- Inherits:
-
Struct
- Object
- Struct
- Bitfab::DeliveryReport
- Defined in:
- lib/bitfab/http_client.rb
Overview
What a caller learns about one tracked trace once it takes it back. server_trace_id is the server's assigned traces.id, read back off the OTLP ingest response; nil when the server predates the field or nothing was acked.
Instance Attribute Summary collapse
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#delivered ⇒ Object
Returns the value of attribute delivered.
-
#server_trace_id ⇒ Object
Returns the value of attribute server_trace_id.
-
#span_count ⇒ Object
Returns the value of attribute span_count.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def closed @closed end |
#delivered ⇒ Object
Returns the value of attribute delivered
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def delivered @delivered end |
#server_trace_id ⇒ Object
Returns the value of attribute server_trace_id
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def server_trace_id @server_trace_id end |
#span_count ⇒ Object
Returns the value of attribute span_count
18 19 20 |
# File 'lib/bitfab/http_client.rb', line 18 def span_count @span_count end |