Skip to content

Commit 2a217e4

Browse files
GregMeffordbenoitc
authored andcommitted
hackney.POOLNAME.free_count is actually histogram (#582)
1 parent 4f1079a commit 2a217e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ been started.
484484
|hackney.POOLNAME.take_rate |meter | meter recording rate at which a connection is retrieved from the pool|
485485
|hackney.POOLNAME.no_socket |counter | Count of new connections |
486486
|hackney.POOLNAME.in_use_count |histogram| How many connections from the pool are used |
487-
|hackney.POOLNAME.free_count |counter | Number of free sockets in the pool |
487+
|hackney.POOLNAME.free_count |histogram| Number of free sockets in the pool |
488488
|hackney.POOLNAME.queue_counter|histogram| queued clients |
489489

490490
## Contribute

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ been started.
484484
|hackney.POOLNAME.take_rate |meter | meter recording rate at which a connection is retrieved from the pool|
485485
|hackney.POOLNAME.no_socket |counter | Count of new connections |
486486
|hackney.POOLNAME.in_use_count |histogram| How many connections from the pool are used |
487-
|hackney.POOLNAME.free_count |counter | Number of free sockets in the pool |
487+
|hackney.POOLNAME.free_count |histogram| Number of free sockets in the pool |
488488
|hackney.POOLNAME.queue_counter|histogram| queued clients |
489489

490490
## Contribute

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ been started.
481481
|hackney.POOLNAME.take_rate |meter | meter recording rate at which a connection is retrieved from the pool|
482482
|hackney.POOLNAME.no_socket |counter | Count of new connections |
483483
|hackney.POOLNAME.in_use_count |histogram| How many connections from the pool are used |
484-
|hackney.POOLNAME.free_count |counter | Number of free sockets in the pool |
484+
|hackney.POOLNAME.free_count |histogram| Number of free sockets in the pool |
485485
|hackney.POOLNAME.queue_counter|histogram| queued clients |
486486

487487
## Contribute

0 commit comments

Comments
 (0)