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

Export JVM metrics from the javaagent using micrometer #135

Merged
merged 7 commits into from
Mar 19, 2021
Merged

Conversation

mateuszrzeszutek
Copy link
Contributor

README changes will be added in a separate PR

README changes will be added in a separate PR
Copy link
Contributor

@jkwatson jkwatson left a comment

Choose a reason for hiding this comment

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

This look really great. Just would like some unit tests for OtelNamingConvention, but that could come in a separate PR if you would prefer.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

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

This is awesome stuff! Had a few ideas/comments, but looks good overall to me.

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

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

Some minor comments.

@mateuszrzeszutek
Copy link
Contributor Author

Seems like the tests have passed (at least the linux ones...) -- @iNikem @kubawach @breedx-splk @jkwatson I've addressed all your comments, please re-review this PR 🙏

12345L));

// when
var tags = new GlobalTagsBuilder(resource).build();
Copy link
Contributor

Choose a reason for hiding this comment

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

java 11 in tests.. is there gradle magic that makes sure our code doesn't start using java 11 APIs that would break users on java 8?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, there is:

  compileJava {
    options.release.set(8)
  }

AFAIK this adds --release 8 when compiling src/main classes.

@breedx-splk breedx-splk merged commit ffd5906 into main Mar 19, 2021
@delete-merged-branch delete-merged-branch bot deleted the micrometer branch March 19, 2021 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants