<PackageReference Include="Microsoft.Data.SqlClient" Version="7.1.0-preview3.26238.4" />

Microsoft.Data.SqlClient.Diagnostics.ISqlClientMetrics

interface ISqlClientMetrics
The connection pool counters, as reported by SqlClientMetrics.

The number of connections currently in-use

The number of connection pools

The number of unique connection strings

The number of connections currently available for use

The number of connection pools

The number of unique connection strings waiting for pruning

The number of connections that are not using connection pooling

The number of connections that are managed by the connection pool

The number of connections currently waiting to be made ready for use

The number of connections currently in-use

The number of connection pools

The number of unique connection strings

The number of connections currently available for use

The number of connection pools

The number of unique connection strings waiting for pruning

The number of connections that are not using connection pooling

The number of connections that are managed by the connection pool

The number of connections currently waiting to be made ready for use

The number of actual connections that are being made to servers

The number of actual disconnects that are being made to servers

The number of connections we reclaim from GC'd external connections

The number of connections we get from the pool

The number of connections we return to the pool