liuggio/statsd-client-bundle

Dotenv

STATS_D_HOST=
STATS_D_PORT=
STATS_D_PROTOCOL=udp

Generated files

config/packages/liuggio_stats_d_client.yaml

liuggio_stats_d_client:
    connection:
        host: '%env(STATS_D_HOST)%'
        port: '%env(STATS_D_PORT)%'
        protocol: '%env(STATS_D_PROTOCOL)%'