Skip to content

Commit 0d85b7c

Browse files
authored
Update src/runtime/metrics/description.go
1 parent 7734af8 commit 0d85b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/metrics/description.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ var allDesc = []Description{
291291
},
292292
{
293293
Name: "/memory/classes/heap/live_objects:bytes",
294-
Description: "Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector.",
294+
Description: "Memory occupied by live objects.",
295295
Kind: KindUint64,
296296
},
297297
{

0 commit comments

Comments
 (0)