diff --git a/src/dipdup/index.py b/src/dipdup/index.py index 734a0b59b..c5c4c5546 100644 --- a/src/dipdup/index.py +++ b/src/dipdup/index.py @@ -142,6 +142,7 @@ async def _process_level_data( # NOTE: We still need to bump index level but don't care if it will be done in existing transaction if not matched_handlers: await self._update_state(level=batch_level) + metrics.objects_indexed += len(level_data) return started_at = time.time()