Skip to content

Commit

Permalink
mysql: Fix auto instrumentation entry point (#858)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Jun 30, 2020
1 parent fb37885 commit 0c102a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ext/opentelemetry-ext-mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- bugfix: Fix auto-instrumentation entry point for mysql
([#858](https://github.com/open-telemetry/opentelemetry-python/pull/858))

## 0.7b1

Released 2020-05-12
Expand Down
2 changes: 1 addition & 1 deletion ext/opentelemetry-ext-mysql/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ where = src

[options.entry_points]
opentelemetry_instrumentor =
mysql = opentelemetry.ext.pymysql:MySQLInstrumentor
mysql = opentelemetry.ext.mysql:MySQLInstrumentor

0 comments on commit 0c102a1

Please sign in to comment.