mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add ns3777k prometheus recipe
This commit is contained in:
@@ -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%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user