Skip to content

Commit

Permalink
put back missing async op update
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Feb 17, 2022
1 parent 4f4b89c commit 00ce215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions console-subscriber/src/aggregator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ impl Aggregator {
let update = proto::instrument::Update {
now: Some(self.base_time.to_timestamp(Instant::now())),
new_metadata,
async_op_update,
task_update,
resource_update,
};
Expand Down

0 comments on commit 00ce215

Please sign in to comment.