opentelemetry-operations-python
opentelemetry-operations-python copied to clipboard
Replace use of deprecated class BoundedDict with BoundedAttributes
Replace deprecated BoundedDict with BoundedAttributes and bump minimum version requirement of opentelemetry-api
from 1.0 to 1.4 in opentelemetry-exporter-gcp-trace
Fixes https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/issues/226
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
/gcbrun
I'm fixing the CI in https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/239
/gcbrun
Hmm, unfortunately it looks like the BoundedAttributes class has tighter constraints on allowed attribute value types as compared with BoundedDict. I will work on getting my local dev env configured so that I can play around with it and can get tests to pass locally.
/gcbrun
@shevisj do you have any idea how to fix the issue or could update this PR?