Skip to content

Commit 9158003

Browse files
committed
run tox -e generate to appease the check
1 parent 4450d3a commit 9158003

File tree

1 file changed

+78
-150
lines changed

1 file changed

+78
-150
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
# Copyright The OpenTelemetry Authors
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -15,153 +16,80 @@
1516
# DO NOT EDIT. THIS FILE WAS AUTOGENERATED FROM INSTRUMENTATION PACKAGES.
1617
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
1718

18-
libraries = {
19-
"aio_pika": {
20-
"library": "aio_pika ~= 7.2.0",
21-
"instrumentation": "opentelemetry-instrumentation-aio-pika==0.34b0",
22-
},
23-
"aiohttp": {
24-
"library": "aiohttp ~= 3.0",
25-
"instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.34b0",
26-
},
27-
"aiopg": {
28-
"library": "aiopg >= 0.13.0, < 1.3.0",
29-
"instrumentation": "opentelemetry-instrumentation-aiopg==0.34b0",
30-
},
31-
"asgiref": {
32-
"library": "asgiref ~= 3.0",
33-
"instrumentation": "opentelemetry-instrumentation-asgi==0.34b0",
34-
},
35-
"asyncpg": {
36-
"library": "asyncpg >= 0.12.0",
37-
"instrumentation": "opentelemetry-instrumentation-asyncpg==0.34b0",
38-
},
39-
"boto": {
40-
"library": "boto~=2.0",
41-
"instrumentation": "opentelemetry-instrumentation-boto==0.34b0",
42-
},
43-
"boto3": {
44-
"library": "boto3 ~= 1.0",
45-
"instrumentation": "opentelemetry-instrumentation-boto3sqs==0.34b0",
46-
},
47-
"botocore": {
48-
"library": "botocore ~= 1.0",
49-
"instrumentation": "opentelemetry-instrumentation-botocore==0.34b0",
50-
},
51-
"celery": {
52-
"library": "celery >= 4.0, < 6.0",
53-
"instrumentation": "opentelemetry-instrumentation-celery==0.34b0",
54-
},
55-
"confluent-kafka": {
56-
"library": "confluent-kafka ~= 1.8.2",
57-
"instrumentation": "opentelemetry-instrumentation-confluent-kafka==0.34b0",
58-
},
59-
"django": {
60-
"library": "django >= 1.10",
61-
"instrumentation": "opentelemetry-instrumentation-django==0.34b0",
62-
},
63-
"elasticsearch": {
64-
"library": "elasticsearch >= 2.0",
65-
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.34b0",
66-
},
67-
"falcon": {
68-
"library": "falcon >= 1.4.1, < 4.0.0",
69-
"instrumentation": "opentelemetry-instrumentation-falcon==0.34b0",
70-
},
71-
"fastapi": {
72-
"library": "fastapi ~= 0.58",
73-
"instrumentation": "opentelemetry-instrumentation-fastapi==0.34b0",
74-
},
75-
"flask": {
76-
"library": "flask >= 1.0, < 3.0",
77-
"instrumentation": "opentelemetry-instrumentation-flask==0.34b0",
78-
},
79-
"grpcio": {
80-
"library": "grpcio ~= 1.27",
81-
"instrumentation": "opentelemetry-instrumentation-grpc==0.34b0",
82-
},
83-
"httpx": {
84-
"library": "httpx >= 0.18.0",
85-
"instrumentation": "opentelemetry-instrumentation-httpx==0.34b0",
86-
},
87-
"jinja2": {
88-
"library": "jinja2 >= 2.7, < 4.0",
89-
"instrumentation": "opentelemetry-instrumentation-jinja2==0.34b0",
90-
},
91-
"kafka-python": {
92-
"library": "kafka-python >= 2.0",
93-
"instrumentation": "opentelemetry-instrumentation-kafka-python==0.34b0",
94-
},
95-
"mysql-connector-python": {
96-
"library": "mysql-connector-python ~= 8.0",
97-
"instrumentation": "opentelemetry-instrumentation-mysql==0.34b0",
98-
},
99-
"pika": {
100-
"library": "pika >= 0.12.0",
101-
"instrumentation": "opentelemetry-instrumentation-pika==0.34b0",
102-
},
103-
"psycopg2": {
104-
"library": "psycopg2 >= 2.7.3.1",
105-
"instrumentation": "opentelemetry-instrumentation-psycopg2==0.34b0",
106-
},
107-
"pymemcache": {
108-
"library": "pymemcache >= 1.3.5, < 4",
109-
"instrumentation": "opentelemetry-instrumentation-pymemcache==0.34b0",
110-
},
111-
"pymongo": {
112-
"library": "pymongo >= 3.1, < 5.0",
113-
"instrumentation": "opentelemetry-instrumentation-pymongo==0.34b0",
114-
},
115-
"PyMySQL": {
116-
"library": "PyMySQL < 2",
117-
"instrumentation": "opentelemetry-instrumentation-pymysql==0.34b0",
118-
},
119-
"pyramid": {
120-
"library": "pyramid >= 1.7",
121-
"instrumentation": "opentelemetry-instrumentation-pyramid==0.34b0",
122-
},
123-
"redis": {
124-
"library": "redis >= 2.6",
125-
"instrumentation": "opentelemetry-instrumentation-redis==0.34b0",
126-
},
127-
"remoulade": {
128-
"library": "remoulade >= 0.50",
129-
"instrumentation": "opentelemetry-instrumentation-remoulade==0.34b0",
130-
},
131-
"requests": {
132-
"library": "requests ~= 2.0",
133-
"instrumentation": "opentelemetry-instrumentation-requests==0.34b0",
134-
},
135-
"scikit-learn": {
136-
"library": "scikit-learn ~= 0.24.0",
137-
"instrumentation": "opentelemetry-instrumentation-sklearn==0.34b0",
138-
},
139-
"sqlalchemy": {
140-
"library": "sqlalchemy",
141-
"instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.34b0",
142-
},
143-
"starlette": {
144-
"library": "starlette ~= 0.13.0",
145-
"instrumentation": "opentelemetry-instrumentation-starlette==0.34b0",
146-
},
147-
"psutil": {
148-
"library": "psutil >= 5",
149-
"instrumentation": "opentelemetry-instrumentation-system-metrics==0.34b0",
150-
},
151-
"tornado": {
152-
"library": "tornado >= 5.1.1",
153-
"instrumentation": "opentelemetry-instrumentation-tornado==0.34b0",
154-
},
155-
"urllib3": {
156-
"library": "urllib3 >= 1.0.0, < 2.0.0",
157-
"instrumentation": "opentelemetry-instrumentation-urllib3==0.34b0",
158-
},
159-
}
160-
default_instrumentations = [
161-
"opentelemetry-instrumentation-aws-lambda==0.34b0",
162-
"opentelemetry-instrumentation-dbapi==0.34b0",
163-
"opentelemetry-instrumentation-logging==0.34b0",
164-
"opentelemetry-instrumentation-sqlite3==0.34b0",
165-
"opentelemetry-instrumentation-urllib==0.34b0",
166-
"opentelemetry-instrumentation-wsgi==0.34b0",
167-
]
19+
libraries = {'aio_pika': {'library': 'aio_pika ~= 7.2.0', 'instrumentation':
20+
'opentelemetry-instrumentation-aio-pika==0.34b0'}, 'aiohttp': {
21+
'library': 'aiohttp ~= 3.0', 'instrumentation':
22+
'opentelemetry-instrumentation-aiohttp-client==0.34b0'}, 'aiopg': {
23+
'library': 'aiopg >= 0.13.0, < 1.3.0', 'instrumentation':
24+
'opentelemetry-instrumentation-aiopg==0.34b0'}, 'asgiref': {'library':
25+
'asgiref ~= 3.0', 'instrumentation':
26+
'opentelemetry-instrumentation-asgi==0.34b0'}, 'asyncpg': {'library':
27+
'asyncpg >= 0.12.0', 'instrumentation':
28+
'opentelemetry-instrumentation-asyncpg==0.34b0'}, 'boto': {'library':
29+
'boto~=2.0', 'instrumentation':
30+
'opentelemetry-instrumentation-boto==0.34b0'}, 'boto3': {'library':
31+
'boto3 ~= 1.0', 'instrumentation':
32+
'opentelemetry-instrumentation-boto3sqs==0.34b0'}, 'botocore': {
33+
'library': 'botocore ~= 1.0', 'instrumentation':
34+
'opentelemetry-instrumentation-botocore==0.34b0'}, 'celery': {'library':
35+
'celery >= 4.0, < 6.0', 'instrumentation':
36+
'opentelemetry-instrumentation-celery==0.34b0'}, 'confluent-kafka': {
37+
'library': 'confluent-kafka ~= 1.8.2', 'instrumentation':
38+
'opentelemetry-instrumentation-confluent-kafka==0.34b0'}, 'django': {
39+
'library': 'django >= 1.10', 'instrumentation':
40+
'opentelemetry-instrumentation-django==0.34b0'}, 'elasticsearch': {
41+
'library': 'elasticsearch >= 2.0', 'instrumentation':
42+
'opentelemetry-instrumentation-elasticsearch==0.34b0'}, 'falcon': {
43+
'library': 'falcon >= 1.4.1, < 4.0.0', 'instrumentation':
44+
'opentelemetry-instrumentation-falcon==0.34b0'}, 'fastapi': {'library':
45+
'fastapi ~= 0.58', 'instrumentation':
46+
'opentelemetry-instrumentation-fastapi==0.34b0'}, 'flask': {'library':
47+
'flask >= 1.0, < 3.0', 'instrumentation':
48+
'opentelemetry-instrumentation-flask==0.34b0'}, 'grpcio': {'library':
49+
'grpcio ~= 1.27', 'instrumentation':
50+
'opentelemetry-instrumentation-grpc==0.34b0'}, 'httpx': {'library':
51+
'httpx >= 0.18.0', 'instrumentation':
52+
'opentelemetry-instrumentation-httpx==0.34b0'}, 'jinja2': {'library':
53+
'jinja2 >= 2.7, < 4.0', 'instrumentation':
54+
'opentelemetry-instrumentation-jinja2==0.34b0'}, 'kafka-python': {
55+
'library': 'kafka-python >= 2.0', 'instrumentation':
56+
'opentelemetry-instrumentation-kafka-python==0.34b0'},
57+
'mysql-connector-python': {'library': 'mysql-connector-python ~= 8.0',
58+
'instrumentation': 'opentelemetry-instrumentation-mysql==0.34b0'},
59+
'pika': {'library': 'pika >= 0.12.0', 'instrumentation':
60+
'opentelemetry-instrumentation-pika==0.34b0'}, 'psycopg2': {'library':
61+
'psycopg2 >= 2.7.3.1', 'instrumentation':
62+
'opentelemetry-instrumentation-psycopg2==0.34b0'}, 'pymemcache': {
63+
'library': 'pymemcache >= 1.3.5, < 4', 'instrumentation':
64+
'opentelemetry-instrumentation-pymemcache==0.34b0'}, 'pymongo': {
65+
'library': 'pymongo >= 3.1, < 5.0', 'instrumentation':
66+
'opentelemetry-instrumentation-pymongo==0.34b0'}, 'PyMySQL': {'library':
67+
'PyMySQL < 2', 'instrumentation':
68+
'opentelemetry-instrumentation-pymysql==0.34b0'}, 'pyramid': {'library':
69+
'pyramid >= 1.7', 'instrumentation':
70+
'opentelemetry-instrumentation-pyramid==0.34b0'}, 'redis': {'library':
71+
'redis >= 2.6', 'instrumentation':
72+
'opentelemetry-instrumentation-redis==0.34b0'}, 'remoulade': {'library':
73+
'remoulade >= 0.50', 'instrumentation':
74+
'opentelemetry-instrumentation-remoulade==0.34b0'}, 'requests': {
75+
'library': 'requests ~= 2.0', 'instrumentation':
76+
'opentelemetry-instrumentation-requests==0.34b0'}, 'scikit-learn': {
77+
'library': 'scikit-learn ~= 0.24.0', 'instrumentation':
78+
'opentelemetry-instrumentation-sklearn==0.34b0'}, 'sqlalchemy': {
79+
'library': 'sqlalchemy', 'instrumentation':
80+
'opentelemetry-instrumentation-sqlalchemy==0.34b0'}, 'starlette': {
81+
'library': 'starlette ~= 0.13.0', 'instrumentation':
82+
'opentelemetry-instrumentation-starlette==0.34b0'}, 'psutil': {
83+
'library': 'psutil >= 5', 'instrumentation':
84+
'opentelemetry-instrumentation-system-metrics==0.34b0'}, 'tornado': {
85+
'library': 'tornado >= 5.1.1', 'instrumentation':
86+
'opentelemetry-instrumentation-tornado==0.34b0'}, 'urllib3': {'library':
87+
'urllib3 >= 1.0.0, < 2.0.0', 'instrumentation':
88+
'opentelemetry-instrumentation-urllib3==0.34b0'}}
89+
default_instrumentations = ['opentelemetry-instrumentation-aws-lambda==0.34b0',
90+
'opentelemetry-instrumentation-dbapi==0.34b0',
91+
'opentelemetry-instrumentation-logging==0.34b0',
92+
'opentelemetry-instrumentation-sqlite3==0.34b0',
93+
'opentelemetry-instrumentation-urllib==0.34b0',
94+
'opentelemetry-instrumentation-wsgi==0.34b0']
95+

0 commit comments

Comments
 (0)