Skip to content

Commit

Permalink
Merge branch 'main' into sean/dropwizard-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Oct 16, 2024
2 parents d55adf4 + 9dfab70 commit d0e800e
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public TokenBucketRateLimiter(long tokensPerSecond, long maxTokens, InstantSourc
/**
* Tries to acquire and spend 1 token. Doesn't block if a token isn't available.
*
* @return whether a token was successfully acquired & spent
* @return whether a token was successfully acquired and spent
*/
@Override
public synchronized boolean tryAcquire() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* Servlet {@link Filter} that starts an OpenTracing {@link Span}, propagating the calling context
* from HTTP headers, if present. "spanId" and "traceId" are added to the logging MDC so that all
* logs recorded in the request will contain the current span and trace id. Downstream HTTP calls
* should use the OpenTelementry {@link io.opentelemetry.context.propagation.ContextPropagators} to
* should use the OpenTelemetry {@link io.opentelemetry.context.propagation.ContextPropagators} to
* include the current trace id in the request headers.
*/
@Priority(Priorities.AUTHENTICATION - 1)
Expand Down
Loading

0 comments on commit d0e800e

Please sign in to comment.