Skip to content

Commit d8a0f90

Browse files
committed
Add Javadoc since for PushMeterRegistry.startMessage()
See micrometer-metricsgh-4848
1 parent 5d2693d commit d8a0f90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

micrometer-core/src/main/java/io/micrometer/core/instrument/push/PushMeterRegistry.java

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ public void start(ThreadFactory threadFactory) {
123123
* registry implementation that may be helpful in troubleshooting. By default, the
124124
* registry class name and step interval are included.
125125
* @return message to log on registry start
126+
* @since 1.13.0
126127
*/
127128
protected String startMessage() {
128129
return "publishing metrics for " + getClass().getSimpleName() + " every " + TimeUtils.format(config.step());

0 commit comments

Comments
 (0)