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
I have a scenario where I want to add tags to the asyncTimer stat with data which is fetched during the function execution. Is there a way to do that with hot-shots?
I use datadog for metric collection. Their dd-trace library has the capability to do so with tracer.scope().active()?.addTags(...). Could hot-shots have something similar?
The text was updated successfully, but these errors were encountered:
Your choices here would be to add something (PRs always welcome) or to take this code into your own code and alter, as it's syntactic sugar on top of the timing() function.
Hi
I have a scenario where I want to add tags to the asyncTimer stat with data which is fetched during the function execution. Is there a way to do that with hot-shots?
I use datadog for metric collection. Their
dd-trace
library has the capability to do so withtracer.scope().active()?.addTags(...)
. Could hot-shots have something similar?The text was updated successfully, but these errors were encountered: