LiipMonitorBundle
LiipMonitorBundle copied to clipboard
Integrates the LiipMonitor library into Symfony
Hi guys. I'm using the configuration autoconfigure:true in my app, and the 'liip_monitor.check''check is being tagged automatically. When I' run the Health check page the check works fine, but, when...
Not sure if we should include here or a separate bundle? Ref: https://twitter.com/zenstruck/status/1471115679986335747 Ref: https://ohdear.app/docs/general/application-health-monitoring Here is how I wired it up in my app: ```php use Laminas\Diagnostics\Check\CheckInterface; use Laminas\Diagnostics\Result\Collection...
Installing shows this error: Uncaught Error: Class "Liip\MonitorBundle\LiipMonitorBundle" not found ```bash symfony new --webapp monitor-test && cd monitor-test composer config minimum-stability dev composer require liip/monitor-bundle:^3.0 bin/console debug:route ``` Enabling assets...
Absent a recipe with default values, at a minimum the bundle should be able to create a valid config file, even if everything is disabled by default. After installation for...
Since the bundle actually uses https://github.com/laminas/laminas-diagnostics, not llip.ch or the deprecated https://github.com/liip/LiipMonitor , the description and README should reflect that. 
i have deactivated the PHPUnitBride Listeners in phpunit.xml.dist annotations are deprecated in phpunit 11 (which is blocked by the "matthiasnoback/symfony-dependency-injection-test" (but a PR for a fix is already available) I...
The README is for Symfony 4, it should say something like "If you're not using Flex, add the following to config/bundles.php" ... Also, the $ in bash cause problems with...
On version v2.21.0, I am experiencing an issue providing an additional reporter. According to documentation, I declared my own report service and I try to use it by requesting /health?reporters[]=my_reporter...
Looking for feedback on the next iteration of this bundle. See [README](https://github.com/kbond/LiipMonitorBundle/blob/next-3.x/README.md) for docs, specifically the [upgrade notes](https://github.com/kbond/LiipMonitorBundle/blob/next-3.x/README.md#upgrading-from-2x-to-3x). TODO - [x] remove need for `Check::label()` (use class short name by...
When trying to use env-variable within LiipMonitorBundle getting following error: A dynamic value is not compatible with a "Symfony\Component\Config\Definition\ArrayNode" node type at path "liip_monitor.checks.groups.default.rabbit_mq.dsn". It would be great if bundle...