We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7cbcc commit b4dc84dCopy full SHA for b4dc84d
jvm-observ-lib/signals/memory.libsonnet
@@ -175,6 +175,9 @@ function(this)
175
unit: 'bytes',
176
sources: {
177
java_micrometer: {
178
+ expr: 'sum without (id) (jvm_memory_committed{area="nonheap", %(queriesSelector)s})',
179
+ },
180
+ java_micrometer_with_suffixes: {
181
expr: 'sum without (id) (jvm_memory_committed_bytes{area="nonheap", %(queriesSelector)s})',
182
},
183
prometheus: self.java_micrometer,
0 commit comments