-
Notifications
You must be signed in to change notification settings - Fork 565
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
Add support for MP Metrics 2.3 #2245
Merged
Merged
Changes from 50 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b37bc4a
First impl of and tests for HelidonSimpleTimer
tjquinno d9c4a1a
MP changes for metrics 2.3.2
tjquinno ac7f14a
Fix incorrect JSON keys; add a few missing additions of new simple ti…
tjquinno ae1f734
Slight changes to fix omissions
tjquinno de43855
Remove FinalRegistry and its use for the base registry; part of movin…
tjquinno 5b1d387
First impl of and tests for HelidonSimpleTimer
tjquinno cfa18e7
MP changes for metrics 2.3.2
tjquinno 8d0e593
Fix incorrect JSON keys; add a few missing additions of new simple ti…
tjquinno 2297a07
Slight changes to fix omissions
tjquinno db9cb71
Merge branch 'metrics-2.3' of github.com:tjquinno/helidon into metric…
tjquinno 01ce3b8
Work-in-progress for triggering interceptor behavior for syntheticall…
tjquinno 2c5f7fe
Concurrent changes
tjquinno 108f9aa
Changes to implement REST.request inferred metric on JAX-RS endpoints
tjquinno d82e90e
Simplify logic for creating and updating synthetic REST.request Simpl…
tjquinno 86bff51
Fix synthetic simple metric name to include parameter types
tjquinno b09aafe
Clarify synthetic, dynamically-added annotation added to JAX-RS endpo…
tjquinno 23ff301
A few improvements and comment changes
tjquinno f2026a8
Add config control over synthetic SimplyTimed annos on JAX-RS endpoin…
tjquinno a08d9c3
Some clean-up
tjquinno 1c8af5d
Update the TCK pom
tjquinno 1af2430
Slight revision in tests
tjquinno cabd202
Concurrent changes
tjquinno 340b642
Add non-public method to retrieve MetricID/HelidonMetric pairs given …
tjquinno 14c2c3c
Make sure TYPE is emitted to Prometheus/OpenMetrics output only when …
tjquinno d79fc7b
Fix behavior of /metrics/registryName/metricName to report all matchi…
tjquinno 5cc6706
Significant further steps in passing the 2.3 TCK
tjquinno de312fd
Undo temp change in module-info
tjquinno 3901384
Restore earlier blank in module-info
tjquinno 54ff8bc
Concurrent changes
tjquinno 25af2c9
Move custom param converter and related logic from microprofile/metri…
tjquinno 46c1ab4
Expose a way to retrieve the current Helidon flavor from features
tjquinno 043dcb9
Add support for optional MP REST.request metrics from SE
tjquinno 8ab874f
Change config key used for controlling REST.request feature
tjquinno ea9e8ce
Reflect change in config key controlling REST.request behavior
tjquinno 4e3f9e2
Update QuickStart examples for REST.request support
tjquinno 22e2f49
Fix typo in comments about which registry REST.request metrics appear in
tjquinno 9918846
Enable REST.request metrics in hello-world implicit and explicit exam…
tjquinno e2ea732
Update doc pages to reflect SimpleTimer and, for MP, SimplyTimed and …
tjquinno b7f7c56
Turn on REST.request support in MP quickstart archetype; remove SE qu…
tjquinno 05b1916
Remove changes supporting SE implementation of REST.request convenien…
tjquinno e5f9039
Resolve deployment URI for Arquillian in optional TCK tests for REST.…
tjquinno 6247ab0
Fix incorrect change to HelidonFeatures; meant to remove the new meth…
tjquinno 5c527ab
Remove now-unused setting for SE REST.request enable setting
tjquinno 3ac7790
Restore accidentally-removed exclusion
tjquinno 58a19d6
Fix typo in earlier correction
tjquinno fc4dc09
Explicitly disable REST.request support in MP examples and the MP bar…
tjquinno 433d336
Some clean-up: remove unused code, etc.
tjquinno dd8b365
Remove unused import
tjquinno 5b08e3f
Fix typo in name
tjquinno 2a32e16
Fix missing blank line at end of file
tjquinno 6c2db84
Fix copyright errors
tjquinno 41f4604
Add link to the metrics spec
tjquinno e5620d8
Open microprofile/metrics to io.helidon.microprofile.cdi also
tjquinno 8be8ca2
Fix module opens for integration tests
tjquinno 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 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 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 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 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 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 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 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 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 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 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.
Maybe a link here?
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.
Sigh. I had started to include one and got distracted and forgot to. Adding it.