From 2c050d68083320bc1a996c6f41856dbcec44fadb Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Fri, 14 Jul 2023 11:58:52 -0700 Subject: [PATCH] Update change log --- .github/scripts/draft-change-log-entries.sh | 1 + CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.github/scripts/draft-change-log-entries.sh b/.github/scripts/draft-change-log-entries.sh index e521a7cbb..98474c6f5 100755 --- a/.github/scripts/draft-change-log-entries.sh +++ b/.github/scripts/draft-change-log-entries.sh @@ -28,6 +28,7 @@ component_names["aws-resources/"]="AWS resources" component_names["aws-xray/"]="AWS X-Ray SDK support" component_names["aws-xray-propagator/"]="AWS X-Ray propagator" component_names["consistent-sampling/"]="Consistent sampling" +component_names["disk-buffering/"]="Disk buffering" component_names["jfr-connection/"]="JFR connection" component_names["jfr-events/"]="JFR events" component_names["jmx-metrics/"]="JMX metrics" diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f619a26..24f32544c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +### AWS X-Ray SDK support + +- generate error/fault metrics by aws sdk status code + ([#924](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/924)) + +### Disk buffering - New 🌟 + +This module provides signal exporter wrappers that intercept and store telemetry signals in files +which can be sent later on demand. + ## Version 1.27.0 (2023-06-16) ### AWS X-Ray SDK support