Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/versioned/serving/observability/metrics/serving-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,20 @@ Name | Type | Description
`kn.configuration.name` | string | Knative Configuration name associated with this Revision
`kn.revision.name` | string | The name of the Revision

### `kn.activator.autoscaler.reachable`

**Instrument Type:** Int64Gauge

**Unit ([UCUM](https://ucum.org)):** {reachable}

**Description:** Whether the autoscaler is reachable from the activator (1 = reachable, 0 = not reachable)

This metric helps operators identify connectivity issues between the activator and autoscaler components. The metric is recorded:

- When stats are successfully sent to the autoscaler (value = 1)
- When stats fail to send to the autoscaler (value = 0)
- Periodically every 5 seconds based on connection status check

### HTTP metrics

Since the activator receives and forwards requests to the user workload it has both HTTP server and client metrics.
Expand Down