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

Add jmx_url to config spec #6230

Merged
merged 3 commits into from
Apr 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
value:
type: integer

- name: jmx_url
description: JMX URL to connect to. Can be used instead of host/port configs.
hidden: true
value:
Copy link
Member Author

@AlexandreYang AlexandreYang Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we mark this as hidden: true since it's not needed for most integrations ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is still a valid alternative, right?

Copy link
Member Author

@AlexandreYang AlexandreYang Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hithwen Yes, for Jboss Wildfly, because it uses another protocol.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But I'm hiding it by default because most of the integrations only need host/port.

type: string

- name: user
description: User to use when connecting to JMX.
value:
Expand Down