mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
add corytech/php-monitoring reciepe (#1598)
* add corytech/php-monitoring * fix statsd-exporter ports
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"bundles": {
|
||||||
|
"Corytech\\Monitoring\\CorytechMonitoringBundle": ["all"]
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"STATSD_HOST": "statsd_exporter",
|
||||||
|
"STATSD_PORT": "9125",
|
||||||
|
"STATSD_NAMESPACE": ""
|
||||||
|
},
|
||||||
|
"docker-compose": {
|
||||||
|
"docker-compose.yml": {
|
||||||
|
"services": [
|
||||||
|
"statsd_exporter:",
|
||||||
|
" image: prom/statsd-exporter:v0.26.0",
|
||||||
|
" profiles:",
|
||||||
|
" - monitoring",
|
||||||
|
" ports:",
|
||||||
|
" - ${STATSD_EXPORTER_WEB_MACHINE_PORT:-9102}:9102"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user