Constant opentelemetry_semantic_conventions::resource::POOL_NAME
source · pub const POOL_NAME: &str = "pool.name";
Expand description
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation doesn't provide a name, instrumentation should use a combination of server.address
and server.port
attributes formatted as server.address:server.port
.
§Examples
myDataSource