boulder/nonce
Matthew McPherrin ab8b004aca
Export the earliest valid nonce as a metric (#6812)
This is a less-invasive version of #6805 that avoids changing the
existing code, and just adds a new metric.

This is a gauge instead of a counter as the interface to set a gauge
doesn't have a "Set" method, so we'd have to do something more like the
previous PR to expose it as a counter, which adds complexity.
2023-04-12 11:03:23 -07:00
..
proto Update boulder-tools dependencies (#6129) 2022-05-20 14:24:01 -07:00
nonce.go Export the earliest valid nonce as a metric (#6812) 2023-04-12 11:03:23 -07:00
nonce_test.go Add grpc implementation tests to all services (#6782) 2023-03-31 09:52:26 -07:00