Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[service] implement a noop tracer provider
This is to address some of the memory concerns around the SDK's noop tracer provider. Instead of using the published noop tracer provider, we implement our own to avoid the cost of context propagation, which has been proven to be high enough to cause issues for end users. Part of #10858 Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
- Loading branch information