GoogleCloudPlatform / GoogleCloudPlatform/opentelemetry-operations-python
BoundedDict was deprecated in opentelemetry-python 1.4.0
- Dominant language
- Python
- Stars
- 83
- Forks
- 46
- Avg merge
- 11h 40m
- Merged PRs (30d)
- 2
Description
Changelog:
https://github.com/open-telemetry/opentelemetry-python/blob/main/CHANGELOG.md#version-140023b0-2021-07-21
Used in in https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/blob/773ee41c867f03c062b3be3a5b8d30a32c394f04/opentelemetry-exporter-gcp-trace/src/opentelemetry/exporter/cloud_trace/__init__.py#L498
Usage of the library will print:
```
/Users/user/.pyenv/versions/3.9.9/lib/python3.9/site-packages/opentelemetry/exporter/cloud_trace/__init__.py:498: DeprecationWarning: Call to deprecated class BoundedDict. -- Deprecated since version 1.4.0.
] = BoundedDict(num_attrs_limit)
```
Contributor guide
Assessment
This issue has not been assessed yet.