add liuggio/statsd-client-bundle

This commit is contained in:
Anatoly Klinikhin
2018-09-19 17:01:29 +03:00
parent cd7b0a8979
commit 1b708f2f86
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
liuggio_stats_d_client:
connection:
host: '%env(STATS_D_HOST)%'
port: '%env(STATS_D_PORT)%'
protocol: '%env(STATS_D_PROTOCOL)%'

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Liuggio\\StatsDClientBundle\\LiuggioStatsDClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STATS_D_HOST": "",
"STATS_D_PORT": "",
"STATS_D_PROTOCOL": "upd"
}
}