eeliu

Results 10 issues of eeliu

- [x] MotorMongo library * server map ![image](https://user-images.githubusercontent.com/27064129/177098151-4e782b28-a9be-45c2-99d2-c5ab6a3056b4.png) * call-stack ![image](https://user-images.githubusercontent.com/27064129/177098310-2431ce33-a21c-43c3-96eb-5a70c44903e8.png) - [ ] requests - [ ] aiohttp Try to support #465

Commonly used synchronization libraries:`pymongo,requests...`,asynchronous libraries:`aiohttp,motor...` The latest version should be fine. Both synchronous and asynchronous libraries are required. Does the sync library also need to be refactored? I can't use...

enhancement
PYTHON-AGENT

**Describe the bug** We found the server crash with ``` goroutine 23733 [syscall]: runtime.cgocall(0xa7e790, 0xc02058beb0, 0x1) /usr/local/go/src/runtime/cgocall.go:154 +0x5b fp=0xc02058be80 sp=0xc02058be48 pc=0x406ebb github.com/pinpoint-apm/go-aop-agent/common._Cfunc_pinpoint_end_trace(0x20bd, 0xc000000000) _cgo_gotypes.go:249 +0x45 fp=0xc02058beb0 sp=0xc02058be80 pc=0xa6b705 github.com/pinpoint-apm/go-aop-agent/common.Pinpoint_end_trace(...) /root/go/pkg/mod/github.com/pinpoint-apm/[email protected]/common/pinpointCommon.go:302...

bug

**Is your feature request related to a problem? Please describe.** There is no need to store unique-id at agent side, try to move to collector-agent side. **Describe the solution you'd...

## Background > Why we need a shared memory before? - it helps php generating unique transaction id, even php-fpm crash - the same as python ### why removed it...

## Describe your changes - error analysis - common,collector-agent `EXP_V2` - python new api `add_exception` > callstack/class does not support ! ## Issue ticket number and link > if it...

add codeql

## Describe your changes support c-level plugins ## Issue ticket number and link > if it has issues, add them ## Checklist before requesting a review - [x] I have...

## Feature > why we need this it looks `nikic/php-parser v5.1.0` not support ``` Problem 1 - Root composer.json requires pinpoint-apm/pinpoint-php-aop v3.0.6 -> satisfiable by pinpoint-apm/pinpoint-php-aop[v3.0.6]. - phpunit/phpunit[11.2.7, ..., 11.3.1]...

PHP-AGENT

## How to trace an asynchronous call in CPP by pinpoint We assumed you had read the example in [test_pinpoint.cpp](https://github.com/pinpoint-apm/pinpoint-c-agent/blob/0.7/src/CPP/test_pinpoint.cpp) and knew how to add a trace for pinpoint. After...

good first issue
blog