db.stored_procedure.name
Stablestringas of v1.44.0
The name of a stored procedure within the database.
It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.
For batch operations, if the individual operations are known to have the same stored procedure name then that stored procedure name SHOULD be used.
Examples
- GetCustomer
Used by
metrics (1)
- db.client.operation.duration
spans (9)
- span.azure.cosmosdb.client
- span.db.client
- span.db.mariadb.client
- span.db.mysql.client
- span.db.oracledb.client
- span.db.postgresql.client
- span.db.redis.client
- span.db.sql_server.client
- span.db.sql.client
* required on that signal.
History
- v1.33.0stability
Promoted to stable.
Added as release_candidate.