opentelemetry-instrumentation-aiohttp-client 0.39b0__py3-none-any.whl → 0.40b0__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.
@@ -179,7 +179,7 @@ def create_trace_config(
179
179
  return
180
180
 
181
181
  http_method = params.method.upper()
182
- request_span_name = f"HTTP {http_method}"
182
+ request_span_name = f"{http_method}"
183
183
  request_url = (
184
184
  remove_url_credentials(trace_config_ctx.url_filter(params.url))
185
185
  if callable(trace_config_ctx.url_filter)
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.39b0"
15
+ __version__ = "0.40b0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: opentelemetry-instrumentation-aiohttp-client
3
- Version: 0.39b0
3
+ Version: 0.40b0
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
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
@@ -18,13 +18,14 @@ Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Programming Language :: Python :: 3.11
19
19
  Requires-Python: >=3.7
20
20
  Requires-Dist: opentelemetry-api~=1.12
21
- Requires-Dist: opentelemetry-instrumentation==0.39b0
22
- Requires-Dist: opentelemetry-semantic-conventions==0.39b0
23
- Requires-Dist: opentelemetry-util-http==0.39b0
21
+ Requires-Dist: opentelemetry-instrumentation==0.40b0
22
+ Requires-Dist: opentelemetry-semantic-conventions==0.40b0
23
+ Requires-Dist: opentelemetry-util-http==0.40b0
24
24
  Requires-Dist: wrapt<2.0.0,>=1.0.0
25
25
  Provides-Extra: instruments
26
26
  Requires-Dist: aiohttp~=3.0; extra == 'instruments'
27
27
  Provides-Extra: test
28
+ Requires-Dist: http-server-mock; extra == 'test'
28
29
  Requires-Dist: opentelemetry-instrumentation-aiohttp-client[instruments]; extra == 'test'
29
30
  Description-Content-Type: text/x-rst
30
31
 
@@ -0,0 +1,8 @@
1
+ opentelemetry/instrumentation/aiohttp_client/__init__.py,sha256=CCEi_5Hfddn393cubwNsLD21zC1Ygp1EcUXFAT6NoSo,12323
2
+ opentelemetry/instrumentation/aiohttp_client/package.py,sha256=p_Q78PKsyRJD-WRU8p_peiPrGxilvGbfeZce0IiMkII,623
3
+ opentelemetry/instrumentation/aiohttp_client/version.py,sha256=jj4G_R4xmyp9zfqg_QO7JSixMcijuHTOmj6kx3n4Rmo,610
4
+ opentelemetry_instrumentation_aiohttp_client-0.40b0.dist-info/METADATA,sha256=cKho6LtKffu0hAevdjm2c70L8Q7hRo3ty95TrbM2Ou4,2237
5
+ opentelemetry_instrumentation_aiohttp_client-0.40b0.dist-info/WHEEL,sha256=KGYbc1zXlYddvwxnNty23BeaKzh7YuoSIvIMO4jEhvw,87
6
+ opentelemetry_instrumentation_aiohttp_client-0.40b0.dist-info/entry_points.txt,sha256=RyZ5eVO-u3V_rwvLrhMM0ABs_WYZDqcagmMKwDPtmwE,117
7
+ opentelemetry_instrumentation_aiohttp_client-0.40b0.dist-info/licenses/LICENSE,sha256=h8jwqxShIeVkc8vOo9ynxGYW16f4fVPxLhZKZs0H5U8,11350
8
+ opentelemetry_instrumentation_aiohttp_client-0.40b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.17.0
2
+ Generator: hatchling 1.17.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,8 +0,0 @@
1
- opentelemetry/instrumentation/aiohttp_client/__init__.py,sha256=VS_JqKKE7P0CqO6pLcpObLCW3kS3j2VLTRJYIGTU56Y,12328
2
- opentelemetry/instrumentation/aiohttp_client/package.py,sha256=p_Q78PKsyRJD-WRU8p_peiPrGxilvGbfeZce0IiMkII,623
3
- opentelemetry/instrumentation/aiohttp_client/version.py,sha256=H8A5Mlwz25EYAzn3K6k3ffQ0xhF9r34-CVNLl1D8Rc4,610
4
- opentelemetry_instrumentation_aiohttp_client-0.39b0.dist-info/METADATA,sha256=hqhTcjDPGQaszQOsDorjtlEOQ3-iWEeCTRMotz94huY,2188
5
- opentelemetry_instrumentation_aiohttp_client-0.39b0.dist-info/WHEEL,sha256=y1bSCq4r5i4nMmpXeUJMqs3ipKvkZObrIXSvJHm1qCI,87
6
- opentelemetry_instrumentation_aiohttp_client-0.39b0.dist-info/entry_points.txt,sha256=RyZ5eVO-u3V_rwvLrhMM0ABs_WYZDqcagmMKwDPtmwE,117
7
- opentelemetry_instrumentation_aiohttp_client-0.39b0.dist-info/licenses/LICENSE,sha256=h8jwqxShIeVkc8vOo9ynxGYW16f4fVPxLhZKZs0H5U8,11350
8
- opentelemetry_instrumentation_aiohttp_client-0.39b0.dist-info/RECORD,,