[fftls] [[ffresty] Metrics for CA/Client/Server Certificate Expiry and Custom DNS#218
Open
onelapahead wants to merge 4 commits into
Open
[fftls] [[ffresty] Metrics for CA/Client/Server Certificate Expiry and Custom DNS#218onelapahead wants to merge 4 commits into
onelapahead wants to merge 4 commits into
Conversation
Signed-off-by: hfuss <hayden.fuss@kaleido.io>
…work as expected - CA bundles make metrics for all certs, leaf only the leaf w/ a key makes a metric Signed-off-by: hfuss <hayden.fuss@kaleido.io>
Contributor
|
Approved |
Signed-off-by: hfuss <hayden.fuss@kaleido.io>
Signed-off-by: hfuss <hayden.fuss@kaleido.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fftls
Like
ffrestyand other pacakges - a static registration of a metrics registry makes a shared metrics manager subsystem and a single metric withissuer,subject, andtypelabels. Where thefloat64value of the gauge is the Unix timestamp of the expiry date (common pattern in Prom metrics like in FF DX metrics and Besu/Erigon timeSinceLastBlock).ffresty
Config option for
dnsServersto allow for customizing DNS resolution to use overridden DNS servers. Useful for split horizon DNS or other enterprise networks (though deferring to the network settings in Kubernetes/cloud/on-prem environments is still preferred). Additionally, for programmatic users, the ability to provide your own custom resolver.Note that previously we never prescribed netgo - letting the compile time of the runtime determine what DNS implementation is used. When DNS servers is used, netgo must be used and is therefore specified.