opentracing-c
OpenTracing C API
|
#include <opentracing-c/config.h>
#include <opentracing-c/common.h>
#include <opentracing-c/tracer.h>
Go to the source code of this file.
Typedefs | |
typedef opentracing_bool(* | opentracing_tracer_factory) (const char *config, opentracing_tracer **tracer, char *error_buffer, int error_buffer_length) |
opentracing_tracer_factory interface to encapsulate vendor tracing libraries. More... | |
typedef opentracing_bool(* opentracing_tracer_factory) (const char *config, opentracing_tracer **tracer, char *error_buffer, int error_buffer_length) |
opentracing_tracer_factory interface to encapsulate vendor tracing libraries.
config | Configuration string to pass to tracer. | |
[out] | tracer | Storage for new tracer instance pointer. |
[out] | error_buffer | Buffer for potential error message. |
error_buffer_length | Length of error_buffer. |