You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lower level crates enable metrics by default, making the higher level metrics feature useless. See the appended diff for an improved setup diff.txt.
This simple cleanup is not high priority by itself, but it is key that features are handled uniformly so that we don't mess up implementing consensus-critical features like test_targets
Expected Behavior
Ideally the top-level Cargo.toml has metrics in its default feature list, which can be used to enable or disable all metrics functionality
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Lower level crates enable metrics by default, making the higher level
metrics
feature useless. See the appended diff for an improved setup diff.txt.This simple cleanup is not high priority by itself, but it is key that features are handled uniformly so that we don't mess up implementing consensus-critical features like test_targets
Expected Behavior
Ideally the top-level
Cargo.toml
has metrics in itsdefault
feature list, which can be used to enable or disable all metrics functionalityThe text was updated successfully, but these errors were encountered: