Skip to content

Commit

Permalink
Actually update the metric pubsub-await-update
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yufei (INST/ECS1) <yufei.cai@bosch-si.com>
  • Loading branch information
yufei-cai committed Aug 29, 2019
1 parent 17804c6 commit 7cd6f84
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -285,6 +285,7 @@ private void enqueueRequest(final Request request, final boolean changed) {
if (request.shouldAcknowledge()) {
final Acknowledgement acknowledgement = Acknowledgement.of(request, getSender());
awaitUpdate.add(acknowledgement);
awaitUpdateMetric.increment();
}
}

Expand Down

0 comments on commit 7cd6f84

Please sign in to comment.