Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

artberri/BerriartAPMBundle

Repository files navigation

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:

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.

About

Bundle for seamless integration between APM (Application Performance Monitoring) services and Symfony projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages