Merge pull request #538

This commit is contained in:
symfony-flex-server[bot]
2018-11-17 12:45:37 +00:00
committed by GitHub
4 changed files with 18 additions and 0 deletions
@@ -0,0 +1,6 @@
artprima_prometheus_metrics:
namespace: myapp
type: apcu
ignored_routes:
- prometheus_bundle_prometheus
- _wdt
@@ -0,0 +1,2 @@
artprima_prometheus_metrics:
type: in_memory
@@ -0,0 +1,2 @@
app_metrics:
resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'
@@ -0,0 +1,8 @@
{
"bundles": {
"Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}