Francesco Gualazzi

Results 42 comments of Francesco Gualazzi

Isn't it working as expected? ``` protoc -I/usr/local/include -I. --grpc-gateway_out=logtostderr=true,paths=source_relative:. --swagger_out=logtostderr=true:. path/to/service.proto ``` generates `service.pb.gw.go` and `service.swagger.json` in the current directory, while setting a different directory, it generates the expected...

We're effectively trying to setup a custom-formatted datetime in accesslog using apache format mentioned in the bottom section of the doc Timestamp including milliseconds "%{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t" We're trying to...

HI @tuukkamustonen I'm referring to the page linked by @benoitc http://httpd.apache.org/docs/current/mod/mod_log_config.html It was my understanding that Gunicorn is now accepting the Apache log format in the accesslog configuration, did I...

😢 so we're doomed to create our own logging class... ok thank you all

Hi @bwplotka and thanks for restarting the conversation here! > This means that before we release `v2` this is the best opportunity to shape new https://github.com/grpc-ecosystem/go-grpc-middleware/tree/v2/providers/openmetrics with whatever we want...

Hey all 👋🏼 please be aware that this failure mode happens also when the **IPs for a subnet are exhausted**. I just faced this and noticed I had mis-configured my...

Thanks @purpleidea for guiding me throughout the process! I had a closer look to the code and to answer your questions: 1. you create an account paired with an email...

I just stumbled on this as well with 0.4.1 and it's a big blocker to use the provider, both for testing purposes and production use. > The provider uses `TypeList`...

hey @guolifu 😄 This line ``` load program: no space left on device: 174: ``` seems to indicate that the BPF programs cannot be loaded due to limited resources. Not...

@Minam0 you may need to add out-of-band debug symbols for nginx if it is built without them. I am unable to find if the default nginx build ships debug symbols.