From 1b708f2f86fb9fda36ac97ea4d49fdd96a5ccf57 Mon Sep 17 00:00:00 2001 From: Anatoly Klinikhin Date: Wed, 19 Sep 2018 17:01:29 +0300 Subject: [PATCH] add liuggio/statsd-client-bundle --- .../1.6/config/packages/liuggio_stats_d_client.yaml | 5 +++++ liuggio/statsd-client-bundle/1.6/manifest.json | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml create mode 100644 liuggio/statsd-client-bundle/1.6/manifest.json diff --git a/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml b/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml new file mode 100644 index 00000000..616ad573 --- /dev/null +++ b/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml @@ -0,0 +1,5 @@ +liuggio_stats_d_client: + connection: + host: '%env(STATS_D_HOST)%' + port: '%env(STATS_D_PORT)%' + protocol: '%env(STATS_D_PROTOCOL)%' diff --git a/liuggio/statsd-client-bundle/1.6/manifest.json b/liuggio/statsd-client-bundle/1.6/manifest.json new file mode 100644 index 00000000..7275ef96 --- /dev/null +++ b/liuggio/statsd-client-bundle/1.6/manifest.json @@ -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" + } +}