opentelemetry-java-contrib/jfr-streaming
Ben Evans a3167a5b6b
Split up GC Handlers, add support for Parallel (#201)
* WIP

* Separate out young gen metrics

* Add Parallel GC handlers

* Align naming conventions

* Tidy up with an instanceof pattern

* Format snafu -instanceof pattern

* Address Jack's comments from PR review

* Fix minor nits from code review
2022-01-24 12:46:45 -08:00
..
src Split up GC Handlers, add support for Parallel (#201) 2022-01-24 12:46:45 -08:00
README.md Update component owners (#175) 2022-01-09 13:43:57 -08:00
build.gradle.kts Upgrade to opentelemetry-java 1.10.0 (#176) 2022-01-12 08:51:49 +09:00

README.md

JFR Streaming

  • Java 17 only.

  • Build it with ./gradlew :jfr-streaming:build

The main entry point is the JfrMetrics class in the package io.opentelemetry.contrib.jfr.metrics

Component owners

Learn more about component owners in component-owners.yml.