Skip to content

Commit

Permalink
add corytech/php-monitoring reciepe (#1598)
Browse files Browse the repository at this point in the history
* add corytech/php-monitoring

* fix statsd-exporter ports
  • Loading branch information
qconer authored Mar 30, 2024
1 parent 511e963 commit 3aaf368
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions corytech/php-monitoring/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit 3aaf368

Please sign in to comment.