Skip to content

Commit

Permalink
Update src/runtime/metrics/description.go
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge authored Nov 20, 2022
1 parent 7734af8 commit 0d85b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/metrics/description.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ var allDesc = []Description{
},
{
Name: "/memory/classes/heap/live_objects:bytes",
Description: "Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector.",
Description: "Memory occupied by live objects.",
Kind: KindUint64,
},
{
Expand Down

0 comments on commit 0d85b7c

Please sign in to comment.