jmjoy
jmjoy
This is a good idea, so how is the progress now?
1. Because the fastcgi protocol optionally supports keepalive, there should be two kinds of clients, namely `Client` and `KeepaliveClient`, and the execute methods are `Client::execute(self, ...)` and `KeepaliveClient::execute(&self) , ...)`,...
@timglabisch What features do you want to this crate provide?
> Would it make sense for this crate to support named pipes on windows? I don’t work under Windows very much. If there is a crate named pipe that implements...
Is the log collecting means [Span::add_log](https://docs.rs/skywalking/latest/skywalking/context/span/struct.Span.html#method.add_log)? If yes, it's already done.
For logging, I want to implement it by integrate with the tokio log framework [tracing](https://crates.io/crates/tracing), add the grpc subscriber and some filed in log, such as: ```rust // The GrpcSubscriber...
Add logging: https://github.com/apache/skywalking-rust/pull/41
I have some doubts about metric, where will the metric data be displayed on the UI?
> You could take a look for k8s, virtual machine(linux), and MySQL server monitoring. :ok_hand:
I meet the same problem.