You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: