3slab / prometheus-monitoring-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (v0.0.5) of this package.
Package info
github.com/Suezenv/prometheus-monitoring-bundle
Type:symfony-bundle
pkg:composer/3slab/prometheus-monitoring-bundle
v0.0.5
2018-12-18 14:22 UTC
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.