Skip to content

Commit 2843f7e

Browse files
authored
Update change log (#954)
1 parent ffb2afe commit 2843f7e

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/scripts/draft-change-log-entries.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ component_names["aws-resources/"]="AWS resources"
2828
component_names["aws-xray/"]="AWS X-Ray SDK support"
2929
component_names["aws-xray-propagator/"]="AWS X-Ray propagator"
3030
component_names["consistent-sampling/"]="Consistent sampling"
31+
component_names["disk-buffering/"]="Disk buffering"
3132
component_names["jfr-connection/"]="JFR connection"
3233
component_names["jfr-events/"]="JFR events"
3334
component_names["jmx-metrics/"]="JMX metrics"

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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

0 commit comments

Comments
 (0)