We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2693d commit d8a0f90Copy full SHA for d8a0f90
micrometer-core/src/main/java/io/micrometer/core/instrument/push/PushMeterRegistry.java
@@ -123,6 +123,7 @@ public void start(ThreadFactory threadFactory) {
123
* registry implementation that may be helpful in troubleshooting. By default, the
124
* registry class name and step interval are included.
125
* @return message to log on registry start
126
+ * @since 1.13.0
127
*/
128
protected String startMessage() {
129
return "publishing metrics for " + getClass().getSimpleName() + " every " + TimeUtils.format(config.step());
0 commit comments