Jakub Jarosz
Jakub Jarosz
Updated CIS Benchmarks - January 2024 [link](https://www.cisecurity.org/insights/blog/cis-benchmarks-january-2024-update)
Hi @justdan96, thank you for opening the PR. Please follow the project contributing guideline described [here](https://github.com/nginxinc/kubernetes-ingress/blob/main/CONTRIBUTING.md#contributing).
desired prometheus output: ```shell # HELP nginx_ingress_controller_upstream_server_response_latency_ms Bucketed response times from when NGINX establishes a connection to an upstream server to when the last byte of the response body is...
logs, `grpc` svc vs `http` svc: ```shell 10.244.0.1 - - [01/Aug/2024:17:04:48 +0000] "POST /helloworld.Greeter/SayHello HTTP/2.0" 200 13 "-" "grpcurl/dev-build (no version set) grpc-go/1.61.0" "-" I20240801 17:04:48.984031 1 latency.go:179] XXXXX syslogMsg...
cc / @shaun-nx @brianehlert @vepatel @tstraley @jasonwilliams14 Future (gRPC latency metrics) development is tracked [here](https://github.com/nginxinc/kubernetes-ingress/issues/6124)
> > > An idea that may be worth considering: > > > We have many functions in the `main` that call `log.Fatal` in case of an error. It maybe...
The concept behind `goleak` check is to compare number of goroutines at the start of the test suite, and at the end of all tests. If the number is the...