opentracing-c
OpenTracing C API
Data Fields
opentracing_log_record Struct Reference

Log record can be used to describe events that occur in the lifetime of a span. More...

#include <opentracing-c/span.h>

Collaboration diagram for opentracing_log_record:
[legend]

Data Fields

opentracing_timestamp timestamp
 Time of logged event. More...
 
opentracing_log_fieldfields
 Array of fields. More...
 
int num_fields
 Number of fields. More...
 

Detailed Description

Log record can be used to describe events that occur in the lifetime of a span.

Field Documentation

◆ fields

opentracing_log_field* opentracing_log_record::fields

Array of fields.

◆ num_fields

int opentracing_log_record::num_fields

Number of fields.

If fields is NULL, must be set to zero.

◆ timestamp

opentracing_timestamp opentracing_log_record::timestamp

Time of logged event.


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