Skip to content

Commit 61ef844

Browse files
committed
docs: Add endpoints_per_pool metric to routing metrics reference
1 parent 79261df commit 61ef844

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

metrics/_routing.html.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Routing Release metrics have following origin names:
4949
backend\_invalid\_tls_cert | Lifetime number of requests that were rejected because the back end presents a certificate that is not trusted by the Gorouter. Corresponds to HTTP 526 error response from Gorouter. Emitted every 5 seconds.
5050
buffered_messages | Current number of messages in the Gorouter's NATS client's buffer. Emitted every 5 seconds.
5151
total\_dropped_messages | Lifetime number of messages that have been dropped by the Gorouter's NATS client due to a full buffer. Emitted every 5 seconds.
52+
endpoints\_per\_pool | Current number of endpoints in a route pool using hash-based load balancing. Prometheus gauge with labels `route` and `lb_algorithm`. Only present for routes configured with hash-based routing. The gauge is updated on endpoint registration, unregistration, and pruning of stale endpoints.
5253

5354
<a id="routing_api"></a>Default Origin Name: routing_api
5455

0 commit comments

Comments
 (0)