# composer require werkspot/statsd-bundle
werkspot_statsd:
application_prefix: my_app
Use the interface to prepare the service to receive a client
Werkspot\Bundle\StatsdBundle\Client\StatsdClientInterface
Use the client factory and symfony expression language to inject via the container with a secondary prefix
services:
test.service:
class: App\TestService
arguments:
- "@=service('werkspot_statsd.client_factory').getClient('instant_connect.service.participant')"