File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ component_names["aws-resources/"]="AWS resources"
2828component_names[" aws-xray/" ]=" AWS X-Ray SDK support"
2929component_names[" aws-xray-propagator/" ]=" AWS X-Ray propagator"
3030component_names[" consistent-sampling/" ]=" Consistent sampling"
31+ component_names[" jfr-connection/" ]=" JFR connection"
3132component_names[" jfr-events/" ]=" JFR events"
3233component_names[" jfr-streaming/" ]=" JFR streaming"
3334component_names[" jmx-metrics/" ]=" JMX metrics"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### AWS X-Ray SDK support
6+
7+ - Breakout ResourceHolder from AwsXrayRemoteSamplerProvider
8+ ([ #801 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/801 ) )
9+
10+ ### JFR connection - New 🌟
11+
12+ - JFR connection is a library to allow configuration and control of JFR
13+ without depending on jdk.jfr.
14+ This is a contribution of https://github.com/microsoft/jfr-streaming .
15+
516## Version 1.24.0 (2023-04-03)
617
718### Maven extension
You can’t perform that action at this time.
0 commit comments