opentracing-c
OpenTracing C API
Data Fields
opentracing_finish_span_options Struct Reference
Collaboration diagram for opentracing_finish_span_options:
[legend]

Data Fields

opentracing_duration finish_time
 Time span finished using monotonic clock. More...
 
const opentracing_log_recordlog_records
 Array of log records. More...
 
int num_log_records
 Number of log records. More...
 

Field Documentation

◆ finish_time

opentracing_duration opentracing_finish_span_options::finish_time

Time span finished using monotonic clock.

◆ log_records

const opentracing_log_record* opentracing_finish_span_options::log_records

Array of log records.

◆ num_log_records

int opentracing_finish_span_options::num_log_records

Number of log records.

If log_records is NULL, num_log_records must be set to zero.


The documentation for this struct was generated from the following file: