Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NoOpTracer and NoOpTracerProvider classes #2363

Merged
merged 6 commits into from
Jan 17, 2022

Conversation

codeboten
Copy link
Contributor

@codeboten codeboten commented Jan 11, 2022

Description

Add NoOpTracer and NoOpTracerProvider. Marking _DefaultTracer and _DefaultTracerProvider as deprecated.

Fixes #2362

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Does This PR Require a Contrib Repo Change?

  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated

@ocelotl ocelotl added the Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary label Jan 11, 2022
opentelemetry-api/setup.cfg Outdated Show resolved Hide resolved
opentelemetry-api/src/opentelemetry/trace/__init__.py Outdated Show resolved Hide resolved
Alex Boten added 4 commits January 14, 2022 15:00
Add `_NoOpTracer` and `_NoOpTracerProvider`. Marking `_DefaultTracer` and `_DefaultTracerProvider` as deprecated.

Fixes open-telemetry#2362
@codeboten codeboten force-pushed the codeboten/default-to-noop branch from 7eb8d2d to 2e5ec34 Compare January 14, 2022 23:02
@codeboten codeboten changed the title Add _NoOpTracer and _NoOpTracerProvider classes Add NoOpTracer and NoOpTracerProvider classes Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add _NoOpTracer and _NoOpTracerProvider classes
5 participants