Preston Locke

Results 4 comments of Preston Locke

This PR adds a new `Prober` type to boulder-observer that monitors CRL availability and publishes a few of its own metrics that enable monitoring of a few key CRL properties,...

Splitting this up into two different PRs. First PR is #6290, and a follow-up PR will come if/when that one is merged

Changing from ``{{with .Params.image }}`` to ``{{with printf "%s%s" .Site.BaseURL .Params.image }}`` inside of "layouts/partials/projectsSummary.html" fixed this for me. This could work as the general solution, assuming there's always a...

Another option (this is a half-baked idea): use consul/SRV records to keep a dynamic count of how many instances are running at a given time, and adjust automatically. Then we...