Skip to content

Commit 2a4deac

Browse files
mariojonkealrextoumorokoshi
committed
mysql: Fix auto instrumentation entry point (#858)
entry point for the mysql instrumentation pointed to pymysql instrumentation which caused loading of the instrumentation to fail since it does not exist. Co-authored-by: alrex <[email protected]> Co-authored-by: Yusuke Tsutsumi <[email protected]>
1 parent a77f5ae commit 2a4deac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ext/opentelemetry-ext-mysql/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- bugfix: Fix auto-instrumentation entry point for mysql
6+
([#858](https://github.com/open-telemetry/opentelemetry-python/pull/858))
7+
58
## 0.7b1
69

710
Released 2020-05-12

ext/opentelemetry-ext-mysql/setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ where = src
5555

5656
[options.entry_points]
5757
opentelemetry_instrumentor =
58-
mysql = opentelemetry.ext.pymysql:MySQLInstrumentor
58+
mysql = opentelemetry.ext.mysql:MySQLInstrumentor

0 commit comments

Comments
 (0)