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

[JENKINS-57909] JMX: VM and System metrics shouldn't be exported #48

Merged
merged 4 commits into from Jul 3, 2019

Conversation

Vlatombe
Copy link
Member

@Vlatombe Vlatombe commented Jun 14, 2019

@Vlatombe Vlatombe changed the title [JENKINS-57909] [JENKINS-57909] JMX: VM and System metrics shouldn't be exported Jun 14, 2019
@Vlatombe
Copy link
Member Author

Looks like some remoting issue affected the windows run for the PR..

assertThat(mBeanServer.queryNames(new ObjectName("io.jenkins:name=vm.*"), null), is(empty()));
assertThat(mBeanServer.queryNames(new ObjectName("io.jenkins:name=*history"), null), is(empty()));
assertThat(mBeanServer.queryNames(new ObjectName("io.jenkins:name=*5m"), null), is(empty()));
assertThat(mBeanServer.queryNames(new ObjectName("io.jenkins:name=*1h"), null), is(empty()));

This comment was marked as resolved.

@alecharp alecharp closed this Jun 24, 2019
@alecharp alecharp reopened this Jun 24, 2019
Copy link
Member

@alecharp alecharp left a comment

Choose a reason for hiding this comment

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

LGTM

@alecharp alecharp merged commit 4942756 into jenkinsci:master Jul 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants