WenTao Ou
WenTao Ou
> > Is there any change to include this PR into next release? > > Hi @owent. > > Going though the code review, and I would like to include...
> > Sorry for requesting change. This is for - [#3041 (comment)](https://github.com/open-telemetry/opentelemetry-cpp/pull/3041#discussion_r1802438616) > > If we are agreeing to not being ABI compliant when using OTLP/gRPC exporter, it would be...
> Thanks for working on this @owent. I've added some feedback. Can you cherry-pick the tests commit from the testing PR #3427 into this PR so we can verify the...
> Thanks for working on this @owent. I've added some feedback. Can you cherry-pick the tests commit from the testing PR #3427 into this PR so we can verify the...
Using async instruments for exporting metrics is recommended, as sync APIs calculate hash codes for all attributes and merge data in view storages, which can be resource-intensive.
Just using `Create*Observable*()` APIs.
感觉不仅仅是trojan。我vless也连不上。原来老版本都是可以连的,路由上v2ray用相同的配置也是可以连上的。 v2ray server版本是 V2Ray 5.4.1 (V2Fly, a community-driven edition of V2Ray.)
服务器配置如下: ``` { "log": { "access": "/usr/local/vproxy/log/access.log", "error": "/usr/local/vproxy/log/error.log", "loglevel": "warning" }, "api": { "tag": "api", "services": ["LoggerService", "StatsService"] }, "policy": { "levels": { "1": { "handshake": 4, "connIdle": 300,...
Implemented in #2097. I mistakenly left the shared proto library without full support for non-Windows platforms. Apologies for the oversight. I’ll pick this up after my vacation and aim to...
#3714 is ready. Could this PR be marked as do-not-stale ?