From bd8521c1abf7122d92ed6c5932b5102c175297a2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 6 Nov 2015 09:24:08 +0100 Subject: [PATCH] Polish contribution Closes gh-4356 --- .../boot/actuate/endpoint/SystemPublicMetricsTests.java | 2 +- .../src/main/asciidoc/production-ready-features.adoc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/SystemPublicMetricsTests.java b/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/SystemPublicMetricsTests.java index 9c2ae636957..b1ae7c66fdd 100644 --- a/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/SystemPublicMetricsTests.java +++ b/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/SystemPublicMetricsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2014 the original author or authors. + * Copyright 2012-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 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 6b256b36bab..2e9930b6dd3 100644 --- a/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -914,6 +914,7 @@ endpoint you should see a response similar to this: "threads": 15, "threads.daemon": 11, "threads.peak": 15, + "threads.totalStarted": 42, "uptime": 494836, "instance.uptime": 489782, "datasource.primary.active": 5,