pub fn try_init(service_name: &'static str) -> Result<()>
Expand description
Initialize Open Telemetry Protocol tracing infrastructure for the service. It should be supported by modern tracing tools, like Jaeger.
ยงErrors
This function will return an error if some error occurs or initialization was already done before (it may be the case if you run several tests in parallel).