@@ -517,24 +517,26 @@ been started.
517
517
518
518
#### Metrics per Hosts
519
519
520
- | Name | Type | Description |
521
- | ----------------------------| ---------| ----------------------------|
522
- | hackney.HOST.nb_requests | counter | Number of running requests |
523
- | hackney.HOST.request_time | histogram| Request time |
524
- | hackney.HOST.connect_time | histogram| Connect time |
525
- | hackney.HOST.response_time | histogram| Response time |
526
- | hackney.HOST.connect_timeout| counter | Number of connect timeout |
527
- | hackney.HOST.connect_error | counter | Number of timeout errors |
520
+ | Name | Type | Description |
521
+ | ----------------------------------| ---------| -------------------------------------------|
522
+ | hackney.HOST.nb_requests | counter | Number of running requests |
523
+ | hackney.HOST.request_time | histogram| Request time |
524
+ | hackney.HOST.connect_time | histogram| Connect time |
525
+ | hackney.HOST.response_time | histogram| Response time |
526
+ | hackney.HOST.connect_timeout | counter | Number of connect timeout |
527
+ | hackney.HOST.connect_error | counter | Number of timeout errors |
528
+ | hackney_pool.HOST.new_connection | counter | Number of new pool connections per host |
529
+ | hackney_pool.HOST.reuse_connection| counter | Number of reused pool connections per host|
528
530
529
531
#### Metrics per Pool
530
532
531
- | Name | Type | Description |
532
- | ------------------------------| -----------| --------------------------------------------------------------------|
533
- | hackney .POOLNAME.take_rate | meter | meter recording rate at which a connection is retrieved from the pool|
534
- | hackney .POOLNAME.no_socket | counter | Count of new connections |
535
- | hackney .POOLNAME.in_use_count | histogram| How many connections from the pool are used |
536
- | hackney .POOLNAME.free_count | histogram| Number of free sockets in the pool |
537
- | hackney .POOLNAME.queue_counter | histogram| queued clients |
533
+ | Name | Type | Description |
534
+ | ----------------------------------| --------- | -- --------------------------------------------------------------------|
535
+ | hackney_pool .POOLNAME.take_rate | meter | meter recording rate at which a connection is retrieved from the pool|
536
+ | hackney_pool .POOLNAME.no_socket | counter | Count of new connections |
537
+ | hackney_pool .POOLNAME.in_use_count| histogram| How many connections from the pool are used |
538
+ | hackney_pool .POOLNAME.free_count | histogram| Number of free sockets in the pool |
539
+ | hackney_pool .POOLNAME.queue_count | histogram| queued clients |
538
540
539
541
## Contribute
540
542
0 commit comments