-
Notifications
You must be signed in to change notification settings - Fork 15
feat(agent): Add guide for the agent harvester #216
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
Merged
andrewazores
merged 3 commits into
cryostatio:release-40
from
Josh-Matsuoka:harvester-guide
Feb 18, 2025
Merged
feat(agent): Add guide for the agent harvester #216
andrewazores
merged 3 commits into
cryostatio:release-40
from
Josh-Matsuoka:harvester-guide
Feb 18, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Andrew Azores <me@andrewazor.es> Signed-off-by: Joshua Matsuoka <Josh.matsuoka@gmail.com>
andrewazores
approved these changes
Feb 18, 2025
andrewazores
added a commit
that referenced
this pull request
Mar 20, 2025
* chore(release): copy current docs to versioned 3.0.0 * feat(guides): document JFR Metrics and Diagnostics dashboard cards (#206) * feat(eventtemplates): document Preset event templates (#209) * chore(custom-targets): update description and images of custom target test (#212) * fix(rule-upload): specify that uploaded Rule JSONs should not include id (#211) * feat(expressions): document matchexpression jfrEventTypeIds function (#210) * feat(eventtypes): document Event Types view (#207) * chore(get-started): clean up installation, configuration, and uninstallation guide (#205) * feat(agent): describe usage of Agent init container for multi-stage container build (#201) * feat(rules): document jfrEventTypeIds function (#208) * feat(diagnostics): Add guide for the diagnostics card (#214) * feat(agent): Add guide for the agent harvester (#216) * Add guide for the agent harvester * Update guides/_subsections/configure-agent-harvester.md Co-authored-by: Andrew Azores <me@andrewazor.es> Signed-off-by: Joshua Matsuoka <Josh.matsuoka@gmail.com> * Add more detail to template, clarify required options, reorganize index --------- Signed-off-by: Joshua Matsuoka <Josh.matsuoka@gmail.com> Co-authored-by: Andrew Azores <me@andrewazor.es> * feat(autoconfig): document Agent autoconfiguration (#213) * feat(autoconfig): document Agent autoconfiguration * framework table * non-java * feat(blog): add post for 4.0.0 release (#217) * feat(blog): add post for 4.0.0 release * add sections for acquiring release and for feedback * fixup! add sections for acquiring release and for feedback * media section * link to general GitHub discussions page, not particular release discussion * rename/set date, add helm delay note * push date * reset openshift/k8s min versions --------- Signed-off-by: Joshua Matsuoka <Josh.matsuoka@gmail.com> Co-authored-by: Joshua Matsuoka <Josh.matsuoka@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Sugge
2B71
stions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #215
Adds a guide for the Agent harvester, detailing configuration options and mbean trigger integration.