opentelemetry-instrumentation-aiohttp-client 0.55b0__py3-none-any.whl → 0.55b1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- opentelemetry/instrumentation/aiohttp_client/version.py +1 -1
- {opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info → opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info}/METADATA +4 -4
- opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/RECORD +8 -0
- opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/RECORD +0 -8
- {opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info → opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info}/WHEEL +0 -0
- {opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info → opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info}/entry_points.txt +0 -0
- {opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info → opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: opentelemetry-instrumentation-aiohttp-client
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.55b1
|
4
4
|
Summary: OpenTelemetry aiohttp client instrumentation
|
5
5
|
Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-client
|
6
6
|
Project-URL: Repository, https://github.com/open-telemetry/opentelemetry-python-contrib
|
@@ -19,9 +19,9 @@ Classifier: Programming Language :: Python :: 3.12
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.13
|
20
20
|
Requires-Python: >=3.9
|
21
21
|
Requires-Dist: opentelemetry-api~=1.12
|
22
|
-
Requires-Dist: opentelemetry-instrumentation==0.
|
23
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
24
|
-
Requires-Dist: opentelemetry-util-http==0.
|
22
|
+
Requires-Dist: opentelemetry-instrumentation==0.55b1
|
23
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.55b1
|
24
|
+
Requires-Dist: opentelemetry-util-http==0.55b1
|
25
25
|
Requires-Dist: wrapt<2.0.0,>=1.0.0
|
26
26
|
Provides-Extra: instruments
|
27
27
|
Requires-Dist: aiohttp~=3.0; extra == 'instruments'
|
@@ -0,0 +1,8 @@
|
|
1
|
+
opentelemetry/instrumentation/aiohttp_client/__init__.py,sha256=rLi7n_y4XtF1Lv_GAtAz1b5ku7JWDvm_elAA18MkLAg,18851
|
2
|
+
opentelemetry/instrumentation/aiohttp_client/package.py,sha256=__vTycWKYyXjT2fu2vsyQ1YEFDZeYBNrlfrJtzELG6o,680
|
3
|
+
opentelemetry/instrumentation/aiohttp_client/version.py,sha256=KDpIRiO89Niqyaplpb46BZGZyR_QWCc4_eR0dh0hPCg,610
|
4
|
+
opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/METADATA,sha256=VrjHcdaYfhVDrW3mNz23sckpTTHwdLeZouvZUmlNi-4,2167
|
5
|
+
opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
6
|
+
opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/entry_points.txt,sha256=RyZ5eVO-u3V_rwvLrhMM0ABs_WYZDqcagmMKwDPtmwE,117
|
7
|
+
opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
8
|
+
opentelemetry_instrumentation_aiohttp_client-0.55b1.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
opentelemetry/instrumentation/aiohttp_client/__init__.py,sha256=rLi7n_y4XtF1Lv_GAtAz1b5ku7JWDvm_elAA18MkLAg,18851
|
2
|
-
opentelemetry/instrumentation/aiohttp_client/package.py,sha256=__vTycWKYyXjT2fu2vsyQ1YEFDZeYBNrlfrJtzELG6o,680
|
3
|
-
opentelemetry/instrumentation/aiohttp_client/version.py,sha256=djB9JEy4l2E_EKsbalCYKBVcG9LlXRJzikntFNyt-0E,610
|
4
|
-
opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/METADATA,sha256=RRxJH0PILchVvhHxvcN-ZBGg2JlEBUz33poxSFosiE0,2167
|
5
|
-
opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
6
|
-
opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/entry_points.txt,sha256=RyZ5eVO-u3V_rwvLrhMM0ABs_WYZDqcagmMKwDPtmwE,117
|
7
|
-
opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
8
|
-
opentelemetry_instrumentation_aiohttp_client-0.55b0.dist-info/RECORD,,
|
File without changes
|
File without changes
|