add ns3777k prometheus recipe

This commit is contained in:
Nikita Safonov
2020-02-16 16:30:52 +03:00
parent f0b7c3b4de
commit 4c07c5bebe
4 changed files with 19 additions and 0 deletions
@@ -0,0 +1,7 @@
ns3777k_prometheus:
namespace: app
adapter: apcu
listener:
enabled: true
ignored_routes: [metrics, _wdt]
@@ -0,0 +1,2 @@
ns3777k_prometheus:
adapter: in_memory
@@ -0,0 +1,2 @@
metrics:
resource: '@Ns3777kPrometheusBundle/Resources/config/routing.xml'
@@ -0,0 +1,8 @@
{
"bundles": {
"Ns3777k\\PrometheusBundle\\Ns3777kPrometheusBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}