Download the PHP package berriart/apm-bundle without Composer
On this page you can find all versions of the php package berriart/apm-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download berriart/apm-bundle
More information about berriart/apm-bundle
Files in berriart/apm-bundle
Package apm-bundle
Short Description This bundle integrates Symfony with multiple APM (Application Performance Monitoring) systems
License MIT
Informations about the package apm-bundle
Warning This project is not maintained anymore
BerriartAPMBundle
Seamless integration between APM (Application Performance Monitoring) services and Symfony projects.
Important Note: This Bundle is still in BETA stage. Breaking changes to the API can ocasionally be done until v1.0.0 is released. Use it with caution.
Summary
The BerriartAPMBundle integrates Symfony with APM services, it sends telemetry of various kinds (event, request, exception, etc.) to one or multiple APM services, to keep your application available, performing and succeeding.
APM services already included:
Coming soon:
Features include:
- Request monitoring: Every request is tracked including: status code, url, duration, memory usage, controller name, route name and symfony environment name.
- Exception tracking: Every Symfony exception is tracked.
- Command tracking: Every Symfony command execution is tracked including: name, arguments, options, duration and memory usage.
- Additional Command Line Tools: A command for sending messages to the APM services. For example, you can use it for sending deployment notifications to your monitoring system.
- Multi APM support: you can use as many APM providers as you want. Usually only one is used but is usefull for migrations. If you APM provider is not supported by this bundle you can create your own and contribute to the project or make us a suggestion.
- APM API Wrapper: you will be able to use a unique interface for every integrated APM service.
Documentation
The source of the documentation is stored in the Resources/doc/
folder in this bundle:
- Installation.
- APM Service Wrapper Usage.
- Command Line Tools.
Installation
All the installation instructions are located in the documentation folder.
License
This bundle is available under the MIT License.
Reporting an issue or a feature request and contributing
See the contributing guide.
About
BerriartAPMBundle is a Berriart initiative.
All versions of apm-bundle with dependencies
symfony/framework-bundle Version >=2.6|~3.0
symfony/stopwatch Version >=2.6|~3.0
microsoft/application-insights Version ~0.4