aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/description.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/metrics/description.go')
-rw-r--r--src/runtime/metrics/description.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/runtime/metrics/description.go b/src/runtime/metrics/description.go
index 9d3611b64c..32af5d1727 100644
--- a/src/runtime/metrics/description.go
+++ b/src/runtime/metrics/description.go
@@ -113,14 +113,13 @@ var allDesc = []Description{
Kind: KindUint64,
},
{
- Name: "/memory/classes/heap/stacks:bytes",
- Description: "Memory allocated from the heap that is reserved for stack space. Not all of it is necessarily " +
- "simultaneously in use, but it may not be used for any other purpose.",
- Kind: KindUint64,
+ Name: "/memory/classes/heap/stacks:bytes",
+ Description: "Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use.",
+ Kind: KindUint64,
},
{
Name: "/memory/classes/heap/unused:bytes",
- Description: "Memory that is reserved for heap objects but is otherwise not currently used to hold heap objects.",
+ Description: "Memory that is reserved for heap objects but is not currently used to hold heap objects.",
Kind: KindUint64,
},
{