mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 13:43:03 +08:00
Update db.system for sqlite
This commit is contained in:
@ -51,7 +51,7 @@ class SQLite3Instrumentor(BaseInstrumentor):
|
|||||||
# No useful attributes of sqlite3 connection object
|
# No useful attributes of sqlite3 connection object
|
||||||
_CONNECTION_ATTRIBUTES = {}
|
_CONNECTION_ATTRIBUTES = {}
|
||||||
|
|
||||||
_DATABASE_COMPONENT = "sqlite3"
|
_DATABASE_COMPONENT = "sqlite"
|
||||||
_DATABASE_TYPE = "sql"
|
_DATABASE_TYPE = "sql"
|
||||||
|
|
||||||
def _instrument(self, **kwargs):
|
def _instrument(self, **kwargs):
|
||||||
|
Reference in New Issue
Block a user