Char

Results 13 comments of Char

@0x1Dx @hx2nn @Gortob try this command ` python3 -m pip install -r requirements.txt `

@woodongwong 多谢回复哈,其实我知道有其他工具的, 比如 https://github.com/XIU2/CloudflareSpeedTest ,其实更想知道楼主用的是什么工具扫描到这些高质量IP的。

+1 for this feature.

I check the server side version, found the ssh3_server is version 0.1.3. After I upgrade to 0.1.4, works fine. Can you help to add --version parameter to print the current...

> Do you mind opening a thread at the otel instrumentation side and mentioning me? Sure, I will create it later

@jrhee17 Already created the issue in the otel instrumentation side, -> https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9695 .

Hi @jrhee17 , I think OTEL team already fixed it in this [PR](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/9723), I test it again with the [snapshots](https://oss.sonatype.org/content/repositories/snapshots/io/opentelemetry/javaagent/opentelemetry-javaagent/1.32.0-SNAPSHOT/) version, it works. Thank you for the support!

It seems still have issue when web client call Service A's GRPC method, and service A's GRPC method will call service B's GRPC method. Call chain is `web client ->...

seems the snapshot version also miss the client span if the call chain is `web client -> Service A's GRPC method -> Service B's GRPC method` `server a span ->...

I create other issue in OTEL side, just for tracking https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/9726