Skip to content

Commit cf18b34

Browse files
committed
add comment for jvm memory type on heap only
1 parent 65e33ff commit cf18b34

File tree

1 file changed

+1
-0
lines changed
  • instrumentation/jmx-metrics/library/src/main/resources/jmx/rules

1 file changed

+1
-0
lines changed

instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ rules:
2727
metric: init
2828
desc: Measure of initial memory requested.
2929
# jvm.memory.used_after_last_gc
30+
# note: metric attribute "jvm.memory.type" will always be "heap" as GC only manages heap
3031
CollectionUsage.used:
3132
metric: used_after_last_gc
3233
desc: Measure of memory used, as measured after the most recent garbage collection event on this pool.

0 commit comments

Comments
 (0)