Skip to content

Commit

Permalink
Update doc/observability/metrics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Madigan <[email protected]>
  • Loading branch information
david-martin and jasonmadigan authored Apr 22, 2024
1 parent 01c0d8b commit 1bb431a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/observability/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and how to join the metrics from different sources together in a meaningful way.
Resource metrics, like CPU, memory and disk usage, primarily come from the Kubernetes
metrics components. These include `container_cpu_usage_seconds_total`, `container_memory_working_set_bytes`
and `kubelet_volume_stats_used_bytes`. A [stable list of metrics](https://github.com/kubernetes/kubernetes/blob/master/test/instrumentation/testdata/stable-metrics-list.yaml) is maintained in
the kubernetes repository. These low level metrics typically have a set of
the kubernetes repository. These low-level metrics typically have a set of
[recording rules](https://prometheus.io/docs/practices/rules/#aggregation) that
aggregate values by labels and time ranges.
For example, `node_namespace_pod_container:container_cpu_usage_seconds_total:sum_irate` or `namespace_workload_pod:kube_pod_owner:relabel`.
Expand Down

0 comments on commit 1bb431a

Please sign in to comment.