-
Notifications
You must be signed in to change notification settings - Fork 1k
jmx-metrics: allow any resource path for classpath resources rules #15413
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
e852dad
jmx-metrics: allow any resource path for classpath resources rules
SylvainJuge d688fc4
deprecate old method
SylvainJuge 2514661
fix misleading exception messages
SylvainJuge 04bf7db
switch to a more generic InputStream for adding rules
SylvainJuge eb0555c
further simplify API
SylvainJuge 549ff19
avoid using future deprecated methods
SylvainJuge 0c6e261
update readme with the new API
SylvainJuge 5ff7e24
spotless
SylvainJuge c9750f2
Merge branch 'main' of github.com:open-telemetry/opentelemetry-java-i…
SylvainJuge 013f4eb
Merge branch 'main' of github.com:open-telemetry/opentelemetry-java-i…
SylvainJuge 9cabd88
Merge branch 'main' of github.com:open-telemetry/opentelemetry-java-i…
SylvainJuge 0abd947
post-review changes
SylvainJuge 4404db3
update comment about JMX configuration errors
SylvainJuge 80d76dc
fix and simplify tests
SylvainJuge 5f72cf8
Merge branch 'main' into jmx-api-path
SylvainJuge 8bd15b5
post-review changes
SylvainJuge 252b5d1
Merge branch 'main' of github.com:open-telemetry/opentelemetry-java-i…
SylvainJuge d53a352
remove unused import in readme
SylvainJuge 478af9c
Merge branch 'main' of github.com:open-telemetry/opentelemetry-java-i…
SylvainJuge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don't you deprecate it immediately?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we deprecate it right now, it means the next update of instrumentation dependency in contrib will require to immediately modify the code of
jmx-scraperin contrib to switch to the new API. Even if the changes are minor it's an added constraint on the dependency update.Doing that after 2.23.0 gives a bit more time with a timeline like this:
jmx-scraperto use the new API introduced by this PR