mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +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
|
||||
_CONNECTION_ATTRIBUTES = {}
|
||||
|
||||
_DATABASE_COMPONENT = "sqlite3"
|
||||
_DATABASE_COMPONENT = "sqlite"
|
||||
_DATABASE_TYPE = "sql"
|
||||
|
||||
def _instrument(self, **kwargs):
|
||||
|
Reference in New Issue
Block a user