foundations
foundations copied to clipboard
Cloudflare's Rust service foundations library.
Example use case: An HTTP service, for which some requests are sampled through distributed tracing, whilst its syslogs are sampled/rate limited in collection - so for a traced request with...
We added an error log line for an internal lib that we wanted to make sure was only called a few times. It could have been potentially called on a...
This is a more forward and backward compatible solution than https://github.com/cloudflare/foundations/pull/65.
Creating Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application &...
Currently there is no way to enable third party libraries to register metrics, which is not great. With this new method those libraries can get a `Registry` to register their...