Skip to content

Latest commit

 

History

History
112 lines (72 loc) · 4.99 KB

Readme-CN.md

File metadata and controls

112 lines (72 loc) · 4.99 KB

English | 中文 | 한국어

pinpoint

CI Gitter codecov License
pinpoint_php_ext: pinpoint_php
pinpoint-php-aop: Packagist License Total Downloads
pinpointpy: PyPI - License pypi PyPI - Downloads

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

Pinpoint C Agent

为啥取名为 c-agent

  1. 使用了 C/Cpp common 库的接口
  2. Cross-platform: 支持 windows/*nux/macOS 平台
  3. Collector-agent: 添加了一个桥接模块支持pinpoint-collector

Pinpoint-c-agent 帮助您接入 pinpoint-apm 监控平台.
我们的特点:

  1. 一直在维护和迭代. (第一个版本 @2018-7-31)
  2. 支持自动切入代码,对您的项目更友好。
  3. 支持多种平台: windows/*nux/macOS. 方便你在开发的时候就接入项目,提前发现问题。

Python Agent

py 3.8+

pip install pinpointPy

更详细的接入文档

PHP Agent

php 7.1+

  1. 安装 pinpoint_php 扩展 (pinpoint_php.so/pinpoint_php.dll)

pecl install pinpoint_php

  1. 导入切面插件

composer require pinpoint-apm/pinpoint-php-aop

更详细的接入文档

C/CPP built in API

更详细的接入文档

提供的测试项目

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

测试项目说明

博客

Contact Us

  • Submit an issue 👍👍

  • Email Us 👍👍

  • Gitter char room

  • QQ us (QQ Group: 882020485)

    show more
    QQ Group1: 897594820 QQ Group2: 812507584 QQ Group3: 882020485 DING Group : 21981598
    QQ Group1 QQ Group2 QQ Group3 DING Group

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.