feat(metrics): Add metrics for domain expiration#1244
Merged
Conversation
…ith Domain expiration
Contributor
Author
|
Hi @TwiN , with this PR, could you also update the whois library version? I added support for .ro domain in whois repository and I would like to test it after this PR is merged. BR, |
Owner
|
@StefanBalea feel free to update it in this PR. I'll merge after |
Contributor
Author
|
Fixed the conflicts and new version of whois added. |
TwiN
approved these changes
Oct 12, 2025
TwiN
approved these changes
Oct 25, 2025
alexlebens
pushed a commit
to alexlebens/infrastructure
that referenced
this pull request
Oct 26, 2025
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.28.0` -> `v5.29.0` | --- ### Release Notes <details> <summary>TwiN/gatus (ghcr.io/twin/gatus)</summary> ### [`v5.29.0`](https://github.com/TwiN/gatus/releases/tag/v5.29.0) [Compare Source](TwiN/gatus@v5.28.0...v5.29.0) #### What's Changed - feat(metrics): Add metrics for domain expiration by [@​StefanBalea](https://github.com/StefanBalea) in [#​1244](TwiN/gatus#1244) #### New Contributors - [@​StefanBalea](https://github.com/StefanBalea) made their first contribution in [#​1244](TwiN/gatus#1244) **Full Changelog**: <TwiN/gatus@v5.28.0...v5.29.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTUuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/1859 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
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.
Summary
This PR exposes new Prometheus metric results_domain_expiration_seconds , similar to results_certificate_expiration_seconds, updated prometheus and grafana docker images and extends the Grafana dashboard with "Domain expiration"
It can be used in prometheus and later on in Grafana dashboard to display the Domain Expiration for different endpoints.
Grafana Dashboard
Checklist
README.md, if applicable.