Idle perf thought (not really related to this PR): The common case will be all these logRecord.resource things being the same resource object. I wonder if using a Set to reduce the number of resource objects to Promise.all() on would be faster.
Originally posted by @trentm in #6356 (comment)
This issue is considered done when:
Idle perf thought (not really related to this PR): The common case will be all these
logRecord.resourcethings being the same resource object. I wonder if using a Set to reduce the number of resource objects toPromise.all()on would be faster.Originally posted by @trentm in #6356 (comment)
This issue is considered done when: