global
def create_resource(...)
def create_resource(...) attributes = { concurrency: @guard.limit, } attributes.merge!(@tags) if @tags Traces.trace("async.pool.create", attributes: attributes) {super} end
def create_resource(...) attributes = { concurrency: @guard.limit, } attributes.merge!(@tags) if @tags Traces.trace("async.pool.create", attributes: attributes) {super} end