3slab / prometheus-monitoring-bundle
Installs: 496
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1.3
- 3slab/tweedegolf-prometheus-bundle: 0.2.3
- symfony/config: ~3.4|~4.0
- symfony/dependency-injection: ~3.4|~4.0
- symfony/http-kernel: ~3.4|~4.0
Suggests
- algatux/influxdb-bundle: another way to connect to Influx with a bundle that configures influxdb/influxdb-php
- influxdb/influxdb-php: To check if your connection to an Influx database is up in the health route
- mongodb/mongodb: To check if your connection to a Mongo database is up in the health route
- ruflin/elastica: To check if your connection to a Elasticsearch engine is up in the health route
- symfony/orm-pack: To check if your connection to a SQL database is up in the health route
This package is not auto-updated.
Last update: 2020-12-26 09:38:19 UTC
README
This bundle is no longer maintained. It has been replaced by :
- VdmHealthcheckBundle for the healthcheck part
- VdmPrometheusBundle for the metrics part
Introduction
This bundle provides 2 routes to monitor :
- metrics : by wrapping Tweedegolf Prometheus Bundle in order to expose a metric endpoint with Prometheus formatted metrics.
- health : a route to be used with Prometheus Blackbox Exporter to monitor app health.