chore: fix metric name typo
Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -292,7 +292,7 @@ function progressTracker() {
|
||||
);
|
||||
|
||||
const processedEntities = meter.createCounter(
|
||||
'catalog.stitched.entities.count',
|
||||
'catalog.processed.entities.count',
|
||||
{ description: 'Amount of entities processed' },
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user