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

Update keys() to be able to iterate over a dict by updating the loop …

Open ncbraner opened this issue 2 years ago • 2 comments
trafficstars

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

The change here is correcting the same as https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1487 and pull request https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1435 as well as partly correcting issues found here https://github.com/open-telemetry/opentelemetry-python-contrib/issues/1478

Fixes # (issue) 1487 1435 Starts addressing 1478

Type of change

Please delete options that are not relevant.

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

How Has This Been Tested?

Test added to pull request, Also tested within GCP using the GCP proprogators

Does This PR Require a Core Repo Change?

  • [x ] No.

Checklist:

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

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

ncbraner avatar Dec 19 '22 04:12 ncbraner