pinpoint-c-agent

English 中文 한국어

pinpoint

CI Gitter codecov License
pinpoint_php_ext: pinpoint_php
pinpoint-php-aop: Packagist License Total Downloads
pinpointpy: PyPI - License pypi PyPI - Downloads
github-assert: GitHub Downloads (all assets, all releases)

Visit our official website for more information and the Latest updates on Pinpoint

v0.7 async api version

Pinpoint C Agent

What’s C

  1. Use C/Cpp common API
  2. Cross-platform: windows/*nux/macOS
  3. Collector-agent: a bridge to pinpoint-collector

Pinpoint C Agent helps your monitor your PHP/PYTHON applications into pinpoint-apm.
Our advantage:

  1. Continuous maintenance and optimization. (Since Jul 31,2018)
  2. Auto-injection, that means less aggression against your code.
  3. Cross-platform: windows/*nux/macOS. It helps address the problems even when you are developing.

Python Agent

py 3.8+

pip install pinpointPy

Full guide for python

PHP Agent

php 7.1+

  1. Install extension

` pecl install pinpoint_php `

  1. Import pinpoint aspect plugin

composer require pinpoint-apm/pinpoint-php-aop

Full guide for PHP

C/CPP built in API

Full guide for C

Our agent playground

cd testapps && docker compose build --build-arg PHP_VERSION=7.4 && docker compose up

Tested project

Blogs

Contact Us

</details>

Contributing

Thanks all GitHub contributors

We are looking forward to your contributions via pull requests.

License

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.