You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: metrics/_routing.html.md.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ Routing Release metrics have following origin names:
49
49
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.
50
50
buffered_messages | Current number of messages in the Gorouter's NATS client's buffer. Emitted every 5 seconds.
51
51
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.
0 commit comments