pinpoint_php_ext:
pinpoint-php-aop:
pinpointpy:
github-assert
:
Visit our official website for more information and the Latest updates on Pinpoint
Version | Status |
---|---|
0.7 | Active Support WIP |
0.6 | Active Support 🔥 |
0.5 | End of support ❌ |
What's
C
- Use
C/Cpp
common API C
ross-platform: windows/*nux/macOSC
ollector-agent: a bridge to pinpoint-collector
Pinpoint C Agent helps your monitor your PHP/PYTHON applications into pinpoint-apm.
Our advantage:
- Continuous maintenance and optimization. (Since Jul 31,2018)
- Auto-injection, that means less aggression against your code.
- python: leverage PEP 318 Decorator
- php: leverage
CG(*_table)
in php kernel and AST parser(nikic/PHP-Parser)
- Cross-platform: windows/*nux/macOS. It helps address the problems even when you are developing.
py 3.9+
pip install pinpointPy
php 7.1+
- Install extension
pecl install pinpoint_php
- Import pinpoint aspect plugin
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.