Microsoft.Data.SqlClient.Diagnostics.ISqlClientMetrics
interface ISqlClientMetrics
The connection pool counters, as reported by SqlClientMetrics.
void EnterActiveConnection()
The number of connections currently in-use
void EnterActiveConnectionPool()
The number of connection pools
The number of unique connection strings
void EnterFreeConnection()
The number of connections currently available for use
void EnterInactiveConnectionPool()
The number of connection pools
The number of unique connection strings waiting for pruning
void EnterNonPooledConnection()
The number of connections that are not using connection pooling
void EnterPooledConnection()
The number of connections that are managed by the connection pool
void EnterStasisConnection()
The number of connections currently waiting to be made ready for use
void ExitActiveConnection()
The number of connections currently in-use
void ExitActiveConnectionPool()
The number of connection pools
The number of unique connection strings
void ExitFreeConnection()
The number of connections currently available for use
void ExitInactiveConnectionPool()
The number of connection pools
The number of unique connection strings waiting for pruning
void ExitNonPooledConnection()
The number of connections that are not using connection pooling
void ExitPooledConnection()
The number of connections that are managed by the connection pool
void ExitStasisConnection()
The number of connections currently waiting to be made ready for use
void HardConnectRequest()
The number of actual connections that are being made to servers
void HardDisconnectRequest()
The number of actual disconnects that are being made to servers
void ReclaimedConnectionRequest()
The number of connections we reclaim from GC'd external connections
void SoftConnectRequest()
The number of connections we get from the pool
void SoftDisconnectRequest()
The number of connections we return to the pool