mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #538
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user