Merge pull request #842

This commit is contained in:
symfony-flex-server[bot]
2020-03-11 23:35:53 +00:00
committed by GitHub
4 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
ns3777k_prometheus:
namespace: app
adapter: apcu
listener:
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%/"
}
}