Today when I have several metrics in a function or a module I need to manually add the same prefix for every metric name. For example, I have several functions that perform operations on mongo and I want that all the metrics that will be sent will have the prefix 'mongo'.
The solution could be similar to 'createScoped' in shisell-js