Skip to content

Releases: pinpoint-apm/pinpoint-c-agent

v0.4.6

20 Aug 09:55
47d8bf7
Compare
Choose a tag to compare

Fix

  • #321 add mariadb
  • Enable zts support
  • fix: apache tag is missing

Feat

  • Mark request as failed if return 5xx return code #359
  • Collector-agent: enable unix-socket #365

v0.4.5

28 Jul 02:08
c6e3fae
Compare
Choose a tag to compare

Feat

  • Cli-+pinpoint-php: Support cli, running in container #296
  • collector-agent #324

Fix

  • check_tracelimit: tracelimit,ignore ready() checking. If not ready, just catch the span

Style

  • codeql, more unit-test
  • out-of-box tools: docker images packages

Thanks

@marty-macfly @EyelynSu @mayingping-Bella

Add docker images

21 Jul 09:51
9913dbe
Compare
Choose a tag to compare

Images

collector-agent

$ docker run -itd -p 9999:9999  --env-file ./env.list ghcr.io/eeliu/pinpoint-c-agent/collector-agent:latest

golang-build-env

$ docker pull ghcr.io/pinpoint-apm/pinpoint-c-agent/golang-build-env-1.13:latest

$ docker pull ghcr.io/pinpoint-apm/pinpoint-c-agent/golang-build-env-1.16:latest

Refactor Collector-agent

19 Apr 02:55
fd4f343
Compare
Choose a tag to compare

Changes

  • A faster collector-agent. How to install
  • python agent: add sample filter

collector-agent docker is removed !

v0.4.2

01 Feb 05:41
bf28e5e
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Feat

  • macOs: pinpointPy
  • memory.usage
  • celery plugins

Fix

  • collector-agent: jvmGs
  • Pending when buffer full
  • thrift dead loop
  • cmd channel re-connection
  • crash in mark_an_error

PHP8

17 Dec 09:12
bb9e4f2
Compare
Choose a tag to compare

Fix

  • tracelimit failed
  • compile problem
  • Full and pending: fork and clean font-agent
  • Big clue #252
  • cmd channel re-connection
  • crash in mark_an_error
  • thrift crash when json span in wrong format

Feat

  • memory.usage
  • php 8.0: Support php 8.0 in module #249
  • cinder-api: plugins,python2.7
  • [py] MySQLdb

Refactor

  • use make_xxx
  • Django plugins

A plugin template for PHP and PYTHON

30 Nov 08:08
964f4ee
Compare
Choose a tag to compare

What's new

  • Fully support asynchronous call
  • New template plugin for PHP and PY
  • pip, docker support

Support Plan

PHP

Read me !!! 👈

PY

Read me !!! 👈

common-agent-plugins

17 Dec 02:43
964f4ee
Compare
Choose a tag to compare
common-agent-plugins Pre-release
Pre-release

PHP

1.1 Framework

Framework status detail
Laravel https://github.com/laravel/laravel
star:60.4k
Symfony https://github.com/symfony/symfony
star:23.7k
Swoole https://github.com/swoole/swoole-src
star:16.2k
YII https://github.com/yiisoft/yii2
star:13.5k
Workerman https://github.com/walkor/workerman/
star:8.5k
CakePHP https://github.com/cakephp/cakephp
star:8.2k
ThinkPHP https://github.com/top-think/think
star:7.5k
EasySwoole https://github.com/easy-swoole/easyswoole
star:3.7k
Codeigniter https://github.com/codeigniter4/CodeIgniter4
star:2883

1.2 Libraries

library status detail
Curl -
pdo-mysql -
memcached -
phpredis -
MongoClient -
Guzzle -
kafka -

PYTHON

2.1 Framework

Framework status detail
django https://github.com/django/django/
star:50.8k
flask https://github.com/pallets/flask
star:51.3k
tornado https://github.com/tornadoweb/tornado
star:19.3k
aiohttp todo https://github.com/aio-libs/aiohttp
star:10k
bottle https://github.com/bottlepy/bottle
star:6.9k
webpy https://github.com/webpy/webpy
star:5.4k
Pyramid https://github.com/Pylons/pyramid
star:3407
web2py https://github.com/web2py/web2py
star:1.9k

2.2 Libraries

library status detail
Requests -
PyMySQL -
Redis -
PyMongo -
UrlLib -
SQLAlchemy -
Kafka -
MySQLdb -

Changes

04/19/2021

  • add sample in python-plugins

12/23/2020

  • pinpoint-python-plugins-v0.0.2.tar.gz: mark pinpointPy.enable_debug(None) disable

12/21/2020

Asynchronous API for PHP Framwork

26 Oct 09:14
36f7d08
Compare
Choose a tag to compare

python 2.7

06 Aug 02:28
4e0dd30
Compare
Choose a tag to compare
  • [Python]python2.7 module support
  • [PHP] thinkphp6,Codeigniter4,Symfony framework demo
  • [PHP] Guzzle, MongoClient support