Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add version outdated metric #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qedgardo
Copy link
Contributor

Summary

Add new metric solana_node_version_outdated to track if node version is below foundation's minimum required version.

Details

the metric solana_node_version_outdated compares if the node version metric(solana_node_version) is lower than solana_foundation_min_required_version.

The metric returns:

  • 1 if node version is outdated
  • 0 if node version is current

Add new metric solana_node_version_outdated to track if node version is below
foundation's minimum required version. The metric returns:
- 1 if node version is outdated
- 0 if node version is current
@qedgardo qedgardo force-pushed the metrics/solana-version-outdated branch from a0a901f to ade52b2 Compare January 30, 2025 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants