Fix typo in metric name (#13521)

This commit is contained in:
Kashif Faraz 2022-12-08 06:41:23 +05:30 committed by GitHub
parent b56855b837
commit 69951273b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1036,7 +1036,7 @@ public abstract class SeekableStreamIndexTaskRunner<PartitionIdType, SequenceOff
}
task.emitMetric(
toolbox.getEmitter(),
"ingest/segment/count",
"ingest/segments/count",
segmentCount
);
}