Skip to content

Commit

Permalink
Add Javadoc since for PushMeterRegistry.startMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed May 23, 2024
1 parent 5d2693d commit d8a0f90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public void start(ThreadFactory threadFactory) {
* registry implementation that may be helpful in troubleshooting. By default, the
* registry class name and step interval are included.
* @return message to log on registry start
* @since 1.13.0
*/
protected String startMessage() {
return "publishing metrics for " + getClass().getSimpleName() + " every " + TimeUtils.format(config.step());
Expand Down

0 comments on commit d8a0f90

Please sign in to comment.