|
18 | 18 | libraries = { |
19 | 19 | "aiohttp": { |
20 | 20 | "library": "aiohttp ~= 3.0", |
21 | | - "instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.25b0", |
| 21 | + "instrumentation": "opentelemetry-instrumentation-aiohttp-client==0.25b1", |
22 | 22 | }, |
23 | 23 | "aiopg": { |
24 | 24 | "library": "aiopg >= 0.13.0, < 1.3.0", |
25 | | - "instrumentation": "opentelemetry-instrumentation-aiopg==0.25b0", |
| 25 | + "instrumentation": "opentelemetry-instrumentation-aiopg==0.25b1", |
26 | 26 | }, |
27 | 27 | "asgiref": { |
28 | 28 | "library": "asgiref ~= 3.0", |
29 | | - "instrumentation": "opentelemetry-instrumentation-asgi==0.25b0", |
| 29 | + "instrumentation": "opentelemetry-instrumentation-asgi==0.25b1", |
30 | 30 | }, |
31 | 31 | "asyncpg": { |
32 | 32 | "library": "asyncpg >= 0.12.0", |
33 | | - "instrumentation": "opentelemetry-instrumentation-asyncpg==0.25b0", |
| 33 | + "instrumentation": "opentelemetry-instrumentation-asyncpg==0.25b1", |
34 | 34 | }, |
35 | 35 | "boto": { |
36 | 36 | "library": "boto~=2.0", |
37 | | - "instrumentation": "opentelemetry-instrumentation-boto==0.25b0", |
| 37 | + "instrumentation": "opentelemetry-instrumentation-boto==0.25b1", |
38 | 38 | }, |
39 | 39 | "botocore": { |
40 | 40 | "library": "botocore ~= 1.0", |
41 | | - "instrumentation": "opentelemetry-instrumentation-botocore==0.25b0", |
| 41 | + "instrumentation": "opentelemetry-instrumentation-botocore==0.25b1", |
42 | 42 | }, |
43 | 43 | "celery": { |
44 | 44 | "library": "celery >= 4.0, < 6.0", |
45 | | - "instrumentation": "opentelemetry-instrumentation-celery==0.25b0", |
| 45 | + "instrumentation": "opentelemetry-instrumentation-celery==0.25b1", |
46 | 46 | }, |
47 | 47 | "django": { |
48 | 48 | "library": "django >= 1.10", |
49 | | - "instrumentation": "opentelemetry-instrumentation-django==0.25b0", |
| 49 | + "instrumentation": "opentelemetry-instrumentation-django==0.25b1", |
50 | 50 | }, |
51 | 51 | "elasticsearch": { |
52 | 52 | "library": "elasticsearch >= 2.0", |
53 | | - "instrumentation": "opentelemetry-instrumentation-elasticsearch==0.25b0", |
| 53 | + "instrumentation": "opentelemetry-instrumentation-elasticsearch==0.25b1", |
54 | 54 | }, |
55 | 55 | "falcon": { |
56 | 56 | "library": "falcon >= 2.0.0, < 4.0.0", |
57 | | - "instrumentation": "opentelemetry-instrumentation-falcon==0.25b0", |
| 57 | + "instrumentation": "opentelemetry-instrumentation-falcon==0.25b1", |
58 | 58 | }, |
59 | 59 | "fastapi": { |
60 | 60 | "library": "fastapi ~= 0.58", |
61 | | - "instrumentation": "opentelemetry-instrumentation-fastapi==0.25b0", |
| 61 | + "instrumentation": "opentelemetry-instrumentation-fastapi==0.25b1", |
62 | 62 | }, |
63 | 63 | "flask": { |
64 | 64 | "library": "flask >= 1.0, < 3.0", |
65 | | - "instrumentation": "opentelemetry-instrumentation-flask==0.25b0", |
| 65 | + "instrumentation": "opentelemetry-instrumentation-flask==0.25b1", |
66 | 66 | }, |
67 | 67 | "grpcio": { |
68 | 68 | "library": "grpcio ~= 1.27", |
69 | | - "instrumentation": "opentelemetry-instrumentation-grpc==0.25b0", |
| 69 | + "instrumentation": "opentelemetry-instrumentation-grpc==0.25b1", |
70 | 70 | }, |
71 | 71 | "httpx": { |
72 | 72 | "library": "httpx >= 0.18.0, < 0.19.0", |
73 | | - "instrumentation": "opentelemetry-instrumentation-httpx==0.25b0", |
| 73 | + "instrumentation": "opentelemetry-instrumentation-httpx==0.25b1", |
74 | 74 | }, |
75 | 75 | "jinja2": { |
76 | 76 | "library": "jinja2 >= 2.7, < 4.0", |
77 | | - "instrumentation": "opentelemetry-instrumentation-jinja2==0.25b0", |
| 77 | + "instrumentation": "opentelemetry-instrumentation-jinja2==0.25b1", |
78 | 78 | }, |
79 | 79 | "mysql-connector-python": { |
80 | 80 | "library": "mysql-connector-python ~= 8.0", |
81 | | - "instrumentation": "opentelemetry-instrumentation-mysql==0.25b0", |
| 81 | + "instrumentation": "opentelemetry-instrumentation-mysql==0.25b1", |
82 | 82 | }, |
83 | 83 | "pika": { |
84 | 84 | "library": "pika >= 1.1.0", |
85 | | - "instrumentation": "opentelemetry-instrumentation-pika==0.25b0", |
| 85 | + "instrumentation": "opentelemetry-instrumentation-pika==0.25b1", |
86 | 86 | }, |
87 | 87 | "psycopg2": { |
88 | 88 | "library": "psycopg2 >= 2.7.3.1", |
89 | | - "instrumentation": "opentelemetry-instrumentation-psycopg2==0.25b0", |
| 89 | + "instrumentation": "opentelemetry-instrumentation-psycopg2==0.25b1", |
90 | 90 | }, |
91 | 91 | "pymemcache": { |
92 | 92 | "library": "pymemcache ~= 1.3", |
93 | | - "instrumentation": "opentelemetry-instrumentation-pymemcache==0.25b0", |
| 93 | + "instrumentation": "opentelemetry-instrumentation-pymemcache==0.25b1", |
94 | 94 | }, |
95 | 95 | "pymongo": { |
96 | 96 | "library": "pymongo ~= 3.1", |
97 | | - "instrumentation": "opentelemetry-instrumentation-pymongo==0.25b0", |
| 97 | + "instrumentation": "opentelemetry-instrumentation-pymongo==0.25b1", |
98 | 98 | }, |
99 | 99 | "PyMySQL": { |
100 | 100 | "library": "PyMySQL ~= 0.10.1", |
101 | | - "instrumentation": "opentelemetry-instrumentation-pymysql==0.25b0", |
| 101 | + "instrumentation": "opentelemetry-instrumentation-pymysql==0.25b1", |
102 | 102 | }, |
103 | 103 | "pyramid": { |
104 | 104 | "library": "pyramid >= 1.7", |
105 | | - "instrumentation": "opentelemetry-instrumentation-pyramid==0.25b0", |
| 105 | + "instrumentation": "opentelemetry-instrumentation-pyramid==0.25b1", |
106 | 106 | }, |
107 | 107 | "redis": { |
108 | 108 | "library": "redis >= 2.6", |
109 | | - "instrumentation": "opentelemetry-instrumentation-redis==0.25b0", |
| 109 | + "instrumentation": "opentelemetry-instrumentation-redis==0.25b1", |
110 | 110 | }, |
111 | 111 | "requests": { |
112 | 112 | "library": "requests ~= 2.0", |
113 | | - "instrumentation": "opentelemetry-instrumentation-requests==0.25b0", |
| 113 | + "instrumentation": "opentelemetry-instrumentation-requests==0.25b1", |
114 | 114 | }, |
115 | 115 | "scikit-learn": { |
116 | 116 | "library": "scikit-learn ~= 0.24.0", |
117 | | - "instrumentation": "opentelemetry-instrumentation-sklearn==0.25b0", |
| 117 | + "instrumentation": "opentelemetry-instrumentation-sklearn==0.25b1", |
118 | 118 | }, |
119 | 119 | "sqlalchemy": { |
120 | 120 | "library": "sqlalchemy", |
121 | | - "instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.25b0", |
| 121 | + "instrumentation": "opentelemetry-instrumentation-sqlalchemy==0.25b1", |
122 | 122 | }, |
123 | 123 | "starlette": { |
124 | 124 | "library": "starlette ~= 0.13.0", |
125 | | - "instrumentation": "opentelemetry-instrumentation-starlette==0.25b0", |
| 125 | + "instrumentation": "opentelemetry-instrumentation-starlette==0.25b1", |
126 | 126 | }, |
127 | 127 | "tornado": { |
128 | 128 | "library": "tornado >= 6.0", |
129 | 129 | "instrumentation": "opentelemetry-instrumentation-tornado==0.25b0", |
130 | 130 | }, |
131 | 131 | "urllib3": { |
132 | 132 | "library": "urllib3 >= 1.0.0, < 2.0.0", |
133 | | - "instrumentation": "opentelemetry-instrumentation-urllib3==0.25b0", |
| 133 | + "instrumentation": "opentelemetry-instrumentation-urllib3==0.25b1", |
134 | 134 | }, |
135 | 135 | } |
136 | 136 | default_instrumentations = [ |
137 | | - "opentelemetry-instrumentation-dbapi==0.25b0", |
138 | | - "opentelemetry-instrumentation-logging==0.25b0", |
139 | | - "opentelemetry-instrumentation-sqlite3==0.25b0", |
140 | | - "opentelemetry-instrumentation-urllib==0.25b0", |
141 | | - "opentelemetry-instrumentation-wsgi==0.25b0", |
| 137 | + "opentelemetry-instrumentation-dbapi==0.25b1", |
| 138 | + "opentelemetry-instrumentation-logging==0.25b1", |
| 139 | + "opentelemetry-instrumentation-sqlite3==0.25b1", |
| 140 | + "opentelemetry-instrumentation-urllib==0.25b1", |
| 141 | + "opentelemetry-instrumentation-wsgi==0.25b1", |
142 | 142 | ] |
0 commit comments