measures the duration of the db request in milliseconds.
This attribute is used to report the name of the database being accessed. For example customers oder main.
The name of the operation being executed, e.g. the MongoDB
command name such as findAndModify
, or the SQL keyword.
For example findAndModify; HMSET; SELECT
.
The database statement being executed. Must be sanitized to
exclude sensitive information.
For example SELECT * FROM wuser_table; SET mykey "WuValue"
.
Generated using TypeDoc
Information about outbound db requests.