berriart/apm-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

This bundle integrates Symfony with multiple APM (Application Performance Monitoring) systems

Installs: 1 188

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 1

Forks: 4

Type:symfony-bundle

v1.0.0 2017-02-27 13:50 UTC

This package is not auto-updated.

Last update: 2022-11-12 08:57:46 UTC


README

Warning This project is not maintained anymore

BerriartAPMBundle

Build Status Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight

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:

Visual Studio Application Insights

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

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.