Micrometer extension allow to change root-path
See original GitHub issueDescription
like for example quarkus.smallrye-health.root-path
having a similar option for eg: quarkus.micrometer.root-path
or similar
to allow to define a different url from /q/metrics
(in this case for the /q
part)
Implementation ideas
it should be enough to add that config property to the “root-path” to have the overriden option for the /q
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Path resolution in Quarkus
Let's change the HTTP root path to /root so the impact it has on resource resolution is visible: quarkus.http.root-path=/root. quarkus.http.non- ...
Read more >Release Notes for Red Hat build of Quarkus 1.11
NEW MICROMETER METRICS EXTENSION FOR MONITORING YOUR QUARKUS APPLICATIONS ... is set to /, and the root path for non-application endpoints ...
Read more >ROOTPATH configuration parameter
Use the ROOTPATH configuration parameter to specify the full path name, including the device or file name, of the initial chunk of the...
Read more >Home of Quarkus Cheat-Sheet - GitHub Pages
Quarkus comes with extensions to integrate with some libraries such as JSON-B, ... This allows you to get instant feedback on your code...
Read more >Thermo ScientificTM AmiraTM Software 6
Amira provides a large number of data types and modules allowing you to visualize, ... XImagePAQ Extension provides an extensive set of tools...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yes. Thanks.
Would this be clearer?