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 number of connections that are currently in state described by the state attribute
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The maximum number of idle open connections allowed
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The minimum number of idle open connections allowed
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The number of pending requests for an open connection, cumulative for the entire pool
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The number of connection timeouts that have occurred trying to obtain a connection from the pool
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The time it took to obtain an open connection from the pool
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used
The time between borrowing a connection and returning it to the pool
Attribute
Type
Description
Examples
Requirement Level
pool.name
string
The name of the connection pool; unique within the instrumented application. In case the connection pool implementation does not provide a name, then the db.connection_string should be used