Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whatwedo/monitorbundle
monitor application state of your Symfony application and services
https://github.com/whatwedo/monitorbundle
application-monitoring monitoring symfony symfony-bundle symfony5 symfony6
Last synced: 7 days ago
JSON representation
monitor application state of your Symfony application and services
- Host: GitHub
- URL: https://github.com/whatwedo/monitorbundle
- Owner: whatwedo
- License: mit
- Created: 2023-01-05T14:17:18.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-30T09:13:25.000Z (3 months ago)
- Last Synced: 2024-11-02T04:19:08.477Z (15 days ago)
- Topics: application-monitoring, monitoring, symfony, symfony-bundle, symfony5, symfony6
- Language: PHP
- Homepage: https://whatwedo.github.io/MonitorBundle/
- Size: 2.29 MB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub Actions](https://github.com/whatwedo/MonitorBundle/actions/workflows/ci.yaml/badge.svg)
[![PHP Version Require](http://poser.pugx.org/whatwedo/monitor-bundle/require/php)](https://packagist.org/packages/whatwedo/monitor-bundle)
[![Latest Stable Version](http://poser.pugx.org/whatwedo/monitor-bundle/v)](https://packagist.org/packages/whatwedo/monitor-bundle)
[![SymfonyInsight](https://insight.symfony.com/projects/b36c4c03-ddc3-42dc-b86f-d9263c36dcc2/mini.svg)](https://insight.symfony.com/projects/b36c4c03-ddc3-42dc-b86f-d9263c36dcc2)
[![codecov](https://codecov.io/github/whatwedo/MonitorBundle/branch/main/graph/badge.svg?token=U0LO4ZH9ZG)](https://codecov.io/github/whatwedo/MonitorBundle)# whatwedoMonitorBundle
This bundle enables application monitoring features:
- **Sensors** to check the healthiness
- **Metrics** to get metrics (f.ex. number of messages in the queue)the bundle provides multiple methods to get the state with all sensors and metrics:
- **Dashboard** to integrate it into the application (tailwind design given)
- **Command** access (`bin/console whatwedo:monitor:check`) which returns a text based overview and returns exit code 0 or 1 to integrate it into f.ex. docker health checks
- **HTTP API (JSON/XML) Endpoint** which returns 200 or 503 HTTP code to integrate it into the monitoring software (f.ex. Prometheus)![Screenshot Dashboard](docs/images/screenshot_dashboard.png)
## Documentation
see https://whatwedo.github.io/MonitorBundle/
## License
This bundle is under the MIT license. See the complete license in the bundle: [LICENSE](LICENSE)
## Maintainer
This bundle is maintained by [whatwedo GmbH](https://whatwedo.ch), a software studio based in Bern, Switzerland.