吴晟 Wu Sheng

Results 553 comments of 吴晟 Wu Sheng

No, it isn't. Log collecting mean logs with trace context could be reported through grpc log API. It is less expensive than including in spans. Also, you would be able...

You could create APIs fot native logging/tracing integration, and provide a shell on the APIs for tokio tracing. This would be helpful to set up APIs boundaries.

> I have some doubts about metric, where will the metric data be displayed on the UI? Nearly all data on the pages? You need to follow MAL to pre-process...

You could take a look for k8s, virtual machine(linux), and MySQL server monitoring.

Log APIs - https://github.com/apache/skywalking-rust/pull/41 Metrics APIs - https://github.com/apache/skywalking-rust/pull/44

Is a new CR and/or operator breaking anything deployed? We should consider forward compatibility as we are in 4.x iteration, which means no breakin change.

From deployment, breaking doesn't have to mean conflicting, such as whether legacy configs would be ignored? This should be considered a breaking change for an operator.

>Because the app level env keys might be added or removed in any version update, it may cause many compatibility problem. A little context, config keys and system environment keys...

One another, the current swck doesn't work for optional plugins properly. The plugin.mount is being used, but only set for default values, then it works for nothing. swck should create...