Component that initializes the request tracing facilities.
Finds the components::Logging component and requests an optional "opentracing" logger to use for Opentracing.
The component must be configured in service config.
Static options:
Name | Description | Default value |
service-name | name of the service to write in traces | - |
tracer | type of the tracer to trace, currently supported only 'native' | 'native' |
Static configuration example:
# yaml
tracer:
service-name: config-service
tracer: native
Definition at line 35 of file tracer.hpp.