db.operation.parameter
Developmenttemplate[string]as of v1.44.0
A database operation parameter, with <key> being the parameter name, and the attribute value being a string representation of the parameter value.
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.query.text parameters SHOULD be captured using db.query.parameter.<key>
instead of db.operation.parameter.<key>.
Examples
- someval
- 55
Used by
spans (1)
- span.db.elasticsearch.client
* required on that signal.
History
- v1.33.0stability
Stability lowered to development.
Already present at v1.30.0, the oldest release tracked here (release_candidate).