This Quarkus extension integrates Arthas into Quarkus Dev Mode thus allowing users to deeply probe their application using Arthas.
NOTE
- Add the extension the application's dependencies
- Start Quarkus in Dev Mode with the following configuration property
quarkus.arthas.enabled=true
- A short while after the application has started, you should see something like
Arthas started and is accessible at http://localhost:8563
in the application logs - Browse the URL mentioned above to access the Web UI of Arthas
Thanks goes to these wonderful people (emoji key):
Georgios Andrianakis 💻 🚧 |
This project follows the all-contributors specification. Contributions of any kind welcome!