Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0b3da0e

Browse files
committedSep 11, 2023
modify tox generate result
1 parent 5eb088d commit 0b3da0e

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed
 

‎instrumentation/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| [opentelemetry-instrumentation-aiohttp-client](./opentelemetry-instrumentation-aiohttp-client) | aiohttp ~= 3.0 | No
66
| [opentelemetry-instrumentation-aiopg](./opentelemetry-instrumentation-aiopg) | aiopg >= 0.13.0, < 2.0.0 | No
77
| [opentelemetry-instrumentation-asgi](./opentelemetry-instrumentation-asgi) | asgiref ~= 3.0 | No
8+
| [opentelemetry-instrumentation-asyncio](./opentelemetry-instrumentation-asyncio) | asyncio | No
89
| [opentelemetry-instrumentation-asyncpg](./opentelemetry-instrumentation-asyncpg) | asyncpg >= 0.12.0 | No
910
| [opentelemetry-instrumentation-aws-lambda](./opentelemetry-instrumentation-aws-lambda) | aws_lambda | No
1011
| [opentelemetry-instrumentation-boto](./opentelemetry-instrumentation-boto) | boto~=2.0 | No

‎instrumentation/opentelemetry-instrumentation-asyncio/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Homepage = "https://github.com/open-telemetry/opentelemetry-python-contrib/tree/
4747
[tool.hatch.version]
4848
path = "src/opentelemetry/instrumentation/asyncio/version.py"
4949

50-
[tool.hatch.build.targets.sdist]
50+
[tool.hatch.build.targets.sdist
5151
include = [
5252
"/src",
5353
"/tests",

‎opentelemetry-contrib-instrumentations/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"opentelemetry-instrumentation-aiohttp-client==0.41b0.dev",
3434
"opentelemetry-instrumentation-aiopg==0.41b0.dev",
3535
"opentelemetry-instrumentation-asgi==0.41b0.dev",
36+
"opentelemetry-instrumentation-asyncio==0.41b0.dev",
3637
"opentelemetry-instrumentation-asyncpg==0.41b0.dev",
3738
"opentelemetry-instrumentation-aws-lambda==0.41b0.dev",
3839
"opentelemetry-instrumentation-boto==0.41b0.dev",

‎opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
},
171171
}
172172
default_instrumentations = [
173+
"opentelemetry-instrumentation-asyncio==0.41b0.dev",
173174
"opentelemetry-instrumentation-aws-lambda==0.41b0.dev",
174175
"opentelemetry-instrumentation-dbapi==0.41b0.dev",
175176
"opentelemetry-instrumentation-logging==0.41b0.dev",

0 commit comments

Comments
 (0)
Please sign in to comment.