Guillaume GILL
Guillaume GILL
Side notes because I was making more tests on notation. * The COSE signature format supports counter signatures : https://datatracker.ietf.org/doc/html/rfc8152#section-4.5 * I saw there is a `notation sign` flag `--expiry`...
Is there some experiments and alpha tests around this subject? I would bring an initiative I've found in DotNet ecosystem https://github.com/dotnet/diagnostics/issues/2948#issuecomment-1426930139 the idea is to use pprof API as kind...
You can just use `docker run .... -Dplay.ws.ssl.loose.acceptAnyCertificate=true` or in a dockerfile : ```yaml cerebro: container_name: cerebro image: ... command: - -Dplay.ws.ssl.loose.acceptAnyCertificate=true ```
Any maintainer could help to validate this ? As mentioned in other comments credssp is a correct way to connect against windows servers, officialy supported by microsoft and recomended for...
I'm not very familiar with Go, but I know prometheus. So here we have a simple an clear example of metrics implementation https://github.com/vmware-tanzu/velero/blob/main/pkg/metrics/metrics.go
Hi ! I'm according with you about dependancies and why Prometheus is not the only choice. But Prometheus metrics format is very simple and complete, so today most of metrology...
As you said for prometheus, everybody not use ECS and CloudWatch to store their logs. Moreover, a lambda is really a third party tool (even if it's managed code) to...
Moreover, currently, using fargate cause some error logs `Invalid Pricing Key "us-east-1,,linux"` because `node.kubernetes.io/instance-type` is missing
Great ! That will probably help many people :) I took some time to understand the errors in logs !