tim-group / java-statsd-client

a java statsd client library
Other
275 stars 139 forks source link

Is the client object lightweight? #42

Open phaninra opened 7 years ago

phaninra commented 7 years ago

Is the NonBlockingStatsDClient a lightweight object? I'm planning to use this in a large application and wondering about creating multiple instances of this client, one for each prefix?

Reusing one instance across the application would require us to explicitly provide the prefix for each metric (or aspect), which can be noisy.

What would you recommend?

Note: Opened another ticket here but no response so far.