opentelemetry-instrumentation 0.44b0__py3-none-any.whl → 0.45b0__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 +52 -48
- opentelemetry/instrumentation/version.py +1 -1
- {opentelemetry_instrumentation-0.44b0.dist-info → opentelemetry_instrumentation-0.45b0.dist-info}/METADATA +2 -3
- {opentelemetry_instrumentation-0.44b0.dist-info → opentelemetry_instrumentation-0.45b0.dist-info}/RECORD +7 -7
- {opentelemetry_instrumentation-0.44b0.dist-info → opentelemetry_instrumentation-0.45b0.dist-info}/WHEEL +1 -1
- {opentelemetry_instrumentation-0.44b0.dist-info → opentelemetry_instrumentation-0.45b0.dist-info}/entry_points.txt +0 -0
- {opentelemetry_instrumentation-0.44b0.dist-info → opentelemetry_instrumentation-0.45b0.dist-info}/licenses/LICENSE +0 -0
@@ -18,175 +18,179 @@
|
|
18
18
|
libraries = [
|
19
19
|
{
|
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.45b0",
|
22
22
|
},
|
23
23
|
{
|
24
24
|
"library": "aiohttp ~= 3.0",
|
25
|
-
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.
|
25
|
+
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.45b0",
|
26
26
|
},
|
27
27
|
{
|
28
28
|
"library": "aiohttp ~= 3.0",
|
29
|
-
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.
|
29
|
+
"instrumentation": "opentelemetry-instrumentation-aiohttp-server==0.45b0",
|
30
30
|
},
|
31
31
|
{
|
32
32
|
"library": "aiopg >= 0.13.0, < 2.0.0",
|
33
|
-
"instrumentation": "opentelemetry-instrumentation-aiopg==0.
|
33
|
+
"instrumentation": "opentelemetry-instrumentation-aiopg==0.45b0",
|
34
34
|
},
|
35
35
|
{
|
36
36
|
"library": "asgiref ~= 3.0",
|
37
|
-
"instrumentation": "opentelemetry-instrumentation-asgi==0.
|
37
|
+
"instrumentation": "opentelemetry-instrumentation-asgi==0.45b0",
|
38
38
|
},
|
39
39
|
{
|
40
40
|
"library": "asyncpg >= 0.12.0",
|
41
|
-
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.
|
41
|
+
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.45b0",
|
42
42
|
},
|
43
43
|
{
|
44
44
|
"library": "boto~=2.0",
|
45
|
-
"instrumentation": "opentelemetry-instrumentation-boto==0.
|
45
|
+
"instrumentation": "opentelemetry-instrumentation-boto==0.45b0",
|
46
46
|
},
|
47
47
|
{
|
48
48
|
"library": "boto3 ~= 1.0",
|
49
|
-
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.
|
49
|
+
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.45b0",
|
50
50
|
},
|
51
51
|
{
|
52
52
|
"library": "botocore ~= 1.0",
|
53
|
-
"instrumentation": "opentelemetry-instrumentation-botocore==0.
|
53
|
+
"instrumentation": "opentelemetry-instrumentation-botocore==0.45b0",
|
54
54
|
},
|
55
55
|
{
|
56
56
|
"library": "cassandra-driver ~= 3.25",
|
57
|
-
"instrumentation": "opentelemetry-instrumentation-cassandra==0.
|
57
|
+
"instrumentation": "opentelemetry-instrumentation-cassandra==0.45b0",
|
58
58
|
},
|
59
59
|
{
|
60
60
|
"library": "scylla-driver ~= 3.25",
|
61
|
-
"instrumentation": "opentelemetry-instrumentation-cassandra==0.
|
61
|
+
"instrumentation": "opentelemetry-instrumentation-cassandra==0.45b0",
|
62
62
|
},
|
63
63
|
{
|
64
64
|
"library": "celery >= 4.0, < 6.0",
|
65
|
-
"instrumentation": "opentelemetry-instrumentation-celery==0.
|
65
|
+
"instrumentation": "opentelemetry-instrumentation-celery==0.45b0",
|
66
66
|
},
|
67
67
|
{
|
68
68
|
"library": "confluent-kafka >= 1.8.2, <= 2.3.0",
|
69
|
-
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.
|
69
|
+
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.45b0",
|
70
70
|
},
|
71
71
|
{
|
72
72
|
"library": "django >= 1.10",
|
73
|
-
"instrumentation": "opentelemetry-instrumentation-django==0.
|
73
|
+
"instrumentation": "opentelemetry-instrumentation-django==0.45b0",
|
74
74
|
},
|
75
75
|
{
|
76
76
|
"library": "elasticsearch >= 2.0",
|
77
|
-
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.
|
77
|
+
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.45b0",
|
78
78
|
},
|
79
79
|
{
|
80
80
|
"library": "falcon >= 1.4.1, < 3.1.2",
|
81
|
-
"instrumentation": "opentelemetry-instrumentation-falcon==0.
|
81
|
+
"instrumentation": "opentelemetry-instrumentation-falcon==0.45b0",
|
82
82
|
},
|
83
83
|
{
|
84
84
|
"library": "fastapi ~= 0.58",
|
85
|
-
"instrumentation": "opentelemetry-instrumentation-fastapi==0.
|
85
|
+
"instrumentation": "opentelemetry-instrumentation-fastapi==0.45b0",
|
86
86
|
},
|
87
87
|
{
|
88
88
|
"library": "flask >= 1.0",
|
89
|
-
"instrumentation": "opentelemetry-instrumentation-flask==0.
|
89
|
+
"instrumentation": "opentelemetry-instrumentation-flask==0.45b0",
|
90
90
|
},
|
91
91
|
{
|
92
92
|
"library": "grpcio ~= 1.27",
|
93
|
-
"instrumentation": "opentelemetry-instrumentation-grpc==0.
|
93
|
+
"instrumentation": "opentelemetry-instrumentation-grpc==0.45b0",
|
94
94
|
},
|
95
95
|
{
|
96
96
|
"library": "httpx >= 0.18.0",
|
97
|
-
"instrumentation": "opentelemetry-instrumentation-httpx==0.
|
97
|
+
"instrumentation": "opentelemetry-instrumentation-httpx==0.45b0",
|
98
98
|
},
|
99
99
|
{
|
100
100
|
"library": "jinja2 >= 2.7, < 4.0",
|
101
|
-
"instrumentation": "opentelemetry-instrumentation-jinja2==0.
|
101
|
+
"instrumentation": "opentelemetry-instrumentation-jinja2==0.45b0",
|
102
102
|
},
|
103
103
|
{
|
104
104
|
"library": "kafka-python >= 2.0",
|
105
|
-
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.
|
105
|
+
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.45b0",
|
106
106
|
},
|
107
107
|
{
|
108
108
|
"library": "mysql-connector-python ~= 8.0",
|
109
|
-
"instrumentation": "opentelemetry-instrumentation-mysql==0.
|
109
|
+
"instrumentation": "opentelemetry-instrumentation-mysql==0.45b0",
|
110
110
|
},
|
111
111
|
{
|
112
112
|
"library": "mysqlclient < 3",
|
113
|
-
"instrumentation": "opentelemetry-instrumentation-mysqlclient==0.
|
113
|
+
"instrumentation": "opentelemetry-instrumentation-mysqlclient==0.45b0",
|
114
114
|
},
|
115
115
|
{
|
116
116
|
"library": "pika >= 0.12.0",
|
117
|
-
"instrumentation": "opentelemetry-instrumentation-pika==0.
|
117
|
+
"instrumentation": "opentelemetry-instrumentation-pika==0.45b0",
|
118
|
+
},
|
119
|
+
{
|
120
|
+
"library": "psycopg >= 3.1.0",
|
121
|
+
"instrumentation": "opentelemetry-instrumentation-psycopg==0.45b0",
|
118
122
|
},
|
119
123
|
{
|
120
124
|
"library": "psycopg2 >= 2.7.3.1",
|
121
|
-
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.
|
125
|
+
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.45b0",
|
122
126
|
},
|
123
127
|
{
|
124
128
|
"library": "pymemcache >= 1.3.5, < 5",
|
125
|
-
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.
|
129
|
+
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.45b0",
|
126
130
|
},
|
127
131
|
{
|
128
132
|
"library": "pymongo >= 3.1, < 5.0",
|
129
|
-
"instrumentation": "opentelemetry-instrumentation-pymongo==0.
|
133
|
+
"instrumentation": "opentelemetry-instrumentation-pymongo==0.45b0",
|
130
134
|
},
|
131
135
|
{
|
132
136
|
"library": "PyMySQL < 2",
|
133
|
-
"instrumentation": "opentelemetry-instrumentation-pymysql==0.
|
137
|
+
"instrumentation": "opentelemetry-instrumentation-pymysql==0.45b0",
|
134
138
|
},
|
135
139
|
{
|
136
140
|
"library": "pyramid >= 1.7",
|
137
|
-
"instrumentation": "opentelemetry-instrumentation-pyramid==0.
|
141
|
+
"instrumentation": "opentelemetry-instrumentation-pyramid==0.45b0",
|
138
142
|
},
|
139
143
|
{
|
140
144
|
"library": "redis >= 2.6",
|
141
|
-
"instrumentation": "opentelemetry-instrumentation-redis==0.
|
145
|
+
"instrumentation": "opentelemetry-instrumentation-redis==0.45b0",
|
142
146
|
},
|
143
147
|
{
|
144
148
|
"library": "remoulade >= 0.50",
|
145
|
-
"instrumentation": "opentelemetry-instrumentation-remoulade==0.
|
149
|
+
"instrumentation": "opentelemetry-instrumentation-remoulade==0.45b0",
|
146
150
|
},
|
147
151
|
{
|
148
152
|
"library": "requests ~= 2.0",
|
149
|
-
"instrumentation": "opentelemetry-instrumentation-requests==0.
|
153
|
+
"instrumentation": "opentelemetry-instrumentation-requests==0.45b0",
|
150
154
|
},
|
151
155
|
{
|
152
156
|
"library": "scikit-learn ~= 0.24.0",
|
153
|
-
"instrumentation": "opentelemetry-instrumentation-sklearn==0.
|
157
|
+
"instrumentation": "opentelemetry-instrumentation-sklearn==0.45b0",
|
154
158
|
},
|
155
159
|
{
|
156
160
|
"library": "sqlalchemy",
|
157
|
-
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.
|
161
|
+
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.45b0",
|
158
162
|
},
|
159
163
|
{
|
160
164
|
"library": "starlette ~= 0.13.0",
|
161
|
-
"instrumentation": "opentelemetry-instrumentation-starlette==0.
|
165
|
+
"instrumentation": "opentelemetry-instrumentation-starlette==0.45b0",
|
162
166
|
},
|
163
167
|
{
|
164
168
|
"library": "psutil >= 5",
|
165
|
-
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.
|
169
|
+
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.45b0",
|
166
170
|
},
|
167
171
|
{
|
168
172
|
"library": "tornado >= 5.1.1",
|
169
|
-
"instrumentation": "opentelemetry-instrumentation-tornado==0.
|
173
|
+
"instrumentation": "opentelemetry-instrumentation-tornado==0.45b0",
|
170
174
|
},
|
171
175
|
{
|
172
176
|
"library": "tortoise-orm >= 0.17.0",
|
173
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
177
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.45b0",
|
174
178
|
},
|
175
179
|
{
|
176
180
|
"library": "pydantic >= 1.10.2",
|
177
|
-
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.
|
181
|
+
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.45b0",
|
178
182
|
},
|
179
183
|
{
|
180
184
|
"library": "urllib3 >= 1.0.0, < 3.0.0",
|
181
|
-
"instrumentation": "opentelemetry-instrumentation-urllib3==0.
|
185
|
+
"instrumentation": "opentelemetry-instrumentation-urllib3==0.45b0",
|
182
186
|
},
|
183
187
|
]
|
184
188
|
default_instrumentations = [
|
185
|
-
"opentelemetry-instrumentation-asyncio==0.
|
186
|
-
"opentelemetry-instrumentation-aws-lambda==0.
|
187
|
-
"opentelemetry-instrumentation-dbapi==0.
|
188
|
-
"opentelemetry-instrumentation-logging==0.
|
189
|
-
"opentelemetry-instrumentation-sqlite3==0.
|
190
|
-
"opentelemetry-instrumentation-urllib==0.
|
191
|
-
"opentelemetry-instrumentation-wsgi==0.
|
189
|
+
"opentelemetry-instrumentation-asyncio==0.45b0",
|
190
|
+
"opentelemetry-instrumentation-aws-lambda==0.45b0",
|
191
|
+
"opentelemetry-instrumentation-dbapi==0.45b0",
|
192
|
+
"opentelemetry-instrumentation-logging==0.45b0",
|
193
|
+
"opentelemetry-instrumentation-sqlite3==0.45b0",
|
194
|
+
"opentelemetry-instrumentation-urllib==0.45b0",
|
195
|
+
"opentelemetry-instrumentation-wsgi==0.45b0",
|
192
196
|
]
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.3
|
2
2
|
Name: opentelemetry-instrumentation
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.45b0
|
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>
|
@@ -19,7 +19,6 @@ Requires-Python: >=3.8
|
|
19
19
|
Requires-Dist: opentelemetry-api~=1.4
|
20
20
|
Requires-Dist: setuptools>=16.0
|
21
21
|
Requires-Dist: wrapt<2.0.0,>=1.0.0
|
22
|
-
Provides-Extra: test
|
23
22
|
Description-Content-Type: text/x-rst
|
24
23
|
|
25
24
|
OpenTelemetry Instrumentation
|
@@ -1,6 +1,6 @@
|
|
1
1
|
opentelemetry/instrumentation/_semconv.py,sha256=0vCrUperS-ixS3fAH0_sauYhsoVhIc5E2cuOPx6RNtE,8143
|
2
2
|
opentelemetry/instrumentation/bootstrap.py,sha256=dNW-ZC7SgGo6VPCear4Le0Oq3bNrX1Tao2QIz1bIn0c,4560
|
3
|
-
opentelemetry/instrumentation/bootstrap_gen.py,sha256=
|
3
|
+
opentelemetry/instrumentation/bootstrap_gen.py,sha256=1W5UETrMLeLjt5V95tZuPAWNL2sGzajmKMQ2HUPUXV8,6648
|
4
4
|
opentelemetry/instrumentation/dependencies.py,sha256=ljJ0nMK_vNZXOiCTLOT1nM3xpwmx7LVaW_S53jcRvIY,1798
|
5
5
|
opentelemetry/instrumentation/distro.py,sha256=4TCMpJY169TiYXfaD-9suGv6310_ir_rVuMljC7CVOY,2071
|
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=REjbeQl1wE6A4ByCKxOH5xdEjov2FHeO_WEUmGw6wqk,6128
|
12
|
-
opentelemetry/instrumentation/version.py,sha256=
|
12
|
+
opentelemetry/instrumentation/version.py,sha256=HyCKkZGb11xsSYPWI9CHcfWAYU5IqDVTDpTmCwMvfu0,608
|
13
13
|
opentelemetry/instrumentation/auto_instrumentation/__init__.py,sha256=en-gz8Qg6JlGR6XnFF0TYBElVUGMGNo3FtnB0GBJfA0,3780
|
14
14
|
opentelemetry/instrumentation/auto_instrumentation/_load.py,sha256=RDFVxFJ2NR02i8_MFc2FJFxRQjsvjX8f1H2N7ZMF5V0,4794
|
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.45b0.dist-info/METADATA,sha256=KinwwWkyWHZQkbykODuGUZHsM_FvUyH08LFNE_dgNqI,6064
|
17
|
+
opentelemetry_instrumentation-0.45b0.dist-info/WHEEL,sha256=uNdcs2TADwSd5pVaP0Z_kcjcvvTUklh2S7bxZMF8Uj0,87
|
18
|
+
opentelemetry_instrumentation-0.45b0.dist-info/entry_points.txt,sha256=iVv3t5REB0O58tFUEQQXYLrTCa1VVOFUXfrbvUk6_aU,279
|
19
|
+
opentelemetry_instrumentation-0.45b0.dist-info/licenses/LICENSE,sha256=h8jwqxShIeVkc8vOo9ynxGYW16f4fVPxLhZKZs0H5U8,11350
|
20
|
+
opentelemetry_instrumentation-0.45b0.dist-info/RECORD,,
|
File without changes
|
File without changes
|