opentelemetry-instrumentation 0.49b0__py3-none-any.whl → 0.49b2__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/bootstrap_gen.py +55 -52
- opentelemetry/instrumentation/version.py +1 -1
- {opentelemetry_instrumentation-0.49b0.dist-info → opentelemetry_instrumentation-0.49b2.dist-info}/METADATA +3 -4
- {opentelemetry_instrumentation-0.49b0.dist-info → opentelemetry_instrumentation-0.49b2.dist-info}/RECORD +7 -7
- {opentelemetry_instrumentation-0.49b0.dist-info → opentelemetry_instrumentation-0.49b2.dist-info}/WHEEL +1 -1
- {opentelemetry_instrumentation-0.49b0.dist-info → opentelemetry_instrumentation-0.49b2.dist-info}/entry_points.txt +0 -0
- {opentelemetry_instrumentation-0.49b0.dist-info → opentelemetry_instrumentation-0.49b2.dist-info}/licenses/LICENSE +0 -0
@@ -16,186 +16,189 @@
|
|
16
16
|
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
|
17
17
|
|
18
18
|
libraries = [
|
19
|
+
{
|
20
|
+
"library": "openai >= 1.26.0",
|
21
|
+
"instrumentation": "opentelemetry-instrumentation-openai-v2==2.0.0.dev",
|
22
|
+
},
|
19
23
|
{
|
20
24
|
"library": "aio_pika >= 7.2.0, < 10.0.0",
|
21
|
-
"instrumentation": "opentelemetry-instrumentation-aio-pika==0.
|
25
|
+
"instrumentation": "opentelemetry-instrumentation-aio-pika==0.49b2",
|
22
26
|
},
|
23
27
|
{
|
24
28
|
"library": "aiohttp ~= 3.0",
|
25
|
-
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.
|
29
|
+
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.49b2",
|
26
30
|
},
|
27
31
|
{
|
28
32
|
"library": "aiohttp ~= 3.0",
|
29
|
-
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.
|
33
|
+
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.49b2",
|
30
34
|
},
|
31
35
|
{
|
32
36
|
"library": "aiokafka >= 0.8, < 1.0",
|
33
|
-
"instrumentation": "opentelemetry-instrumentation-aiokafka==0.
|
37
|
+
"instrumentation": "opentelemetry-instrumentation-aiokafka==0.49b2",
|
34
38
|
},
|
35
39
|
{
|
36
40
|
"library": "aiopg >= 0.13.0, < 2.0.0",
|
37
|
-
"instrumentation": "opentelemetry-instrumentation-aiopg==0.
|
41
|
+
"instrumentation": "opentelemetry-instrumentation-aiopg==0.49b2",
|
38
42
|
},
|
39
43
|
{
|
40
44
|
"library": "asgiref ~= 3.0",
|
41
|
-
"instrumentation": "opentelemetry-instrumentation-asgi==0.
|
45
|
+
"instrumentation": "opentelemetry-instrumentation-asgi==0.49b2",
|
42
46
|
},
|
43
47
|
{
|
44
48
|
"library": "asyncpg >= 0.12.0",
|
45
|
-
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.
|
49
|
+
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.49b2",
|
46
50
|
},
|
47
51
|
{
|
48
52
|
"library": "boto~=2.0",
|
49
|
-
"instrumentation": "opentelemetry-instrumentation-boto==0.
|
53
|
+
"instrumentation": "opentelemetry-instrumentation-boto==0.49b2",
|
50
54
|
},
|
51
55
|
{
|
52
56
|
"library": "boto3 ~= 1.0",
|
53
|
-
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.
|
57
|
+
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.49b2",
|
54
58
|
},
|
55
59
|
{
|
56
60
|
"library": "botocore ~= 1.0",
|
57
|
-
"instrumentation": "opentelemetry-instrumentation-botocore==0.
|
61
|
+
"instrumentation": "opentelemetry-instrumentation-botocore==0.49b2",
|
58
62
|
},
|
59
63
|
{
|
60
64
|
"library": "cassandra-driver ~= 3.25",
|
61
|
-
"instrumentation": "opentelemetry-instrumentation-cassandra==0.
|
65
|
+
"instrumentation": "opentelemetry-instrumentation-cassandra==0.49b2",
|
62
66
|
},
|
63
67
|
{
|
64
68
|
"library": "scylla-driver ~= 3.25",
|
65
|
-
"instrumentation": "opentelemetry-instrumentation-cassandra==0.
|
69
|
+
"instrumentation": "opentelemetry-instrumentation-cassandra==0.49b2",
|
66
70
|
},
|
67
71
|
{
|
68
72
|
"library": "celery >= 4.0, < 6.0",
|
69
|
-
"instrumentation": "opentelemetry-instrumentation-celery==0.
|
73
|
+
"instrumentation": "opentelemetry-instrumentation-celery==0.49b2",
|
70
74
|
},
|
71
75
|
{
|
72
76
|
"library": "confluent-kafka >= 1.8.2, <= 2.4.0",
|
73
|
-
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.
|
77
|
+
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.49b2",
|
74
78
|
},
|
75
79
|
{
|
76
80
|
"library": "django >= 1.10",
|
77
|
-
"instrumentation": "opentelemetry-instrumentation-django==0.
|
81
|
+
"instrumentation": "opentelemetry-instrumentation-django==0.49b2",
|
78
82
|
},
|
79
83
|
{
|
80
84
|
"library": "elasticsearch >= 6.0",
|
81
|
-
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.
|
85
|
+
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.49b2",
|
82
86
|
},
|
83
87
|
{
|
84
88
|
"library": "falcon >= 1.4.1, < 3.1.2",
|
85
|
-
"instrumentation": "opentelemetry-instrumentation-falcon==0.
|
89
|
+
"instrumentation": "opentelemetry-instrumentation-falcon==0.49b2",
|
86
90
|
},
|
87
91
|
{
|
88
92
|
"library": "fastapi ~= 0.58",
|
89
|
-
"instrumentation": "opentelemetry-instrumentation-fastapi==0.
|
93
|
+
"instrumentation": "opentelemetry-instrumentation-fastapi==0.49b2",
|
90
94
|
},
|
91
95
|
{
|
92
96
|
"library": "flask >= 1.0",
|
93
|
-
"instrumentation": "opentelemetry-instrumentation-flask==0.
|
97
|
+
"instrumentation": "opentelemetry-instrumentation-flask==0.49b2",
|
94
98
|
},
|
95
99
|
{
|
96
100
|
"library": "grpcio >= 1.42.0",
|
97
|
-
"instrumentation": "opentelemetry-instrumentation-grpc==0.
|
101
|
+
"instrumentation": "opentelemetry-instrumentation-grpc==0.49b2",
|
98
102
|
},
|
99
103
|
{
|
100
104
|
"library": "httpx >= 0.18.0",
|
101
|
-
"instrumentation": "opentelemetry-instrumentation-httpx==0.
|
105
|
+
"instrumentation": "opentelemetry-instrumentation-httpx==0.49b2",
|
102
106
|
},
|
103
107
|
{
|
104
108
|
"library": "jinja2 >= 2.7, < 4.0",
|
105
|
-
"instrumentation": "opentelemetry-instrumentation-jinja2==0.
|
109
|
+
"instrumentation": "opentelemetry-instrumentation-jinja2==0.49b2",
|
106
110
|
},
|
107
111
|
{
|
108
112
|
"library": "kafka-python >= 2.0, < 3.0",
|
109
|
-
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.
|
113
|
+
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.49b2",
|
110
114
|
},
|
111
115
|
{
|
112
116
|
"library": "kafka-python-ng >= 2.0, < 3.0",
|
113
|
-
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.
|
117
|
+
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.49b2",
|
114
118
|
},
|
115
119
|
{
|
116
120
|
"library": "mysql-connector-python >= 8.0, < 10.0",
|
117
|
-
"instrumentation": "opentelemetry-instrumentation-mysql==0.
|
121
|
+
"instrumentation": "opentelemetry-instrumentation-mysql==0.49b2",
|
118
122
|
},
|
119
123
|
{
|
120
124
|
"library": "mysqlclient < 3",
|
121
|
-
"instrumentation": "opentelemetry-instrumentation-mysqlclient==0.
|
125
|
+
"instrumentation": "opentelemetry-instrumentation-mysqlclient==0.49b2",
|
122
126
|
},
|
123
127
|
{
|
124
128
|
"library": "pika >= 0.12.0",
|
125
|
-
"instrumentation": "opentelemetry-instrumentation-pika==0.
|
129
|
+
"instrumentation": "opentelemetry-instrumentation-pika==0.49b2",
|
126
130
|
},
|
127
131
|
{
|
128
132
|
"library": "psycopg >= 3.1.0",
|
129
|
-
"instrumentation": "opentelemetry-instrumentation-psycopg==0.
|
133
|
+
"instrumentation": "opentelemetry-instrumentation-psycopg==0.49b2",
|
130
134
|
},
|
131
135
|
{
|
132
136
|
"library": "psycopg2 >= 2.7.3.1",
|
133
|
-
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.
|
137
|
+
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.49b2",
|
134
138
|
},
|
135
139
|
{
|
136
140
|
"library": "pymemcache >= 1.3.5, < 5",
|
137
|
-
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.
|
141
|
+
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.49b2",
|
138
142
|
},
|
139
143
|
{
|
140
144
|
"library": "pymongo >= 3.1, < 5.0",
|
141
|
-
"instrumentation": "opentelemetry-instrumentation-pymongo==0.
|
145
|
+
"instrumentation": "opentelemetry-instrumentation-pymongo==0.49b2",
|
142
146
|
},
|
143
147
|
{
|
144
148
|
"library": "PyMySQL < 2",
|
145
|
-
"instrumentation": "opentelemetry-instrumentation-pymysql==0.
|
149
|
+
"instrumentation": "opentelemetry-instrumentation-pymysql==0.49b2",
|
146
150
|
},
|
147
151
|
{
|
148
152
|
"library": "pyramid >= 1.7",
|
149
|
-
"instrumentation": "opentelemetry-instrumentation-pyramid==0.
|
153
|
+
"instrumentation": "opentelemetry-instrumentation-pyramid==0.49b2",
|
150
154
|
},
|
151
155
|
{
|
152
156
|
"library": "redis >= 2.6",
|
153
|
-
"instrumentation": "opentelemetry-instrumentation-redis==0.
|
157
|
+
"instrumentation": "opentelemetry-instrumentation-redis==0.49b2",
|
154
158
|
},
|
155
159
|
{
|
156
160
|
"library": "remoulade >= 0.50",
|
157
|
-
"instrumentation": "opentelemetry-instrumentation-remoulade==0.
|
161
|
+
"instrumentation": "opentelemetry-instrumentation-remoulade==0.49b2",
|
158
162
|
},
|
159
163
|
{
|
160
164
|
"library": "requests ~= 2.0",
|
161
|
-
"instrumentation": "opentelemetry-instrumentation-requests==0.
|
165
|
+
"instrumentation": "opentelemetry-instrumentation-requests==0.49b2",
|
162
166
|
},
|
163
167
|
{
|
164
|
-
"library": "sqlalchemy",
|
165
|
-
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.
|
168
|
+
"library": "sqlalchemy >= 1.0.0, < 2.1.0",
|
169
|
+
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.49b2",
|
166
170
|
},
|
167
171
|
{
|
168
172
|
"library": "starlette ~= 0.13.0",
|
169
|
-
"instrumentation": "opentelemetry-instrumentation-starlette==0.
|
173
|
+
"instrumentation": "opentelemetry-instrumentation-starlette==0.49b2",
|
170
174
|
},
|
171
175
|
{
|
172
176
|
"library": "psutil >= 5",
|
173
|
-
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.
|
177
|
+
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.49b2",
|
174
178
|
},
|
175
179
|
{
|
176
180
|
"library": "tornado >= 5.1.1",
|
177
|
-
"instrumentation": "opentelemetry-instrumentation-tornado==0.
|
181
|
+
"instrumentation": "opentelemetry-instrumentation-tornado==0.49b2",
|
178
182
|
},
|
179
183
|
{
|
180
184
|
"library": "tortoise-orm >= 0.17.0",
|
181
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
185
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.49b2",
|
182
186
|
},
|
183
187
|
{
|
184
188
|
"library": "pydantic >= 1.10.2",
|
185
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
189
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.49b2",
|
186
190
|
},
|
187
191
|
{
|
188
192
|
"library": "urllib3 >= 1.0.0, < 3.0.0",
|
189
|
-
"instrumentation": "opentelemetry-instrumentation-urllib3==0.
|
193
|
+
"instrumentation": "opentelemetry-instrumentation-urllib3==0.49b2",
|
190
194
|
},
|
191
195
|
]
|
192
196
|
default_instrumentations = [
|
193
|
-
"opentelemetry-instrumentation-asyncio==0.
|
194
|
-
"opentelemetry-instrumentation-dbapi==0.
|
195
|
-
"opentelemetry-instrumentation-logging==0.
|
196
|
-
"opentelemetry-instrumentation-sqlite3==0.
|
197
|
-
"opentelemetry-instrumentation-
|
198
|
-
"opentelemetry-instrumentation-
|
199
|
-
"opentelemetry-instrumentation-
|
200
|
-
"opentelemetry-instrumentation-wsgi==0.49b0",
|
197
|
+
"opentelemetry-instrumentation-asyncio==0.49b2",
|
198
|
+
"opentelemetry-instrumentation-dbapi==0.49b2",
|
199
|
+
"opentelemetry-instrumentation-logging==0.49b2",
|
200
|
+
"opentelemetry-instrumentation-sqlite3==0.49b2",
|
201
|
+
"opentelemetry-instrumentation-threading==0.49b2",
|
202
|
+
"opentelemetry-instrumentation-urllib==0.49b2",
|
203
|
+
"opentelemetry-instrumentation-wsgi==0.49b2",
|
201
204
|
]
|
@@ -1,11 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: opentelemetry-instrumentation
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.49b2
|
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>
|
7
|
-
License
|
8
|
-
License-File: LICENSE
|
7
|
+
License: Apache-2.0
|
9
8
|
Classifier: Development Status :: 4 - Beta
|
10
9
|
Classifier: Intended Audience :: Developers
|
11
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
@@ -18,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
19
18
|
Requires-Python: >=3.8
|
20
19
|
Requires-Dist: opentelemetry-api~=1.4
|
21
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
20
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.49b2
|
22
21
|
Requires-Dist: packaging>=18.0
|
23
22
|
Requires-Dist: wrapt<2.0.0,>=1.0.0
|
24
23
|
Description-Content-Type: text/x-rst
|
@@ -1,6 +1,6 @@
|
|
1
1
|
opentelemetry/instrumentation/_semconv.py,sha256=eX7jtDvnLjCogil0SRZ4q_ftKWyJRNKiOkiuDRNVzgA,14582
|
2
2
|
opentelemetry/instrumentation/bootstrap.py,sha256=Q-1j1G7QKXTTvH5xGGGRX3jCpTf_NuhBoy2X_MvM9sg,5428
|
3
|
-
opentelemetry/instrumentation/bootstrap_gen.py,sha256=
|
3
|
+
opentelemetry/instrumentation/bootstrap_gen.py,sha256=ReftCT13VC0IF5F0iwTLAlolKy7BD6VgLIjihc2z0Xk,6962
|
4
4
|
opentelemetry/instrumentation/dependencies.py,sha256=FcrMj6pudXBE70VhytIMc-JS-dVGDbtCNE2dviT4GBg,2527
|
5
5
|
opentelemetry/instrumentation/distro.py,sha256=l7wjM9eR44X-Bk6w-b3_kW3_QgW82OiITRTOY48shZk,2168
|
6
6
|
opentelemetry/instrumentation/environment_variables.py,sha256=oRcbNSSbnqJMQ3r4gBhK6jqtuI5WizapP962Z8DrVZ8,905
|
@@ -9,12 +9,12 @@ opentelemetry/instrumentation/propagators.py,sha256=hBkG70KlMUiTjxPeiyOhkb_eE96D
|
|
9
9
|
opentelemetry/instrumentation/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
10
10
|
opentelemetry/instrumentation/sqlcommenter_utils.py,sha256=yV_-hcwy_3ckP76_FC2dOrd8IKi9z_9s980ZMuGYkrE,1960
|
11
11
|
opentelemetry/instrumentation/utils.py,sha256=4SvKC9Rg1tMcQe5SiAtbX82Xe5lXx1ltMdrCGLhmc3o,7037
|
12
|
-
opentelemetry/instrumentation/version.py,sha256=
|
12
|
+
opentelemetry/instrumentation/version.py,sha256=Axuk6SG7SQR82yhUQ-qxl0W3DkT1XdtfwpB4A3PI6pM,608
|
13
13
|
opentelemetry/instrumentation/auto_instrumentation/__init__.py,sha256=G3qhU-ZfdATzPdsZCvBZ2CT8kNZ1Wc8l7fETXKTPF2M,3800
|
14
14
|
opentelemetry/instrumentation/auto_instrumentation/_load.py,sha256=e3IlquYKHgLuZXZ9pjMg76yxiM0Qa_-6qxgPFL-Vmh0,6301
|
15
15
|
opentelemetry/instrumentation/auto_instrumentation/sitecustomize.py,sha256=p3cz9NlKNlnzxc7guFSPyztx8XMUteAxkN1NFYXSH-0,1449
|
16
|
-
opentelemetry_instrumentation-0.
|
17
|
-
opentelemetry_instrumentation-0.
|
18
|
-
opentelemetry_instrumentation-0.
|
19
|
-
opentelemetry_instrumentation-0.
|
20
|
-
opentelemetry_instrumentation-0.
|
16
|
+
opentelemetry_instrumentation-0.49b2.dist-info/METADATA,sha256=Rw2wY8ticdiZO6hzh6-FqOFgtnNOKrCPz2kqXlEEAck,6147
|
17
|
+
opentelemetry_instrumentation-0.49b2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
18
|
+
opentelemetry_instrumentation-0.49b2.dist-info/entry_points.txt,sha256=iVv3t5REB0O58tFUEQQXYLrTCa1VVOFUXfrbvUk6_aU,279
|
19
|
+
opentelemetry_instrumentation-0.49b2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
20
|
+
opentelemetry_instrumentation-0.49b2.dist-info/RECORD,,
|
File without changes
|
File without changes
|