mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Fix typo in metric name (#13521)
This commit is contained in:
parent
b56855b837
commit
69951273b8
@ -1036,7 +1036,7 @@ public abstract class SeekableStreamIndexTaskRunner<PartitionIdType, SequenceOff
|
||||
}
|
||||
task.emitMetric(
|
||||
toolbox.getEmitter(),
|
||||
"ingest/segment/count",
|
||||
"ingest/segments/count",
|
||||
segmentCount
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user