letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

Add a "counter" component to count entries by issuer #92

Closed jsha closed 5 years ago

jsha commented 5 years ago

It's handy to know who is submitting certificates at what rate. Rather than stick this into the inclusion checker, I think we should add a new component, the "counter." This component would start out from the current STH at startup, and continually run get-entries up to the current STH.

When processing entries, this component would increment a counter with three labels:

jsha commented 5 years ago

We talked about this and concluded this isn't core to the purpose of ct-woodpecker.