Closed wvanbergen closed 5 years ago
The client defaults to StatsD.singleton_client, but you can now use a different client, e.g. one with a different prefix, to set up instrumentation for your methods using the metaprogramming macros.
StatsD.singleton_client
The client defaults to
StatsD.singleton_client
, but you can now use a different client, e.g. one with a different prefix, to set up instrumentation for your methods using the metaprogramming macros.