Skip to content

Commit

Permalink
Remove left-over tagging for waiting ack counter
Browse files Browse the repository at this point in the history
Signed-off-by: David Schwilk <david.schwilk@bosch.io>
  • Loading branch information
DerSchwilk committed Feb 1, 2022
1 parent b081563 commit 62cc0f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private void prepareResponseHandler(final AcknowledgeableMessage acknowledgeable
if (dittoRuntimeException != null) {
if (isConsideredSuccess(dittoRuntimeException)) {
ackTimer.tag(TracingTags.ACK_SUCCESS, true).stop();
ackCounter.tag(TracingTags.ACK_SUCCESS, true).decrement();
ackCounter.decrement();
acknowledgeableMessage.settle();
} else {
final var shouldRedeliver = requiresRedelivery(dittoRuntimeException.getHttpStatus());
Expand Down

0 comments on commit 62cc0f1

Please sign in to comment.