pinpoint_php_ext:
pinpoint-php-aop:
pinpointpy:
Visit our official website for more information and the Latest updates on Pinpoint
为啥取名为
c-agent
- 使用了
C/Cpp
common 库的接口 C
ross-platform: 支持 windows/*nux/macOS 平台C
ollector-agent: 添加了一个桥接模块支持pinpoint-collector
Pinpoint-c-agent 帮助您接入 pinpoint-apm 监控平台.
我们的特点:
- 一直在维护和迭代. (第一个版本 @2018-7-31)
- 支持自动切入代码,对您的项目更友好。
- python: 使用了 PEP 318 Decorator
- php: 使用 PHP内核提供的
CG(*_table)
和AST 解析工具 (nikic/PHP-Parser)
- 支持多种平台: windows/*nux/macOS. 方便你在开发的时候就接入项目,提前发现问题。
py 3.8+
pip install pinpointPy
php 7.1+
- 安装 pinpoint_php 扩展 (pinpoint_php.so/pinpoint_php.dll)
pecl install pinpoint_php
- 导入切面插件
composer require pinpoint-apm/pinpoint-php-aop
cd testapps && docker compose build --build-arg PHP_VERSION=7.4 && docker compose up
We are looking forward to your contributions via pull requests.
This project is licensed under the Apache License, Version 2.0. See LICENSE for full license text.
Copyright 2024 NAVER Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.