feat: Add configurable metrics publishing with opt-in approach#55
Open
juanlb wants to merge 1 commit into
Open
feat: Add configurable metrics publishing with opt-in approach#55juanlb wants to merge 1 commit into
juanlb wants to merge 1 commit into
Conversation
- Add MetricsConfig class for selective metric enabling - Support configuration via configure block with enable_metric(s) methods - Maintain backward compatibility (all metrics enabled by default) - Add startup logging of active metrics configuration - Update README with comprehensive configuration examples - Include tests for new configuration functionality
|
Would be great to have this options 🙏 are we planning to add this feature? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The gem is great, but it don't let me select which metrics send to AWS.
So I was paying (a lot) for metrics I don't need.
This PR fix that, I'm already using it in production.