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

Add jmx_url to config spec #6230

merged 3 commits into from
Apr 2, 2020

Conversation

AlexandreYang
Copy link
Member

@AlexandreYang AlexandreYang commented Apr 2, 2020

What does this PR do?

Add jmx_url to config spec

Default to 'hidden' since most integrations use host/port and don't need jmx_url.

Motivation

Will be used for #6225

Additional Notes

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • PR title must be written as a CHANGELOG entry (see why)
  • Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • PR must have changelog/ and integration/ labels attached

@@ -10,6 +10,11 @@
value:
type: integer

- name: jmx_url
description: JMX URL to connect to. Can be used instead of host/port configs.
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.

@AlexandreYang AlexandreYang merged commit 3e77061 into master Apr 2, 2020
@AlexandreYang AlexandreYang deleted the alex/add_jmx_url_config branch April 2, 2020 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants