Release 1.12.0rc1-0.31b0 (#1094)

This commit is contained in:
Diego Hurtado
2022-05-17 13:18:55 -06:00
committed by GitHub
parent 9cb853e522
commit 10659f8970
88 changed files with 253 additions and 249 deletions

View File

@ -6,7 +6,7 @@ on:
- 'release/*' - 'release/*'
pull_request: pull_request:
env: env:
CORE_REPO_SHA: 741389585b5d6d1af808a8939c5348113158f969 CORE_REPO_SHA: e4494ea9cdd420390a36f6e6bbd9f15cd29873e9
jobs: jobs:
build: build:

View File

@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.11.1-0.30b1...HEAD) ## [Unreleased](https://github.com/open-telemetry/opentelemetry-python/compare/v1.12.0rc1-0.31b0...HEAD)
## [1.12.0rc1-0.31b0](https://github.com/open-telemetry/opentelemetry-python/releases/tag/v1.12.0rc1-0.31b0) - 2022-05-17
### Fixed ### Fixed
- `opentelemetry-instrumentation-aiohttp-client` make span attributes available to sampler - `opentelemetry-instrumentation-aiohttp-client` make span attributes available to sampler

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -16,7 +16,7 @@ sortfirst=
ext/* ext/*
[stable] [stable]
version=1.11.1 version=1.12.0rc1
packages= packages=
opentelemetry-sdk opentelemetry-sdk
@ -34,7 +34,7 @@ packages=
opentelemetry-api opentelemetry-api
[prerelease] [prerelease]
version=0.30b1 version=0.31b0
packages= packages=
all all

View File

@ -43,7 +43,7 @@ install_requires =
rich>=10.0.0 rich>=10.0.0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,9 +41,9 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,14 +41,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.30b1 opentelemetry-instrumentation-dbapi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,14 +41,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
asgiref ~= 3.0 asgiref ~= 3.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -38,13 +38,13 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-propagator-aws-xray == 1.0.1 opentelemetry-propagator-aws-xray == 1.0.1
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
moto~=2.0 moto~=2.0
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
markupsafe==2.0.1 markupsafe==2.0.1
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
moto[all] ~= 2.2.6 moto[all] ~= 2.2.6
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
markupsafe==2.0.1 markupsafe==2.0.1
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
pytest pytest
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"
_instruments = tuple() _instruments = tuple()

View File

@ -40,17 +40,17 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
opentelemetry-instrumentation-wsgi == 0.30b1 opentelemetry-instrumentation-wsgi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.extras_require] [options.extras_require]
asgi = asgi =
opentelemetry-instrumentation-asgi == 0.30b1 opentelemetry-instrumentation-asgi == 0.31b0
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
elasticsearch-dsl >= 2.0 elasticsearch-dsl >= 2.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -40,16 +40,16 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation-wsgi == 0.30b1 opentelemetry-instrumentation-wsgi == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
packaging >= 20.0 packaging >= 20.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
parameterized == 0.7.4 parameterized == 0.7.4
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,10 +41,10 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-instrumentation-asgi == 0.30b1 opentelemetry-instrumentation-asgi == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -52,7 +52,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -40,15 +40,15 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-instrumentation-wsgi == 0.30b1 opentelemetry-instrumentation-wsgi == 0.31b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
markupsafe==2.0.1 markupsafe==2.0.1
[options.entry_points] [options.entry_points]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -42,13 +42,13 @@ packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
protobuf >= 3.13.0 protobuf >= 3.13.0

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -40,12 +40,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
markupsafe==2.0.1 markupsafe==2.0.1
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.5 opentelemetry-api ~= 1.5
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -40,11 +40,11 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"
_instruments = tuple() _instruments = tuple()

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.30b1 opentelemetry-instrumentation-dbapi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -49,7 +49,7 @@ install_requires =
test = test =
pytest pytest
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.30b1 opentelemetry-instrumentation-dbapi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.30b1 opentelemetry-instrumentation-dbapi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -40,17 +40,17 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation-wsgi == 0.30b1 opentelemetry-instrumentation-wsgi == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
werkzeug == 0.16.1 werkzeug == 0.16.1
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
wrapt >= 1.12.1 wrapt >= 1.12.1
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
opentelemetry-sdk ~= 1.3 opentelemetry-sdk ~= 1.3
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,11 +41,11 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,8 +41,8 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
packaging >= 21.0 packaging >= 21.0
wrapt >= 1.11.2 wrapt >= 1.11.2

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,12 +41,12 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation-dbapi == 0.30b1 opentelemetry-instrumentation-dbapi == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"
_instruments = tuple() _instruments = tuple()

View File

@ -41,10 +41,10 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-instrumentation-asgi == 0.30b1 opentelemetry-instrumentation-asgi == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =
@ -52,7 +52,7 @@ opentelemetry_instrumentor =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
requests ~= 2.23.0 # needed for testclient requests ~= 2.23.0 # needed for testclient
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -45,7 +45,7 @@ install_requires =
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -39,14 +39,14 @@ package_dir=
=src =src
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.entry_points] [options.entry_points]
opentelemetry_instrumentor = opentelemetry_instrumentor =

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"
_instruments = tuple() _instruments = tuple()

View File

@ -41,14 +41,14 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
wrapt >= 1.0.0, < 2.0.0 wrapt >= 1.0.0, < 2.0.0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
httpretty ~= 1.0 httpretty ~= 1.0
[options.packages.find] [options.packages.find]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -41,13 +41,13 @@ package_dir=
packages=find_namespace: packages=find_namespace:
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-semantic-conventions == 0.30b1 opentelemetry-semantic-conventions == 0.31b0
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-util-http == 0.30b1 opentelemetry-util-http == 0.31b0
[options.extras_require] [options.extras_require]
test = test =
opentelemetry-test-utils == 0.30b1 opentelemetry-test-utils == 0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -28,43 +28,43 @@ packages = find_namespace:
zip_safe = False zip_safe = False
include_package_data = True include_package_data = True
install_requires = install_requires =
opentelemetry-instrumentation-aiohttp-client==0.30b1 opentelemetry-instrumentation-aiohttp-client==0.31b0
opentelemetry-instrumentation-aiopg==0.30b1 opentelemetry-instrumentation-aiopg==0.31b0
opentelemetry-instrumentation-asgi==0.30b1 opentelemetry-instrumentation-asgi==0.31b0
opentelemetry-instrumentation-asyncpg==0.30b1 opentelemetry-instrumentation-asyncpg==0.31b0
opentelemetry-instrumentation-aws-lambda==0.30b1 opentelemetry-instrumentation-aws-lambda==0.31b0
opentelemetry-instrumentation-boto==0.30b1 opentelemetry-instrumentation-boto==0.31b0
opentelemetry-instrumentation-botocore==0.30b1 opentelemetry-instrumentation-botocore==0.31b0
opentelemetry-instrumentation-celery==0.30b1 opentelemetry-instrumentation-celery==0.31b0
opentelemetry-instrumentation-dbapi==0.30b1 opentelemetry-instrumentation-dbapi==0.31b0
opentelemetry-instrumentation-django==0.30b1 opentelemetry-instrumentation-django==0.31b0
opentelemetry-instrumentation-elasticsearch==0.30b1 opentelemetry-instrumentation-elasticsearch==0.31b0
opentelemetry-instrumentation-falcon==0.30b1 opentelemetry-instrumentation-falcon==0.31b0
opentelemetry-instrumentation-fastapi==0.30b1 opentelemetry-instrumentation-fastapi==0.31b0
opentelemetry-instrumentation-flask==0.30b1 opentelemetry-instrumentation-flask==0.31b0
opentelemetry-instrumentation-grpc==0.30b1 opentelemetry-instrumentation-grpc==0.31b0
opentelemetry-instrumentation-httpx==0.30b1 opentelemetry-instrumentation-httpx==0.31b0
opentelemetry-instrumentation-jinja2==0.30b1 opentelemetry-instrumentation-jinja2==0.31b0
opentelemetry-instrumentation-kafka-python==0.30b1 opentelemetry-instrumentation-kafka-python==0.31b0
opentelemetry-instrumentation-logging==0.30b1 opentelemetry-instrumentation-logging==0.31b0
opentelemetry-instrumentation-mysql==0.30b1 opentelemetry-instrumentation-mysql==0.31b0
opentelemetry-instrumentation-pika==0.30b1 opentelemetry-instrumentation-pika==0.31b0
opentelemetry-instrumentation-psycopg2==0.30b1 opentelemetry-instrumentation-psycopg2==0.31b0
opentelemetry-instrumentation-pymemcache==0.30b1 opentelemetry-instrumentation-pymemcache==0.31b0
opentelemetry-instrumentation-pymongo==0.30b1 opentelemetry-instrumentation-pymongo==0.31b0
opentelemetry-instrumentation-pymysql==0.30b1 opentelemetry-instrumentation-pymysql==0.31b0
opentelemetry-instrumentation-pyramid==0.30b1 opentelemetry-instrumentation-pyramid==0.31b0
opentelemetry-instrumentation-redis==0.30b1 opentelemetry-instrumentation-redis==0.31b0
opentelemetry-instrumentation-requests==0.30b1 opentelemetry-instrumentation-requests==0.31b0
opentelemetry-instrumentation-sklearn==0.30b1 opentelemetry-instrumentation-sklearn==0.31b0
opentelemetry-instrumentation-sqlalchemy==0.30b1 opentelemetry-instrumentation-sqlalchemy==0.31b0
opentelemetry-instrumentation-sqlite3==0.30b1 opentelemetry-instrumentation-sqlite3==0.31b0
opentelemetry-instrumentation-starlette==0.30b1 opentelemetry-instrumentation-starlette==0.31b0
opentelemetry-instrumentation-system-metrics==0.30b1 opentelemetry-instrumentation-system-metrics==0.31b0
opentelemetry-instrumentation-tornado==0.30b1 opentelemetry-instrumentation-tornado==0.31b0
opentelemetry-instrumentation-urllib==0.30b1 opentelemetry-instrumentation-urllib==0.31b0
opentelemetry-instrumentation-urllib3==0.30b1 opentelemetry-instrumentation-urllib3==0.31b0
opentelemetry-instrumentation-wsgi==0.30b1 opentelemetry-instrumentation-wsgi==0.31b0
[options.packages.find] [options.packages.find]
where = src where = src

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -42,8 +42,8 @@ zip_safe = False
include_package_data = True include_package_data = True
install_requires = install_requires =
opentelemetry-api ~= 1.3 opentelemetry-api ~= 1.3
opentelemetry-instrumentation == 0.30b1 opentelemetry-instrumentation == 0.31b0
opentelemetry-sdk == 1.11.1 opentelemetry-sdk == 1.12.0rc1
[options.packages.find] [options.packages.find]
where = src where = src
@ -57,4 +57,4 @@ opentelemetry_configurator =
[options.extras_require] [options.extras_require]
test = test =
otlp = otlp =
opentelemetry-exporter-otlp == 1.11.1 opentelemetry-exporter-otlp == 1.12.0rc1

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -18,134 +18,134 @@
libraries = { libraries = {
"aiohttp": { "aiohttp": {
"library": "aiohttp ~= 3.0", "library": "aiohttp ~= 3.0",
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.30b1", "instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.31b0",
}, },
"aiopg": { "aiopg": {
"library": "aiopg >= 0.13.0, < 1.3.0", "library": "aiopg >= 0.13.0, < 1.3.0",
"instrumentation": "opentelemetry-instrumentation-aiopg==0.30b1", "instrumentation": "opentelemetry-instrumentation-aiopg==0.31b0",
}, },
"asgiref": { "asgiref": {
"library": "asgiref ~= 3.0", "library": "asgiref ~= 3.0",
"instrumentation": "opentelemetry-instrumentation-asgi==0.30b1", "instrumentation": "opentelemetry-instrumentation-asgi==0.31b0",
}, },
"asyncpg": { "asyncpg": {
"library": "asyncpg >= 0.12.0", "library": "asyncpg >= 0.12.0",
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.30b1", "instrumentation": "opentelemetry-instrumentation-asyncpg==0.31b0",
}, },
"boto": { "boto": {
"library": "boto~=2.0", "library": "boto~=2.0",
"instrumentation": "opentelemetry-instrumentation-boto==0.30b1", "instrumentation": "opentelemetry-instrumentation-boto==0.31b0",
}, },
"botocore": { "botocore": {
"library": "botocore ~= 1.0", "library": "botocore ~= 1.0",
"instrumentation": "opentelemetry-instrumentation-botocore==0.30b1", "instrumentation": "opentelemetry-instrumentation-botocore==0.31b0",
}, },
"celery": { "celery": {
"library": "celery >= 4.0, < 6.0", "library": "celery >= 4.0, < 6.0",
"instrumentation": "opentelemetry-instrumentation-celery==0.30b1", "instrumentation": "opentelemetry-instrumentation-celery==0.31b0",
}, },
"django": { "django": {
"library": "django >= 1.10", "library": "django >= 1.10",
"instrumentation": "opentelemetry-instrumentation-django==0.30b1", "instrumentation": "opentelemetry-instrumentation-django==0.31b0",
}, },
"elasticsearch": { "elasticsearch": {
"library": "elasticsearch >= 2.0", "library": "elasticsearch >= 2.0",
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.30b1", "instrumentation": "opentelemetry-instrumentation-elasticsearch==0.31b0",
}, },
"falcon": { "falcon": {
"library": "falcon >= 1.4.1, < 4.0.0", "library": "falcon >= 1.4.1, < 4.0.0",
"instrumentation": "opentelemetry-instrumentation-falcon==0.30b1", "instrumentation": "opentelemetry-instrumentation-falcon==0.31b0",
}, },
"fastapi": { "fastapi": {
"library": "fastapi ~= 0.58", "library": "fastapi ~= 0.58",
"instrumentation": "opentelemetry-instrumentation-fastapi==0.30b1", "instrumentation": "opentelemetry-instrumentation-fastapi==0.31b0",
}, },
"flask": { "flask": {
"library": "flask >= 1.0, < 3.0", "library": "flask >= 1.0, < 3.0",
"instrumentation": "opentelemetry-instrumentation-flask==0.30b1", "instrumentation": "opentelemetry-instrumentation-flask==0.31b0",
}, },
"grpcio": { "grpcio": {
"library": "grpcio ~= 1.27", "library": "grpcio ~= 1.27",
"instrumentation": "opentelemetry-instrumentation-grpc==0.30b1", "instrumentation": "opentelemetry-instrumentation-grpc==0.31b0",
}, },
"httpx": { "httpx": {
"library": "httpx >= 0.18.0", "library": "httpx >= 0.18.0",
"instrumentation": "opentelemetry-instrumentation-httpx==0.30b1", "instrumentation": "opentelemetry-instrumentation-httpx==0.31b0",
}, },
"jinja2": { "jinja2": {
"library": "jinja2 >= 2.7, < 4.0", "library": "jinja2 >= 2.7, < 4.0",
"instrumentation": "opentelemetry-instrumentation-jinja2==0.30b1", "instrumentation": "opentelemetry-instrumentation-jinja2==0.31b0",
}, },
"kafka-python": { "kafka-python": {
"library": "kafka-python >= 2.0", "library": "kafka-python >= 2.0",
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.30b1", "instrumentation": "opentelemetry-instrumentation-kafka-python==0.31b0",
}, },
"mysql-connector-python": { "mysql-connector-python": {
"library": "mysql-connector-python ~= 8.0", "library": "mysql-connector-python ~= 8.0",
"instrumentation": "opentelemetry-instrumentation-mysql==0.30b1", "instrumentation": "opentelemetry-instrumentation-mysql==0.31b0",
}, },
"pika": { "pika": {
"library": "pika >= 0.12.0", "library": "pika >= 0.12.0",
"instrumentation": "opentelemetry-instrumentation-pika==0.30b1", "instrumentation": "opentelemetry-instrumentation-pika==0.31b0",
}, },
"psycopg2": { "psycopg2": {
"library": "psycopg2 >= 2.7.3.1", "library": "psycopg2 >= 2.7.3.1",
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.30b1", "instrumentation": "opentelemetry-instrumentation-psycopg2==0.31b0",
}, },
"pymemcache": { "pymemcache": {
"library": "pymemcache >= 1.3.5, < 4", "library": "pymemcache >= 1.3.5, < 4",
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.30b1", "instrumentation": "opentelemetry-instrumentation-pymemcache==0.31b0",
}, },
"pymongo": { "pymongo": {
"library": "pymongo >= 3.1, < 5.0", "library": "pymongo >= 3.1, < 5.0",
"instrumentation": "opentelemetry-instrumentation-pymongo==0.30b1", "instrumentation": "opentelemetry-instrumentation-pymongo==0.31b0",
}, },
"PyMySQL": { "PyMySQL": {
"library": "PyMySQL < 2", "library": "PyMySQL < 2",
"instrumentation": "opentelemetry-instrumentation-pymysql==0.30b1", "instrumentation": "opentelemetry-instrumentation-pymysql==0.31b0",
}, },
"pyramid": { "pyramid": {
"library": "pyramid >= 1.7", "library": "pyramid >= 1.7",
"instrumentation": "opentelemetry-instrumentation-pyramid==0.30b1", "instrumentation": "opentelemetry-instrumentation-pyramid==0.31b0",
}, },
"redis": { "redis": {
"library": "redis >= 2.6", "library": "redis >= 2.6",
"instrumentation": "opentelemetry-instrumentation-redis==0.30b1", "instrumentation": "opentelemetry-instrumentation-redis==0.31b0",
}, },
"requests": { "requests": {
"library": "requests ~= 2.0", "library": "requests ~= 2.0",
"instrumentation": "opentelemetry-instrumentation-requests==0.30b1", "instrumentation": "opentelemetry-instrumentation-requests==0.31b0",
}, },
"scikit-learn": { "scikit-learn": {
"library": "scikit-learn ~= 0.24.0", "library": "scikit-learn ~= 0.24.0",
"instrumentation": "opentelemetry-instrumentation-sklearn==0.30b1", "instrumentation": "opentelemetry-instrumentation-sklearn==0.31b0",
}, },
"sqlalchemy": { "sqlalchemy": {
"library": "sqlalchemy", "library": "sqlalchemy",
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.30b1", "instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.31b0",
}, },
"starlette": { "starlette": {
"library": "starlette ~= 0.13.0", "library": "starlette ~= 0.13.0",
"instrumentation": "opentelemetry-instrumentation-starlette==0.30b1", "instrumentation": "opentelemetry-instrumentation-starlette==0.31b0",
}, },
"psutil": { "psutil": {
"library": "psutil >= 5", "library": "psutil >= 5",
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.30b1", "instrumentation": "opentelemetry-instrumentation-system-metrics==0.31b0",
}, },
"tornado": { "tornado": {
"library": "tornado >= 5.1.1", "library": "tornado >= 5.1.1",
"instrumentation": "opentelemetry-instrumentation-tornado==0.30b1", "instrumentation": "opentelemetry-instrumentation-tornado==0.31b0",
}, },
"urllib3": { "urllib3": {
"library": "urllib3 >= 1.0.0, < 2.0.0", "library": "urllib3 >= 1.0.0, < 2.0.0",
"instrumentation": "opentelemetry-instrumentation-urllib3==0.30b1", "instrumentation": "opentelemetry-instrumentation-urllib3==0.31b0",
}, },
} }
default_instrumentations = [ default_instrumentations = [
"opentelemetry-instrumentation-aws-lambda==0.30b1", "opentelemetry-instrumentation-aws-lambda==0.31b0",
"opentelemetry-instrumentation-dbapi==0.30b1", "opentelemetry-instrumentation-dbapi==0.31b0",
"opentelemetry-instrumentation-logging==0.30b1", "opentelemetry-instrumentation-logging==0.31b0",
"opentelemetry-instrumentation-sqlite3==0.30b1", "opentelemetry-instrumentation-sqlite3==0.31b0",
"opentelemetry-instrumentation-urllib==0.30b1", "opentelemetry-instrumentation-urllib==0.31b0",
"opentelemetry-instrumentation-wsgi==0.30b1", "opentelemetry-instrumentation-wsgi==0.31b0",
] ]

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"

View File

@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
__version__ = "0.30b1" __version__ = "0.31b0"