Update db.system for sqlite

This commit is contained in:
Srikanth Chekuri
2020-11-20 00:31:03 +05:30
parent 6df831b2f1
commit b49b276f7a

View File

@ -51,7 +51,7 @@ class SQLite3Instrumentor(BaseInstrumentor):
# No useful attributes of sqlite3 connection object
_CONNECTION_ATTRIBUTES = {}
_DATABASE_COMPONENT = "sqlite3"
_DATABASE_COMPONENT = "sqlite"
_DATABASE_TYPE = "sql"
def _instrument(self, **kwargs):