Class: Bitfab::DeliveryReport

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#closedObject

Returns the value of attribute closed

Returns:

  • (Object)

    the current value of closed



18
19
20
# File 'lib/bitfab/http_client.rb', line 18

def closed
  @closed
end

#deliveredObject

Returns the value of attribute delivered

Returns:

  • (Object)

    the current value of delivered



18
19
20
# File 'lib/bitfab/http_client.rb', line 18

def delivered
  @delivered
end

#server_trace_idObject

Returns the value of attribute server_trace_id

Returns:

  • (Object)

    the current value of server_trace_id



18
19
20
# File 'lib/bitfab/http_client.rb', line 18

def server_trace_id
  @server_trace_id
end

#span_countObject

Returns the value of attribute span_count

Returns:

  • (Object)

    the current value of span_count



18
19
20
# File 'lib/bitfab/http_client.rb', line 18

def span_count
  @span_count
end