File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-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[" disk-buffering/" ]=" Disk buffering"
3132component_names[" jfr-connection/" ]=" JFR connection"
3233component_names[" jfr-events/" ]=" JFR events"
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+ - generate error/fault metrics by aws sdk status code
8+ ([ #924 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/924 ) )
9+
10+ ### Disk buffering - New 🌟
11+
12+ This module provides signal exporter wrappers that intercept and store telemetry signals in files
13+ which can be sent later on demand.
14+
515## Version 1.27.0 (2023-06-16)
616
717### AWS X-Ray SDK support
You can’t perform that action at this time.
0 commit comments