opentelemetry-java-contrib/jfr-streaming
Robert Toyonaga ab64bfdcd3
Thread count and classes loaded handlers (#571)
**Description:**
Add handlers for thread count and loaded classes count metrics. These
are derived from `jdk.ClassLoadingStatistics` and
`jdk.JavaThreadStatistics` JFR events

**Testing:**
A new unit test was added to test these handlers in
`jfr-streaming/src/test/java/io/opentelemetry/contrib/jfr/metrics`.

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
2022-11-11 08:57:03 -08:00
..
src Thread count and classes loaded handlers (#571) 2022-11-11 08:57:03 -08:00
README.md Sync github actions, including release workflow (#274) 2022-03-29 10:21:24 -07:00
build.gradle.kts Update to OTel 1.14 (#331) 2022-05-19 11:56:34 +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.