Skip to content

Commit

Permalink
Merge branch '1.8.x' into 1.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jul 6, 2022
2 parents 662e0ef + 8348b60 commit e709eb8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
* {@link org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager} for
* asynchronous HTTP clients.
* <p>
* It monitors the overall connection pool state.
* It monitors the overall connection pool state. Usage example: <pre>{@code
* PoolingHttpClientConnectionManager connectionManager = new PoolingHttpClientConnectionManager();
* HttpClient httpClient = HttpClientBuilder.create().setConnectionManager(connectionManager).build();
* new PoolingHttpClientConnectionManagerMetricsBinder(connectionManager, "my-pool").bindTo(registry);
* }</pre>
*
* @author Benjamin Hubert (benjamin.hubert@willhaben.at)
* @since 1.3.0
Expand Down

0 comments on commit e709eb8

Please sign in to comment.