-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Update JFR and monitoring docs #33107
Update JFR and monitoring docs #33107
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
|
e38e226
to
6d7ef30
Compare
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
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.
LGTM in general. Please add Mandrel to the native-reference.adoc table as well and it's good to go.
|=== | ||
|GraalVM Version |Supports |Limitations | ||
|
||
|GraalVM CE 21.3 |
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.
@roberttoyonaga can you please add Mandrel alongside like you did in the building-native-image.doc?
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.
Yup! I can add it as Mandrel 23 for now.
|
||
|jmxclient | ||
|Adds support for connections to JMX servers. | ||
|GraalVM for JDK 17/20 Mandrel 23.0 |
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.
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.
We probably won't know for a bit, so we can leave it as it is and create an issue to revisit it once the June release comes in?
|
||
|jmxclient | ||
|Adds support for connections to JMX servers. | ||
|GraalVM for JDK 17/20 Mandrel 23.0 |
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.
We probably won't know for a bit, so we can leave it as it is and create an issue to revisit it once the June release comes in?
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.
Seems fine to me.
1f1fcad
to
6d7ef30
Compare
6d7ef30
to
c3d44db
Compare
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.
LGTM, thanks @roberttoyonaga
Summary of Changes
May I please have a review of this PR that attempts to update and improve documentation around JFR in native Quarkus applications? During the Quarkus face-to-face it was mentioned that this documentation is in need of an update. I'll try to keep these docs up-to-date in the future as well.
JMXCLIENT
andJMXSERVER
monitoring options to theMonitoringOption
enum. These options are available with experimental support in GraalVM for JDK 17/20