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