Skip to content

Releases: pinpoint-apm/pinpoint-c-agent

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.