Skip to content

Commit

Permalink
Update sqlite3 instrumentor doc about explicit cursors (#3088)
Browse files Browse the repository at this point in the history
* Update sqlite3 instrumentor doc about explicit cursors

* Changelog

---------

Co-authored-by: Riccardo Magliocchetti <[email protected]>
  • Loading branch information
tammy-baylis-swi and xrmx authored Dec 11, 2024
1 parent e32aac7 commit 8302310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#2816](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2816))
- `opentelemetry-instrumentation-sqlalchemy`: Fix a remaining memory leak in EngineTracer
([#3053](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3053))
- `opentelemetry-instrumentation-sqlite3`: Update documentation on explicit cursor support of tracing
([#3088](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3088))

### Breaking changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

"""
SQLite instrumentation supporting `sqlite3`_, it can be enabled by
using ``SQLite3Instrumentor``.
using ``SQLite3Instrumentor``. At this time, cursor objects must
be explicitly initialized as shown below to support tracing.
.. _sqlite3: https://docs.python.org/3/library/sqlite3.html
Expand Down

0 comments on commit 8302310

Please sign in to comment.