zoe56

Results 4 issues of zoe56

when i init clientmodule ,use ManagedChannel channel = ManagedChannelBuilder.forAddress("127.0.0.1",8446).usePlaintext(true).build(); but the grpc set usePlaintext(true) deperated, so how to get grpc customer address here?

docker 环境下生成的日志去了哪里?

public static IMicroServiceSetupBuilder UseAppMetrics(this IMicroServiceSetupBuilder config) { var metrics = config.Server.ApplicationServices.GetService(); config.Server.UseInterceptor(new GrpcMetricsServerInterceptor(config.Server.ApplicationServices)); new AppMetricsTaskScheduler(TimeSpan.FromSeconds(3), async () => { await Task.WhenAll(metrics.ReportRunner.RunAllAsync()); }).Start(); return config; } 其中执行AppMetricsTaskScheduler的作用是什么