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

Introduce SpanLimits class to tracing SDK #1877

Merged
merged 2 commits into from
Jun 1, 2021

Conversation

owais
Copy link
Contributor

@owais owais commented May 27, 2021

Description

This renames the internal _Limits class to SpanLimits and allows an instance of SpanLimits to be passed to TracerProvider.

Implements the following proposal: discussion

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Added new tests

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • No.

Checklist:

  • Followed the style guidelines of this project
  • Changelogs have been updated
  • Unit tests have been added
  • Documentation has been updated

@owais owais force-pushed the tracer-provider-limits branch 3 times, most recently from eea6ec6 to 8bcdd5a Compare May 27, 2021 02:35
@owais owais requested a review from lzchen May 27, 2021 02:37
@owais owais marked this pull request as ready for review May 27, 2021 02:42
@owais owais requested review from a team, srikanthccv, codeboten and ocelotl and removed request for a team May 27, 2021 02:42
@owais owais force-pushed the tracer-provider-limits branch 3 times, most recently from 34006ab to 7dd97e6 Compare May 30, 2021 02:00
@lzchen lzchen added the Approve Public API check This label shows that the public symbols added or changed in a PR are strictly necessary label Jun 1, 2021
@lzchen lzchen merged commit 0c1fc96 into open-telemetry:main Jun 1, 2021
@owais owais deleted the tracer-provider-limits branch June 1, 2021 18:06
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.

3 participants