Skip to content

Commit

Permalink
don't block on rendering status pages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-trieu committed Oct 29, 2024
1 parent 77969d0 commit d49d905
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public final void maybeSendHealthCheck(Instant lastSendThreshold) {
* information. Blocking sends are made beneath this stream object's lock which could block
* status page rendering.
*/
@SuppressWarnings("GuardedBy")
public final void appendSummaryHtml(PrintWriter writer) {
appendSpecificHtml(writer);
debugMetrics.printRestartsHtml(writer);
Expand Down

0 comments on commit d49d905

Please sign in to comment.