-
Notifications
You must be signed in to change notification settings - Fork 69
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
Prometheus metrics for nodeos_p2p_connections don't use stable identifier in 5.0 #1683
Comments
See #1687 for more information. |
Probably a better way to structure this is to create a unique counter for each metric instead of overloading labels
Presumably last_available_block is NOT a counter since block number can decrease? (after a fork?) |
Good point @matthewdarwin. @heifner Given this, does it make sense to change last_available_block to a gauge? |
yes. |
…. Add mapped_private database-map-mode since none of the tests currently use it.
[5.0] Prometheus: Add stable identifier for P2P connections
[5.0 -> main] Prometheus: Add stable identifier for P2P connections
Prometheus metrics for nodeos_p2p_connections don't use stable identifier. "59" will change here:
Better to use something like:
The text was updated successfully, but these errors were encountered: