mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 05:32:30 +08:00
5 lines
176 B
Python
5 lines
176 B
Python
# tags
|
|
NAME = 'db.name' # the database name (eg: dbname for pgsql)
|
|
USER = 'db.user' # the user connecting to the db
|
|
ROWCOUNT = 'db.rowcount' # the rowcount of a query
|