cushon/health-bundle
Composer 安装命令:
composer require cushon/health-bundle
包简介
A Symfony bundle for microservice health checks
README 文档
README
Overview
This bundle provides a mini-framework for a Symfony application to be queried on it's current "health". The specifics of what "healthy" and "unhealthy" are depend on the application and must be defined. However, the boilerplate of creating Symfony Controllers and Console Commands to make a query (and provide a health report) are taken care of.
Installation
The only supported method of installing the bundle is via composer:
composer require cushon/health-bundle
Recommended Packages and Extensions
Several libraries and packages are included in the suggest section of the composer.jspn. The bundle utilises the Set class of PHP Data Structures. However, the DS polyfill is used to ensure that the bundle can run on a stack without the extension.
Configuration
API Error Response Code
When a service is deemed to be unhealthy, the API endpoint will return a 500 status code by default. This is configurable by adding the following to your Symfony config YAML file:
cushon_health: error_response_code: !php/const Symfony\Component\HttpFoundation\Response::HTTP_SERVICE_UNAVAILABLE
Note that the above snippet illustrates an error response code of 503. You can specify any status code here, including a 200 if you wish.
The Console Command
Usage
bin/console cushon:health
An example of the output:
The JSON Api Endpoint:
The default endpoint is available at /health.
Getting Started
Please see the section on creating a Dependency Check.
Structure
Directories used in production builds
/src: Contains the bundle code. With minor deviations, this follows the standard design for the Symfony Bundle System.
/docs: Collation of documentation and metrics for the project.
Directories & Files Not Included In Releases
The following files and directories are not included in the release to reduce archive complexity. Should you want to see the entire project, you should either clone the project locally or choose not to prefer the distribution in your composer file.
/app - Contains a Symfony 6 app for running integration and behavioural tests, and to provide examples
/docker - Contains Dockerfiles and nginx configuration to run the API example and used for testing against PHP versions. The docker-compose.yml in the root of the project is similarly removed.
/features - Contains Gherkin simplified scenarions to drive behavioural testing and provide specification by example.
/tests - The tests are excluded when using a release.
Additionally, files to run testing and quality tooling (e.g. infection.json, phpunit.xml.dist) are also omitted.
Testing & Quality
The bundle is tested with both unit testing and behavioural testing with phpUnit and behat respectively.
cushon/health-bundle 适用场景与选型建议
cushon/health-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 8.77k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 05 月 26 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 cushon/health-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cushon/health-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 8.77k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-26
