palzin-apm / palzin-symfony
Real-Time monitoring Symfony package using Palzin Monitor (APM)
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2.5
- palzin-apm/palzin-php: ^23.03.08
- symfony/config: ^4.4|^5.2|^6.0
- symfony/console: ^4.4|^5.2|^6.0
- symfony/dependency-injection: ^4.4|^5.2|^6.0
- symfony/event-dispatcher: ^4.4|^5.2|^6.0
- symfony/framework-bundle: ^4.4|^5.2|^6.0
- symfony/http-kernel: ^4.4|^5.2|^6.0
- symfony/security-bundle: ^4.4|^5.2|^6.0
- symfony/yaml: ^4.4|^5.2|^6.0
Requires (Dev)
- doctrine/doctrine-bundle: ^2.4
- phpunit/phpunit: ^9.5
- symfony/framework-bundle: ^4.4|^5.2|^6.0
- symfony/messenger: ^4.4|^5.2|^6.0
- symfony/test-pack: ^1.0
README
Palzin Monitor offers real-time performance monitoring capabilities that allow you to effectively monitor and analyze the performance of your applications. With Palzin Monitor, you can capture and track all requests without the need for any code modifications. This feature enables you to gain valuable insights into the impact of your methods, database statements, and external requests on the overall user experience.
Requirements
- PHP >= 7.2
- Symfony ^4.4|^5.2|^6.0
Install
Install the latest version of the bundle:
composer require palzin-apm/palzin-symfony
Configure the INGESTION Key
Create the palzin.yaml
configuration file in your config/packages
directory, and put the ingestion_key
field inside:
palzin: ingestion_key: [your-ingestion-key] url: [your palzin base url]
You can obtain the ingestion_key
creating a new project in your Palzin Monitor (APM) dashboard.
Official documentation
Go to the official documentation
LICENSE
This bundle is licensed under the MIT license.