opentracing-c
OpenTracing C API
|
Options used when calling start_span_with_options(). More...
#include <opentracing-c/tracer.h>
Data Fields | |
opentracing_duration | start_time_steady |
Start time using monotonic clock. | |
opentracing_timestamp | start_time_system |
Start time using realtime clock. | |
const opentracing_span_reference * | references |
Array of references. More... | |
int | num_references |
Number of references in array. More... | |
const opentracing_tag * | tags |
Array of tags. More... | |
int | num_tags |
Number of tags in array. More... | |
Options used when calling start_span_with_options().
int opentracing_start_span_options::num_references |
Number of references in array.
If references is NULL, num_references must be zero.
int opentracing_start_span_options::num_tags |
Number of tags in array.
If tags is NULL, num_tags must be zero.
const opentracing_span_reference* opentracing_start_span_options::references |
Array of references.
May be NULL.
const opentracing_tag* opentracing_start_span_options::tags |
Array of tags.
May be NULL.