mirror of https://github.com/apache/druid.git
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…
Reference in New Issue