Skip to content

Releases: pinpoint-apm/pinpoint-c-agent

PHP5, supported!

02 Jul 05:54
fb2adb6
Compare
Choose a tag to compare

New Feature

Inspector

Realtime CPU Response
php_agent_example cpu responsetime

Fixed

  1. Pinpoint collector restart, chart "Not Found".
  2. Coredump when get connection Exception from mysql/redis in django.
  3. Error when the arguments' type is specified.

PYTHON, which pinpoint supports !!!

20 May 02:16
295cc96
Compare
Choose a tag to compare
Pre-release

Changes

  • support Python
    • support python coroutines (python 3.7.1+)
    • demo for django
    • demo for flask
    • demo for tornado
    • demo for BaseHTTPRequestHandler
  • more easy to use
  • support manual in CN

How to use ?

https://github.com/naver/pinpoint-c-agent/tree/master/Example/PY 👈

requirement

pinpoint @ master branch

BUG, SUGGESTION, FEATURE

Create an issue on https://github.com/naver/pinpoint-c-agent/issues and mark it with PYTHON-AGENT

Yii framwork

29 Apr 02:04
55cad50
Compare
Choose a tag to compare
Yii framwork Pre-release
Pre-release
  • Support Yii framework classloader
  • Add some out-of-box plugins for flraum
  • Fix bug in reference parameters
  • Supporting the return type is object

gRPC support

25 Feb 06:02
1300e59
Compare
Choose a tag to compare

Changes

  • Support gRpc

collector.conf

       [Collector]
        # collectorhost and specific port
        AgentID=your_id
        ApplicationName=your_name
        collector.grpc.agent.ip=collectorHost
        collector.grpc.agent.port=9991
        collector.grpc.stat.ip=collectorHost
        collector.grpc.stat.port=9992
        collector.grpc.span.ip=collectorHost
        collector.grpc.span.port=9993

Know Issues

https://github.com/naver/pinpoint-c-agent/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Known+problem%22

Thanks

#157

Add more plugins, include workerman and swoole

27 Nov 02:31
3b48bc8
Compare
Choose a tag to compare
< index.php >
define('PLUGINS_DIR',__DIR__.'/../Plugins/');
define('APPLICATION_NAME','APP-2');                              <------------------ Name
define('APPLICATION_ID','app-2');                                <------------------ ID 

Fix uint missing

26 Aug 07:20
7a669b8
Compare
Choose a tag to compare

Changes

BugFix

#129

New AOP library on pinpoint-php

16 Aug 09:03
8be05a1
Compare
Choose a tag to compare

Changes

  1. Add collector-agent, made agent more simpler.
  2. Fully support plugins written by PHP, anyone who knows PHP can write and extend their plugins.
  3. Drop the thrift,boost dependency, made php-agent easy to compile and deploy.
  4. Faster: performance-loss test under stress test

v0.1.1rc1

02 Nov 10:08
0334dd3
Compare
Choose a tag to compare

Key Features

  • Fix crash caused by trace limt option.

v0.1.1

23 Oct 02:42
3eeb24e
Compare
Choose a tag to compare

Key Features

  • Make compile more easily.
    The build script downloads dependent libraries and install automatically
  • Support proxy headers #45
  • New behavior for exception #44

v0.1.0

31 Jul 03:01
Compare
Choose a tag to compare

First release.