mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 09:06:27 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [artox-lab/clarc-bundle](https://packagist.org/packages/artox-lab/clarc-bundle) | [0.1](artox-lab/clarc-bundle/0.1) |
|
||||
| [artox-lab/clarc-message-bus-bundle](https://packagist.org/packages/artox-lab/clarc-message-bus-bundle) | [1.0](artox-lab/clarc-message-bus-bundle/1.0) |
|
||||
| [artox-lab/sms-bundle](https://packagist.org/packages/artox-lab/sms-bundle) | [1.0](artox-lab/sms-bundle/1.0) |
|
||||
| [artprima/prometheus-metrics-bundle](https://packagist.org/packages/artprima/prometheus-metrics-bundle) | [1.0](artprima/prometheus-metrics-bundle/1.0) |
|
||||
| [artprima/prometheus-metrics-bundle](https://packagist.org/packages/artprima/prometheus-metrics-bundle) | [1.14](artprima/prometheus-metrics-bundle/1.14) |
|
||||
| [assoconnect/mjml-bundle](https://packagist.org/packages/assoconnect/mjml-bundle) | [1.0](assoconnect/mjml-bundle/1.0) |
|
||||
| [async-aws/async-aws-bundle](https://packagist.org/packages/async-aws/async-aws-bundle) | [1.0](async-aws/async-aws-bundle/1.0) |
|
||||
| [atlas/symfony](https://packagist.org/packages/atlas/symfony) | [1.0](atlas/symfony/1.0) |
|
||||
|
||||
+57
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"manifests": {
|
||||
"artprima/prometheus-metrics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"PROM_METRICS_DSN": "apcu"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/prometheus_metrics.yaml": {
|
||||
"contents": [
|
||||
"artprima_prometheus_metrics:",
|
||||
" namespace: myapp",
|
||||
" storage: '%env(PROM_METRICS_DSN)%'",
|
||||
"",
|
||||
" ignored_routes:",
|
||||
" - prometheus_bundle_prometheus",
|
||||
" - _wdt",
|
||||
"",
|
||||
" # used to disable default application metrics",
|
||||
" #disable_default_metrics: false",
|
||||
"",
|
||||
" # Recommended to disable default metrics from promphp/prometheus_client_php",
|
||||
" # see https://github.com/PromPHP/prometheus_client_php/issues/62",
|
||||
" disable_default_promphp_metrics: true",
|
||||
"",
|
||||
" # used to enable console metrics",
|
||||
" #enable_console_metrics: false",
|
||||
"",
|
||||
"when@test:",
|
||||
" artprima_prometheus_metrics:",
|
||||
" storage: in_memory",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/metrics.yaml": {
|
||||
"contents": [
|
||||
"app_metrics:",
|
||||
" resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9522bce04594caddf6c61ec78c88fea5f5ffa121"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"manifests": {
|
||||
"artprima/prometheus-metrics-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Artprima\\PrometheusMetricsBundle\\ArtprimaPrometheusMetricsBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"PROM_METRICS_DSN": "apcu"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/prometheus_metrics.yaml": {
|
||||
"contents": [
|
||||
"artprima_prometheus_metrics:",
|
||||
" namespace: myapp",
|
||||
" storage: '%env(PROM_METRICS_DSN)%'",
|
||||
"",
|
||||
" ignored_routes:",
|
||||
" - prometheus_bundle_prometheus",
|
||||
" - _wdt",
|
||||
"",
|
||||
" # used to disable default application metrics",
|
||||
" #disable_default_metrics: false",
|
||||
"",
|
||||
" # Recommended to disable default metrics from promphp/prometheus_client_php",
|
||||
" # see https://github.com/PromPHP/prometheus_client_php/issues/62",
|
||||
" disable_default_promphp_metrics: true",
|
||||
"",
|
||||
" # used to enable console metrics",
|
||||
" #enable_console_metrics: false",
|
||||
"",
|
||||
"when@test:",
|
||||
" artprima_prometheus_metrics:",
|
||||
" storage: in_memory",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/metrics.yaml": {
|
||||
"contents": [
|
||||
"app_metrics:",
|
||||
" resource: '@ArtprimaPrometheusMetricsBundle/Resources/config/routing.xml'",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "9522bce04594caddf6c61ec78c88fea5f5ffa121"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -59,7 +59,8 @@
|
||||
"1.0"
|
||||
],
|
||||
"artprima/prometheus-metrics-bundle": [
|
||||
"1.0"
|
||||
"1.0",
|
||||
"1.14"
|
||||
],
|
||||
"assoconnect/mjml-bundle": [
|
||||
"1.0"
|
||||
|
||||
Reference in New Issue
Block a user