Skip to content

Releases: pinpoint-apm/pinpoint-c-agent

v0.5.0

29 Mar 01:21
1941af4
Compare
Choose a tag to compare

What's Changed

Version Changed

Module Version
collector-agent v0.5.0
php pinpoint-php-aop: "v2.1.0"
pinpoint_php: "0.5.0"
pinpointpy 1.2.0
common 0.5.0

Compatibility

module agent collector-agent
pinpoint_php "0.5.0" v0.5.0+
pinpointpy 1.2.0 v0.5.0+

Full Changelog: v0.4.14...v0.5.0

bugfix,doc enhancement

30 Nov 08:26
24207c1
Compare
Choose a tag to compare

What's Changed

Version Changed

Module Version
collector-agent v0.4.15
php pinpoint-php-aop: "v2.1.0"
pinpoint_php: "0.2.2"
pinpointpy 1.1.0
common 0.4.25

Full Changelog: v0.4.12...v0.4.14

v0.4.12

21 Nov 07:41
2766ea3
Compare
Choose a tag to compare
v0.4.12 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.4.12

Fix Trace Node leak under MT mode

15 Jun 03:35
d3accce
Compare
Choose a tag to compare

What's Changed

API Changed

Before
const char* pinpoint_get_context_key(NodeID _id,const char* key);
Now
int pinpoint_get_context_key(NodeID _id, const char *key, char *pbuf, int buf_size);

Full Changelog: v0.4.7...v0.4.8

v0.4.7

22 Apr 06:19
9ecde5c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

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