opentelemetry-instrumentation 0.37b0__tar.gz → 0.38b0__tar.gz
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-0.37b0 → opentelemetry_instrumentation-0.38b0}/PKG-INFO +1 -1
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/bootstrap_gen.py +44 -44
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/instrumentor.py +1 -1
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/version.py +1 -1
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/.gitignore +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/LICENSE +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/README.rst +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/pyproject.toml +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/auto_instrumentation/__init__.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/bootstrap.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/dependencies.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/distro.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/environment_variables.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/propagators.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/py.typed +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/sqlcommenter_utils.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/src/opentelemetry/instrumentation/utils.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/__init__.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_bootstrap.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_dependencies.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_distro.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_instrumentor.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_propagators.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_run.py +0 -0
- {opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: opentelemetry-instrumentation
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.38b0
|
4
4
|
Summary: Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
|
5
5
|
Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/opentelemetry-instrumentation
|
6
6
|
Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
|
@@ -18,158 +18,158 @@
|
|
18
18
|
libraries = {
|
19
19
|
"aio_pika": {
|
20
20
|
"library": "aio_pika >= 7.2.0, < 10.0.0",
|
21
|
-
"instrumentation": "opentelemetry-instrumentation-aio-pika==0.
|
21
|
+
"instrumentation": "opentelemetry-instrumentation-aio-pika==0.38b0",
|
22
22
|
},
|
23
23
|
"aiohttp": {
|
24
24
|
"library": "aiohttp ~= 3.0",
|
25
|
-
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.
|
25
|
+
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.38b0",
|
26
26
|
},
|
27
27
|
"aiopg": {
|
28
28
|
"library": "aiopg >= 0.13.0, < 2.0.0",
|
29
|
-
"instrumentation": "opentelemetry-instrumentation-aiopg==0.
|
29
|
+
"instrumentation": "opentelemetry-instrumentation-aiopg==0.38b0",
|
30
30
|
},
|
31
31
|
"asgiref": {
|
32
32
|
"library": "asgiref ~= 3.0",
|
33
|
-
"instrumentation": "opentelemetry-instrumentation-asgi==0.
|
33
|
+
"instrumentation": "opentelemetry-instrumentation-asgi==0.38b0",
|
34
34
|
},
|
35
35
|
"asyncpg": {
|
36
36
|
"library": "asyncpg >= 0.12.0",
|
37
|
-
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.
|
37
|
+
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.38b0",
|
38
38
|
},
|
39
39
|
"boto": {
|
40
40
|
"library": "boto~=2.0",
|
41
|
-
"instrumentation": "opentelemetry-instrumentation-boto==0.
|
41
|
+
"instrumentation": "opentelemetry-instrumentation-boto==0.38b0",
|
42
42
|
},
|
43
43
|
"boto3": {
|
44
44
|
"library": "boto3 ~= 1.0",
|
45
|
-
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.
|
45
|
+
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.38b0",
|
46
46
|
},
|
47
47
|
"botocore": {
|
48
48
|
"library": "botocore ~= 1.0",
|
49
|
-
"instrumentation": "opentelemetry-instrumentation-botocore==0.
|
49
|
+
"instrumentation": "opentelemetry-instrumentation-botocore==0.38b0",
|
50
50
|
},
|
51
51
|
"celery": {
|
52
52
|
"library": "celery >= 4.0, < 6.0",
|
53
|
-
"instrumentation": "opentelemetry-instrumentation-celery==0.
|
53
|
+
"instrumentation": "opentelemetry-instrumentation-celery==0.38b0",
|
54
54
|
},
|
55
55
|
"confluent-kafka": {
|
56
56
|
"library": "confluent-kafka >= 1.8.2, < 2.0.0",
|
57
|
-
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.
|
57
|
+
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.38b0",
|
58
58
|
},
|
59
59
|
"django": {
|
60
60
|
"library": "django >= 1.10",
|
61
|
-
"instrumentation": "opentelemetry-instrumentation-django==0.
|
61
|
+
"instrumentation": "opentelemetry-instrumentation-django==0.38b0",
|
62
62
|
},
|
63
63
|
"elasticsearch": {
|
64
64
|
"library": "elasticsearch >= 2.0",
|
65
|
-
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.
|
65
|
+
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.38b0",
|
66
66
|
},
|
67
67
|
"falcon": {
|
68
68
|
"library": "falcon >= 1.4.1, < 4.0.0",
|
69
|
-
"instrumentation": "opentelemetry-instrumentation-falcon==0.
|
69
|
+
"instrumentation": "opentelemetry-instrumentation-falcon==0.38b0",
|
70
70
|
},
|
71
71
|
"fastapi": {
|
72
|
-
"library": "fastapi
|
73
|
-
"instrumentation": "opentelemetry-instrumentation-fastapi==0.
|
72
|
+
"library": "fastapi ~= 0.58",
|
73
|
+
"instrumentation": "opentelemetry-instrumentation-fastapi==0.38b0",
|
74
74
|
},
|
75
75
|
"flask": {
|
76
76
|
"library": "flask >= 1.0, < 3.0",
|
77
|
-
"instrumentation": "opentelemetry-instrumentation-flask==0.
|
77
|
+
"instrumentation": "opentelemetry-instrumentation-flask==0.38b0",
|
78
78
|
},
|
79
79
|
"grpcio": {
|
80
80
|
"library": "grpcio ~= 1.27",
|
81
|
-
"instrumentation": "opentelemetry-instrumentation-grpc==0.
|
81
|
+
"instrumentation": "opentelemetry-instrumentation-grpc==0.38b0",
|
82
82
|
},
|
83
83
|
"httpx": {
|
84
84
|
"library": "httpx >= 0.18.0, <= 0.23.0",
|
85
|
-
"instrumentation": "opentelemetry-instrumentation-httpx==0.
|
85
|
+
"instrumentation": "opentelemetry-instrumentation-httpx==0.38b0",
|
86
86
|
},
|
87
87
|
"jinja2": {
|
88
88
|
"library": "jinja2 >= 2.7, < 4.0",
|
89
|
-
"instrumentation": "opentelemetry-instrumentation-jinja2==0.
|
89
|
+
"instrumentation": "opentelemetry-instrumentation-jinja2==0.38b0",
|
90
90
|
},
|
91
91
|
"kafka-python": {
|
92
92
|
"library": "kafka-python >= 2.0",
|
93
|
-
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.
|
93
|
+
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.38b0",
|
94
94
|
},
|
95
95
|
"mysql-connector-python": {
|
96
96
|
"library": "mysql-connector-python ~= 8.0",
|
97
|
-
"instrumentation": "opentelemetry-instrumentation-mysql==0.
|
97
|
+
"instrumentation": "opentelemetry-instrumentation-mysql==0.38b0",
|
98
98
|
},
|
99
99
|
"pika": {
|
100
100
|
"library": "pika >= 0.12.0",
|
101
|
-
"instrumentation": "opentelemetry-instrumentation-pika==0.
|
101
|
+
"instrumentation": "opentelemetry-instrumentation-pika==0.38b0",
|
102
102
|
},
|
103
103
|
"psycopg2": {
|
104
104
|
"library": "psycopg2 >= 2.7.3.1",
|
105
|
-
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.
|
105
|
+
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.38b0",
|
106
106
|
},
|
107
107
|
"pymemcache": {
|
108
108
|
"library": "pymemcache >= 1.3.5, < 4",
|
109
|
-
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.
|
109
|
+
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.38b0",
|
110
110
|
},
|
111
111
|
"pymongo": {
|
112
112
|
"library": "pymongo >= 3.1, < 5.0",
|
113
|
-
"instrumentation": "opentelemetry-instrumentation-pymongo==0.
|
113
|
+
"instrumentation": "opentelemetry-instrumentation-pymongo==0.38b0",
|
114
114
|
},
|
115
115
|
"PyMySQL": {
|
116
116
|
"library": "PyMySQL < 2",
|
117
|
-
"instrumentation": "opentelemetry-instrumentation-pymysql==0.
|
117
|
+
"instrumentation": "opentelemetry-instrumentation-pymysql==0.38b0",
|
118
118
|
},
|
119
119
|
"pyramid": {
|
120
120
|
"library": "pyramid >= 1.7",
|
121
|
-
"instrumentation": "opentelemetry-instrumentation-pyramid==0.
|
121
|
+
"instrumentation": "opentelemetry-instrumentation-pyramid==0.38b0",
|
122
122
|
},
|
123
123
|
"redis": {
|
124
124
|
"library": "redis >= 2.6",
|
125
|
-
"instrumentation": "opentelemetry-instrumentation-redis==0.
|
125
|
+
"instrumentation": "opentelemetry-instrumentation-redis==0.38b0",
|
126
126
|
},
|
127
127
|
"remoulade": {
|
128
128
|
"library": "remoulade >= 0.50",
|
129
|
-
"instrumentation": "opentelemetry-instrumentation-remoulade==0.
|
129
|
+
"instrumentation": "opentelemetry-instrumentation-remoulade==0.38b0",
|
130
130
|
},
|
131
131
|
"requests": {
|
132
132
|
"library": "requests ~= 2.0",
|
133
|
-
"instrumentation": "opentelemetry-instrumentation-requests==0.
|
133
|
+
"instrumentation": "opentelemetry-instrumentation-requests==0.38b0",
|
134
134
|
},
|
135
135
|
"scikit-learn": {
|
136
136
|
"library": "scikit-learn ~= 0.24.0",
|
137
|
-
"instrumentation": "opentelemetry-instrumentation-sklearn==0.
|
137
|
+
"instrumentation": "opentelemetry-instrumentation-sklearn==0.38b0",
|
138
138
|
},
|
139
139
|
"sqlalchemy": {
|
140
140
|
"library": "sqlalchemy",
|
141
|
-
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.
|
141
|
+
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.38b0",
|
142
142
|
},
|
143
143
|
"starlette": {
|
144
144
|
"library": "starlette ~= 0.13.0",
|
145
|
-
"instrumentation": "opentelemetry-instrumentation-starlette==0.
|
145
|
+
"instrumentation": "opentelemetry-instrumentation-starlette==0.38b0",
|
146
146
|
},
|
147
147
|
"psutil": {
|
148
148
|
"library": "psutil >= 5",
|
149
|
-
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.
|
149
|
+
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.38b0",
|
150
150
|
},
|
151
151
|
"tornado": {
|
152
152
|
"library": "tornado >= 5.1.1",
|
153
|
-
"instrumentation": "opentelemetry-instrumentation-tornado==0.
|
153
|
+
"instrumentation": "opentelemetry-instrumentation-tornado==0.38b0",
|
154
154
|
},
|
155
155
|
"tortoise-orm": {
|
156
156
|
"library": "tortoise-orm >= 0.17.0",
|
157
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
157
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.38b0",
|
158
158
|
},
|
159
159
|
"pydantic": {
|
160
160
|
"library": "pydantic >= 1.10.2",
|
161
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
161
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.38b0",
|
162
162
|
},
|
163
163
|
"urllib3": {
|
164
164
|
"library": "urllib3 >= 1.0.0, < 2.0.0",
|
165
|
-
"instrumentation": "opentelemetry-instrumentation-urllib3==0.
|
165
|
+
"instrumentation": "opentelemetry-instrumentation-urllib3==0.38b0",
|
166
166
|
},
|
167
167
|
}
|
168
168
|
default_instrumentations = [
|
169
|
-
"opentelemetry-instrumentation-aws-lambda==0.
|
170
|
-
"opentelemetry-instrumentation-dbapi==0.
|
171
|
-
"opentelemetry-instrumentation-logging==0.
|
172
|
-
"opentelemetry-instrumentation-sqlite3==0.
|
173
|
-
"opentelemetry-instrumentation-urllib==0.
|
174
|
-
"opentelemetry-instrumentation-wsgi==0.
|
169
|
+
"opentelemetry-instrumentation-aws-lambda==0.38b0",
|
170
|
+
"opentelemetry-instrumentation-dbapi==0.38b0",
|
171
|
+
"opentelemetry-instrumentation-logging==0.38b0",
|
172
|
+
"opentelemetry-instrumentation-sqlite3==0.38b0",
|
173
|
+
"opentelemetry-instrumentation-urllib==0.38b0",
|
174
|
+
"opentelemetry-instrumentation-wsgi==0.38b0",
|
175
175
|
]
|
File without changes
|
File without changes
|
File without changes
|
{opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/pyproject.toml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_distro.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_run.py
RENAMED
File without changes
|
{opentelemetry_instrumentation-0.37b0 → opentelemetry_instrumentation-0.38b0}/tests/test_utils.py
RENAMED
File without changes
|