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

Network version Prometheus metric #5141

Open
2 tasks
LesnyRumcajs opened this issue Jan 14, 2025 · 1 comment
Open
2 tasks

Network version Prometheus metric #5141

LesnyRumcajs opened this issue Jan 14, 2025 · 1 comment
Labels
Type: Task Discrete task to implement

Comments

@LesnyRumcajs
Copy link
Member

Summary

To facilitate infrastructure operations, Forest should expose a Prometheus metric with the network version. Note that not all cases will be caught by it, given some network versions might be duplicated due to fixes:

            Height::Thunder => NetworkVersion::V20,
            Height::Watermelon => NetworkVersion::V21,
            Height::WatermelonFix => NetworkVersion::V21,
            Height::WatermelonFix2 => NetworkVersion::V21,
            Height::Dragon => NetworkVersion::V22,
            Height::DragonFix => NetworkVersion::V22,
            Height::Phoenix => NetworkVersion::V22,

Completion Criteria

Additional Links & Resources

@LesnyRumcajs
Copy link
Member Author

cc @joshdougall

@LesnyRumcajs LesnyRumcajs moved this from New to Ready in Forest Backlog 🌲 Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Task Discrete task to implement
Projects
Status: Ready
Development

No branches or pull requests

1 participant