// Close statsd. This will ensure all stats are sent and stop statsd
// from doing anything more.
Are stats not sent until we close? What is the recommended lifetime for a client? Should it live as long as the service does OR should it be created/closed as needed?
The example mentions this about close
Are stats not sent until we close? What is the recommended lifetime for a client? Should it live as long as the service does OR should it be created/closed as needed?