quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.4k stars 2.57k forks source link

[Extension Proposal] JMX Beans #41469

Closed d135-1r43 closed 2 weeks ago

d135-1r43 commented 2 weeks ago

Description

The extension would allow annotating a class with @QuarkusJmx. All getters will be made available as JMX attributes, all methods will be made available as JMX operations. The Dev UI will have a page where you can easily access both the attributes and the operations.

I would be willing to contribute and maintain this extension.

Interested in this extension, please +1 via the emoji/reaction feature of GitHub (top right).

Repository name

quarkus-jmx

Short description

Provide JMX Management Beans

Repository Homepage URL

https://quarkiverse.github.io/quarkiverse-docs//dev/

Repository Topics

Team Members

Additional context

No response

quarkus-bot[bot] commented 2 weeks ago

/cc @aloubyansky (extension-proposal), @gastaldi (extension-proposal), @gsmet (extension-proposal), @maxandersen (extension-proposal)

gastaldi commented 2 weeks ago

@d135-1r43 the repository https://github.com/quarkiverse/quarkus-jmx is now available. Check the next steps in https://hub.quarkiverse.io/checklist/#after-the-repository-is-created

Enjoy!