chore: record the per item duration of an insert_many request
We insert in batches that are typically 3-100 items (depending if it's api or recon). This gives a better sense of how long each item takes in comparison to the duration of the entire request. It's kind of a clunky way to do this, but I didn't want to return a duration from the other function and then record a second item, but maybe that would be cleaner.
@smrz2001 @samika98 this is to monitor the queue sizes for gitcoin - maybe we can get it onto the gitcoin node after integration tests?
@smrz2001 @samika98 this is to monitor the queue sizes for gitcoin - maybe we can get it onto the gitcoin node after integration tests?
@gvelez17 this PR is to rust-ceramic, which gitcoin doesn't use currently