Skip to content

Commit

Permalink
Merge branch 'main' into add-crt-to-keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchi2 authored Sep 10, 2023
2 parents 5861945 + 295a32d commit 5d344f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@
"uid": "$datasource"
},
"exemplar": true,
"expr": "100*(jvm_memory_bytes_used{namespace=\"$namespace\", service=\"$service\", area=\"heap\",}/jvm_memory_bytes_max{namespace=\"$namespace\", service=\"$service\", area=\"heap\",})",
"expr": "100*(jvm_memory_bytes_used{namespace=\"$namespace\", service=\"$service\", area=\"heap\"}/jvm_memory_bytes_max{namespace=\"$namespace\", service=\"$service\", area=\"heap\"})",
"interval": "",
"legendFormat": "Used {{ area }} ({{ pod }})",
"refId": "A"
Expand Down

0 comments on commit 5d344f7

Please sign in to comment.