pub const DB_QUERY_PARAMETER: &str = "db.query.parameter";
db.operation.parameter
A query parameter used in db.query.text, with <key> being the parameter name, and the attribute value being a string representation of the parameter value.
db.query.text
<key>
"someval"
"55"