Francesco Gualazzi

Results 11 issues of Francesco Gualazzi

## Proposal Have a resource that is able to manage Letsencrypt certificates via [ACME v2 API](https://acme-v02.api.letsencrypt.org/directory). Follows a brief overview of Lestencrypt. ## Protocol Letsencrypt designed a (recently become) internet...

confirmed
design

## Details Right now, the RPC client can only be used inside the library because the genrated code is inside an `internal` package. Would it be great if you could...

It'd be good if at least on semantic version would be present in the repo, so to include as a module in a go build Thank you

**Suggest a new feature!** Prometheus metrics format endpoint **Describe the solution you'd like** Treat the same metrics as Prometheus Guages and expose them through the canonical `/metrics` prometheus http.Handler

enhancement

Currently we support only Graphite, can we have other time-series?

enhancement
question

Currently we collect all the data points from API and then sequentially transform into metrics and push to graphite. It could be useful to send the metrics while we collect...

enhancement
help wanted

We are re-implementing a custom rate limiting towards Cloudflare API while we could use the official `cloudflare-go` rate-limited client. We should ensure with some tests that we can work concurrently...

enhancement

## Motivation/summary During the 8.15 release cycle we noticed some differences between what documented as needed and the available tooling for release. This Pr is an attempt to clarify what's...

docs
backport-8.x

Hey there folks 👋🏼 This card is up to gauge interest in maintaining a [Zig](https://ziglang.org) implementation. Zig is a language that is fully inter-operable with C, so producing an API...

area/language-interest

Thanks for making zBench! 🙏🏼 While exploring the library for the first time, I noticed that tracking allocation is possible only by making the code under test consume the allocator...