You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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 parameters that would make the name unique, for example, combining attributes `server.address`, `server.port`, and `db.namespace`, formatted as `server.address:server.port/db.namespace`. Instrumentations that generate connection pool name following different patterns **SHOULD** document it.
39
+
*
40
+
* @example myDataSource
41
+
*
42
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
43
+
*/
44
+
exportconstATTR_DB_CLIENT_CONNECTION_POOL_NAME=
45
+
'db.client.connection.pool.name';
46
+
47
+
/**
48
+
* The state of a connection in the pool
49
+
*
50
+
* @example idle
51
+
*
52
+
* @experimental This attribute is experimental and is subject to breaking changes in minor releases of `@opentelemetry/semantic-conventions`.
0 commit comments