Adrian Cole
Adrian Cole
This part of the makefile could be changed to not write an intermediate file, instead temporarily setting variables like GOARCH and NFPM_VERSION See https://github.com/goreleaser/nfpm/blob/main/www/docs/configuration.md ``` build/func-e_linux_%/nfpm.yaml: packaging/nfpm/nfpm.yaml build/func-e_linux_%/func-e @mkdir -p...
#395 removes linux package signing because it was broken and not noticed because it wasn't tested. Let's try again! Notably, to know this works. the rpm and deb test scripts...
Right now the website and README only mention curl-sh. Meanwhile, we have signed windows installer on the releases page as well as winget, not to mention also homebrew for both...
Hi, there. I think it would be helpful to have a BUILD or otherwise file that could allow folks who are new to go a quick-start on how to build...
As far as I know, one of the goals of census is to be used in place of instrumentation like zipkin's. A couple years back, we learned from stackdriver that...
In B3 (usually zipkin) sample-once, before the fact tracing is status quo. It includes a few things * a yes decision: ensures you get the full trace always * a...
travis-ci.org is being shut down the end of the year. We tried switching to travis-ci.com, but shortly ran out of quota. For the last two weeks we have not succeeded...
Hinting from the below comment and an encoding bug I think flags needs to be revisited: ``` public const string Sampled = "X-B3-Sampled"; // Will be replaced by Flags in...
Now that zipkin-dependencies adds errorCount, it might help to see what others are doing for "error". Notably, I think here we are already adding error on an exception. What might...
Right now, there's a lovely api for injecting and extracting a trace context. However, it isn't getting glory by being featured in the readme :) Maybe add something which shows...