3slab / prometheus-monitoring-bundle
此包已被废弃,不再维护。没有建议的替代包。
此包的最新版本(v0.0.5)没有可用的许可证信息。
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
此扩展包已不再维护。它已被以下包取代
- VdmHealthcheckBundle 用于健康检查部分
- VdmPrometheusBundle 用于指标部分
介绍
此扩展包提供了2个路由来监控
- 指标:通过包装 Tweedegolf Prometheus Bundle 来暴露具有 Prometheus 格式指标的指标端点。
- 健康:一个用于与 Prometheus Blackbox Exporter 一起使用的路由,以监控应用程序的健康状况。