Skip to content

Commit

Permalink
Remove erroneous override that skips closing context
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaylathompson committed Apr 26, 2024
1 parent 4b8a1d5 commit d890f9b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,6 @@ public RequestContext(RootWireLoggingContext rootWireLoggingContext,
super(rootWireLoggingContext, enclosingScope, sourceRequestIndex);
}

@Override
public IWireCaptureContexts.IWaitingForResponseContext createWaitingForResponseContext() {
return new WaitingForResponseContext(getRootInstrumentationScope(), getImmediateEnclosingScope(),
sourceRequestIndex);
}

public static class MetricInstruments extends CommonScopedMetricInstruments {
public final LongCounter blockingRequestCounter;
public final LongCounter requestsNotOffloadedCounter;
Expand Down

0 comments on commit d890f9b

Please sign in to comment.