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

[Bug] Clean up metrics feature flag #3379

Open
vicsn opened this issue Aug 13, 2024 · 0 comments · May be fixed by #3462
Open

[Bug] Clean up metrics feature flag #3379

vicsn opened this issue Aug 13, 2024 · 0 comments · May be fixed by #3462
Assignees
Labels
bug Incorrect or unexpected behavior

Comments

@vicsn
Copy link
Collaborator

vicsn commented Aug 13, 2024

🐛 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 its default feature list, which can be used to enable or disable all metrics functionality

@vicsn vicsn added the bug Incorrect or unexpected behavior label Aug 13, 2024
@niklaslong niklaslong linked a pull request Jan 6, 2025 that will close this issue
@niklaslong niklaslong self-assigned this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect or unexpected behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants