File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments