From d4545b4d7f55614a8a9cce5d860e372c62931fd4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 9 Dec 2015 11:39:00 +0100 Subject: [PATCH] Add reference to nonheap metrics See gh-4712 --- .../src/main/asciidoc/production-ready-features.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index 593cbae081..02eb93c5da 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -928,7 +928,11 @@ endpoint you should see a response similar to this: "heap.committed": 986624, "heap.init": 262144, "heap.used": 52765, - "mem": 986624, + "nonheap": 0, + "nonheap.committed": 77568, + "nonheap.init": 2496, + "nonheap.used": 75826, + "mem": 986624, "mem.free": 933858, "processors": 8, "threads": 15,