Skip to content

Commit

Permalink
Metric is deprecated in v2 kube-state-metrics. Fixes #8835. (#8869)
Browse files Browse the repository at this point in the history
Documentation update.

**Link to tracking Issue:** #8835
  • Loading branch information
nishantmodak authored Nov 14, 2023
1 parent 6a38ea7 commit b501427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ desired reliability level.
### Low on CPU Resources

This depends on the CPU metrics available on the deployment, eg.:
`kube_pod_container_resource_limits_cpu_cores` for Kubernetes. Let's call it
`kube_pod_container_resource_limits{resource="cpu", unit="core"}` for Kubernetes. Let's call it
`available_cores` below. The idea here is to have an upper bound of the number
of available cores, and the maximum expected ingestion rate considered safe,
let's call it `safe_rate`, per core. This should trigger increase of resources/
Expand Down

0 comments on commit b501427

Please sign in to comment.