Files
symfony-flex-recipes-contrib/artprima.prometheus-metrics-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 8067a9c5df Update Flex endpoint
2021-11-23 10:27:40 +00:00

48 lines
1.6 KiB
JSON

{
"manifests": {
"artprima/prometheus-metrics-bundle": {
"manifest": {
"bundles": {
"Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/prometheus_metrics.yaml": {
"contents": [
"artprima_prometheus_metrics:",
" namespace: myapp",
" type: apcu",
" ignored_routes:",
" - prometheus_bundle_prometheus",
" - _wdt",
""
],
"executable": false
},
"config/packages/test/prometheus_metrics.yaml": {
"contents": [
"artprima_prometheus_metrics:",
" type: in_memory",
""
],
"executable": false
},
"config/routes/metrics.yaml": {
"contents": [
"app_metrics:",
" resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'",
""
],
"executable": false
}
},
"ref": "a07f1cab0b63419f2153b744a254d9d6c3d732e9"
}
}
}