Skip to content

Commit

Permalink
Update extensions-core/multi-stage-query/src/main/java/org/apache/dru…
Browse files Browse the repository at this point in the history
…id/msq/exec/ControllerImpl.java

Co-authored-by: Kashif Faraz <[email protected]>
  • Loading branch information
YongGang and kfaraz authored Sep 14, 2023
1 parent d286380 commit 9dd0a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ private void publishAllSegments(final Set<DataSegment> segments) throws IOExcept
}

task.emitMetric(context.emitter(), "ingest/tombstones/count", tombstoneSize);
// segments count metric is documented to include tombstones
// Include tombstones in the reported segments count
task.emitMetric(context.emitter(), "ingest/segments/count", segmentsWithTombstones.size());
}

Expand Down

0 comments on commit 9dd0a11

Please sign in to comment.