-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(recordings): implement JFR snapshot #178
feat(recordings): implement JFR snapshot #178
Conversation
0c73305
to
012696a
Compare
…current modification exception
9c32fb2
to
4e5996d
Compare
/build_test |
Workflow started at 11/22/2023, 10:47:16 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
CI build and push: At least one test failed ❌ |
/build_test |
Workflow started at 11/22/2023, 11:06:36 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
CI build and push: At least one test failed ❌ |
/build_test |
Workflow started at 11/22/2023, 11:15:49 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
1 similar comment
CI build and push: All tests pass ✅ |
/build_test |
Workflow started at 11/22/2023, 11:26:58 AM. View Actions Run. |
CI build and push: All tests pass ✅ |
1 similar comment
CI build and push: All tests pass ✅ |
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.
Looks Good to me. Everything works as expected.
Welcome to Cryostat3! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
Fixes: #177
See #42
Description of the change:
Reimplements JFR snapshot API v1 and v2, plus adds v3. These are all quite similar, just the response body format and status codes vary slightly.
How to manually test:
./mvnw clean verify ; podman image prune -f
./smoketest.bash -OXtb
and wait for things to come up