Skip to content

Commit

Permalink
Polish startup endpoint description in reference doc
Browse files Browse the repository at this point in the history
Closes gh-26978
  • Loading branch information
snicoll committed Jun 24, 2021
1 parent 6f11d01 commit d4fa46f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -417,4 +417,5 @@ Once configured, you can record data by running the application with the Flight

Spring Boot ships with the `BufferingApplicationStartup` variant; this implementation is meant for buffering the startup steps and draining them into an external metrics system.
Applications can ask for the bean of type `BufferingApplicationStartup` in any component.
Additionally, Spring Boot Actuator will {spring-boot-actuator-restapi-docs}/#startup[expose a `startup` endpoint to expose this information as a JSON document].

Spring Boot can also be configured to expose a {spring-boot-actuator-restapi-docs}/#startup[`startup` endpoint] that provide this information as a JSON document.

This comment has been minimized.

Copy link
@dreis2211

dreis2211 Jun 24, 2021

Contributor

I guess it should be called provides

This comment has been minimized.

Copy link
@snicoll

snicoll Jun 24, 2021

Author Member

Ah, crap. Good catch, I'll fix that right away

0 comments on commit d4fa46f

Please sign in to comment.