opentelemetry-python icon indicating copy to clipboard operation
opentelemetry-python copied to clipboard

Fix documentation to reflect changes with BatchSpanProcessor

Open ronlut opened this issue 3 years ago • 1 comments

Description

Fix the documentation to state BatchSpanProcessor's fork-safety

Type of change

Please delete options that are not relevant.

  • [x] 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

Does This PR Require a Contrib Repo Change?

Answer the following question based on these examples of changes that would require a Contrib Repo Change:

  • The OTel specification has changed which prompted this PR to update the method interfaces of opentelemetry-api/ or opentelemetry-sdk/

  • The method interfaces of test/util have changed

  • Scripts in scripts/ that were copied over to the Contrib repo have changed

  • Configuration files that were copied over to the Contrib repo have changed (when consistency between repositories is applicable) such as in

    • pyproject.toml
    • isort.cfg
    • .flake8
  • When a new .github/CODEOWNER is added

  • Major changes to project information, such as in:

    • README.md
    • CONTRIBUTING.md
  • [ ] Yes. - Link to PR:

  • [x] No.

Checklist:

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

ronlut avatar Aug 09 '22 12:08 ronlut

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: ronlut / name: Rony Lutsky (4f08b3ac2d6983bf3275225106f23ba484c6d8c8, bf47ce27aef91e19c55d385223433bba813cccff)

We no longer support 3.6, so I am closing this.

srikanthccv avatar Oct 23 '22 04:10 srikanthccv