palzin-apm/palzin-symfony

Real-Time monitoring Symfony package using Palzin Monitor (APM)

23.03.22 2023-06-12 12:26 UTC

This package is auto-updated.

Last update: 2024-04-12 15:27:11 UTC


README

Latest Stable Version Total Downloads License

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.