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

rename simple/batch span processors #352

Merged
merged 3 commits into from
Mar 1, 2021

Conversation

codeboten
Copy link
Contributor

Description

Fixes open-telemetry/opentelemetry-python#1634

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

Does This PR Require a Core Repo Change?

Checklist:

See contributing.md for styleguide, changelog guidelines, and more.

  • Followed the style guidelines of this project
  • Unit tests have been updated

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Mar 1, 2021
@codeboten codeboten requested review from a team, ocelotl and lzchen and removed request for a team March 1, 2021 21:16
@codeboten codeboten merged commit 6720930 into open-telemetry:main Mar 1, 2021
nstawski pushed a commit to nstawski/ns-opentelemetry-python-contrib that referenced this pull request May 10, 2023
This PR addresses issue open-telemetry#352

Validates attribute values and events upon span creation and setting attributes on spans.

Validation logic involves checking if value is one of (int, float, str, bool, list), and if list, each element must be valid and must be all the same primitive, valid type
list values will not contain nested lists
If value is a list, grants immutable property by converting value to a tuple.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider renaming SimpleSpanExportProcessor
2 participants