eeliu
eeliu
@xgs736214763 pinpoint-c-agent, does not support run php module on macos, try linux docker image.
Try `telnet 172.16.1.1 9999` on your Flask server, it looks fail to send span.
Does this bug fixed? https://github.com/zeromq/cppzmq/blob/545b12c56a7eab1e75767ab37bc6dc459a35c6d3/examples/pubsub_multithread_inproc.cpp#L10-L12 not working on `tcp://127.0.0.1:xx`
How about add a github action ?
How to make it works? Anyone, please help us.
Hi, I may meet some "half-supported". Here is my code ``` php namespace app; //use PDO; class Foo { } ``` I want add some footnodes into it ``` PHP...
@nikic Add some annotations in it. ``` namespace app; //use PDO; class Foo ``` become ``` namespace app; //use PDO;
Thanks your report, I will check this problem.
It was caused from large Span. You can add span limitation at collector-agent side by `collector-agent -RecvBufSize=1048576` (1048576 = 1M) https://github.com/pinpoint-apm/pinpoint-c-agent/blob/9f3ba08b50a9078b8bb4a5ffe08de585df108e51/DOC/collector-agent/readme.md?plain=1#L38-L39 BTW, we recommend to remove some unimportant traces, a...