Skip to content

Commit

Permalink
Update memory
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev authored Oct 31, 2024
1 parent 4a7cbcc commit b4dc84d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jvm-observ-lib/signals/memory.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ function(this)
unit: 'bytes',
sources: {
java_micrometer: {
expr: 'sum without (id) (jvm_memory_committed{area="nonheap", %(queriesSelector)s})',
},
java_micrometer_with_suffixes: {
expr: 'sum without (id) (jvm_memory_committed_bytes{area="nonheap", %(queriesSelector)s})',
},
prometheus: self.java_micrometer,
Expand Down

0 comments on commit b4dc84d

Please sign in to comment.