Update db.system for sqlite
This commit is contained in:
parent
6df831b2f1
commit
b49b276f7a
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue