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: docs/versioned/serving/observability/metrics/serving-metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ Name | Type | Description
125
125
-|-|-
126
126
`peer` | string | The peer service the activator is connecting to (e.g., `autoscaler`)
127
127
128
-
This counter increments each time the activator fails to communicate with a peer. It complements the `kn.activator.reachable` gauge by providing a cumulative count of errors, which is useful for:
128
+
This counter increments each time the activator fails to communicate with a peer. It complements the `kn.activator.stats.conn.reachable` gauge by providing a cumulative count of errors, which is useful for:
129
129
130
130
- Detecting flaky connections that might be missed by point-in-time gauge sampling
131
131
- Creating rate-based alerts (e.g., alert if error rate exceeds threshold over 5 minutes)
0 commit comments