Shiming
Shiming
same issue, does the only way to use is put the source code in $GOPATH? How about go module support in any dir?
这么好的工具,猫哥,我爱死你了。而且还给了这么多reference,赞!
> LICECap / GifGrabber 极简录屏工具,直接生成 gif 格式 > LICECap没有后者好用,谢谢分享!
> What is producing the actual traces in your setup? I have a program to produce spans & concat them with a trace ID based on our business logic, then...
I am willing to help to look into the issue, how can I start `jaeger-ingestor` in the local env, so that I can debug.
There are two programs, the first one produces JSON like this, and send to Kafka ```json { "header": { "k0": "v0", "k1": "v1" }, "id": "512506985abb01b6", "parentId": "2a5b6961c59e731f", "name": "spanName_foo",...
yes, you are right, sent it to otel-collector by http.
Please check my sample link again, I provided more data, exactly the same production data format( I send spans in batch), and you can do this: ``` curl --location --request...
@yurishkuro the process flow is right. The data have no problem, your curl should use plain JSON text not the json file path, and it will be no error. ```...
@locmai I didn't upgrade any components, I use jaeger 1.35 all the time