A database operation parameter, with <key> being the parameter name, and the attribute value being a string representation of the parameter value.
<key>
someval Copy
someval
55 Copy
55
For example, a client-side maximum number of rows to read from the database MAY be recorded as the db.operation.parameter.max_rows attribute.
db.operation.parameter.max_rows
db.query.text parameters SHOULD be captured using db.query.parameter.<key> instead of db.operation.parameter.<key>.
db.query.text
db.query.parameter.<key>
db.operation.parameter.<key>
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
@opentelemetry/semantic-conventions
Experimental
A database operation parameter, with
<key>being the parameter name, and the attribute value being a string representation of the parameter value.Example
Example
Note
For example, a client-side maximum number of rows to read from the database MAY be recorded as the
db.operation.parameter.max_rowsattribute.db.query.textparameters SHOULD be captured usingdb.query.parameter.<key>instead ofdb.operation.parameter.<key>.This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.