Skip to content

Commit b4dc84d

Browse files
authored
Update memory
1 parent 4a7cbcc commit b4dc84d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jvm-observ-lib/signals/memory.libsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ function(this)
175175
unit: 'bytes',
176176
sources: {
177177
java_micrometer: {
178+
expr: 'sum without (id) (jvm_memory_committed{area="nonheap", %(queriesSelector)s})',
179+
},
180+
java_micrometer_with_suffixes: {
178181
expr: 'sum without (id) (jvm_memory_committed_bytes{area="nonheap", %(queriesSelector)s})',
179182
},
180183
prometheus: self.java_micrometer,

0 commit comments

Comments
 (0)