macfly/pinpoint-plugin-core 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

macfly/pinpoint-plugin-core

Composer 安装命令:

composer require macfly/pinpoint-plugin-core

包简介

Pinpoint core plugin component for PHP

关键字:

README 文档

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

统计信息

  • 总下载量: 24.48k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2021-01-08