macfly/pinpoint-plugin-core

Pinpoint core plugin component for PHP

Installs: 22 658

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:pinpoint-plugin

0.1.0 2021-07-23 08:40 UTC

This package is auto-updated.

Last update: 2024-04-23 14:16:02 UTC


README

Pinpoint is an APM (Application Performance Management) tool for large-scale distributed systems written in Java / PHP. Inspired by Dapper, Pinpoint provides a solution to help analyze the overall structure of the system and how components within them are interconnected by tracing transactions across distributed applications.

Pinpoint support Java, PHP and Python application introspection.

For PHP you need to install the pinpoint-c-agent and add plugin to instrument your application for pinpoint-php-aop to work.

This extension is providing core plugin that are common to all framework (mainly core php class and function) to integrate Pinpoint with your PHP application.

To use that extension you need to do the following:

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist macfly/pinpoint-plugin-core

or add

"macfly/pinpoint-plugin-core": "dev-main"

to the require section of your composer.json.

Useful link

Explanation about pinpoint_...() php extesnion function API can also find some information on the python side about the same API