diff --git a/src/runtime/metrics/description.go b/src/runtime/metrics/description.go index 19a7dbf07a6a0b..5a6a2de62240f6 100644 --- a/src/runtime/metrics/description.go +++ b/src/runtime/metrics/description.go @@ -126,7 +126,7 @@ var allDesc = []Description{ { Name: "/cpu/classes/scavenge/assist:cpu-seconds", Description: "Estimated total CPU time spent returning unused memory to the " + - "underlying platform in response eagerly in response to memory pressure. " + + "underlying platform in response eagerly to memory pressure. " + "This metric is an overestimate, and not directly comparable to " + "system CPU time measurements. Compare only with other /cpu/classes " + "metrics.", diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index 563ddf4c959405..f01d92ec83c879 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -104,10 +104,10 @@ Below is the full list of supported metrics, ordered lexicographically. /cpu/classes/scavenge/assist:cpu-seconds Estimated total CPU time spent returning unused memory to the - underlying platform in response eagerly in response to memory - pressure. This metric is an overestimate, and not directly - comparable to system CPU time measurements. Compare only with - other /cpu/classes metrics. + underlying platform in response eagerly to memory pressure. This + metric is an overestimate, and not directly comparable to system + CPU time measurements. Compare only with other /cpu/classes + metrics. /cpu/classes/scavenge/background:cpu-seconds Estimated total CPU time spent performing background tasks to