atul anand
atul anand
ctx, cancel := context.WithCancel(ctx) defer cancel() srv := &http.Server{ Addr: config.ServerHost + ":" + config.PromthesiusPort, Handler: promhttp.HandlerFor(promthesusConfig.Registry, promhttp.HandlerOpts{}), } //initializing metrics promthesusConfig.ServerMetrics.InitializeMetrics(grpcServer) grpc_prometheus.Register(grpcServer) // graceful shutdown c := make(chan os.Signal,...
In case of fieldmask (inside proto message) incorrect graphql file generated.
We have a scenario where we have a PB folder. Inside PB folder we have 2 proto file. ie: A.proto, B.proto . Now suppose we want to generate graphql file...
Hi @spaceLenny , The repo. is working fine and very useful. Is it possible to get video from invisible surface view. Thanks!