News

What is the expected behavior? The opencensus logging ext contains trace_integration(tracer=None). But the parameter "tracer" is not used. If it is set the execution context should be updated with ...
I have added few TRACER spans in my code. Currently few of them are INPROC. with TRACER.span(name='func1'): retval= func1() with TRACER.span(name='func2'): retval= func2() I can see telemetry being ...