opentracing-c
OpenTracing C API
Data Fields
opentracing_start_span_options Struct Reference

Options used when calling start_span_with_options(). More...

#include <opentracing-c/tracer.h>

Collaboration diagram for opentracing_start_span_options:
[legend]

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_referencereferences
 Array of references. More...
 
int num_references
 Number of references in array. More...
 
const opentracing_tagtags
 Array of tags. More...
 
int num_tags
 Number of tags in array. More...
 

Detailed Description

Options used when calling start_span_with_options().

Field Documentation

◆ num_references

int opentracing_start_span_options::num_references

Number of references in array.

If references is NULL, num_references must be zero.

◆ num_tags

int opentracing_start_span_options::num_tags

Number of tags in array.

If tags is NULL, num_tags must be zero.

◆ references

const opentracing_span_reference* opentracing_start_span_options::references

Array of references.

May be NULL.

◆ tags

const opentracing_tag* opentracing_start_span_options::tags

Array of tags.

May be NULL.


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