Skip to content
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(discovery): dual HTTP+JMX registration #203

Merged
merged 3 commits into from
Sep 21, 2023

Conversation

andrewazores
Copy link
Member

@andrewazores andrewazores commented Sep 20, 2023

Fixes #166

The Agent will always register as a discovery plugin and publish at least one JVM node describing itself as an Agent HTTP connection. If the Agent detects that JMX is also available on the target JVM then it will also publish a second JVM node describing itself with that JMX URL for connection.

image

Copy link
Contributor

@aali309 aali309 left a 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.

@andrewazores andrewazores merged commit fd141de into cryostatio:main Sep 21, 2023
7 of 10 checks passed
@andrewazores andrewazores deleted the dual-registration branch September 21, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request safe-to-test
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Story] Agent dual-registration
2 participants