Skip to content

Commit fe0118f

Browse files
authored
Update change log (#362)
* Update change log * One more * Update
1 parent f925f74 commit fe0118f

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,14 @@ component_names["consistent-sampling/"]="Consistent sampling"
3232
component_names["jfr-streaming/"]="JFR streaming"
3333
component_names["jmx-metrics/"]="JMX metrics"
3434
component_names["maven-extension/"]="Maven extension"
35+
component_names["micrometer-meter-provider/"]="Micrometer MeterProvider"
3536
component_names["runtime-attach/"]="Runtime attach"
3637
component_names["samplers/"]="Samplers"
3738
component_names["static-instrumenter/"]="Static instrumenter"
3839

40+
echo "## Unreleased"
41+
echo
42+
3943
for component in */ ; do
4044
component_name=${component_names[$component]:=$component}
4145
echo "### $component_name"

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Consistent sampling
6+
7+
- ConsistentSampler does not unset p from tracestate when deciding not to sample
8+
([#350](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/350))
9+
- Add consistent reservoir sampling span processor
10+
([#352](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/352))
11+
12+
### Micrometer MeterProvider - New 🌟
13+
14+
This utility provides an implementation of `MeterProvider` which wraps a Micrometer `MeterRegistry`
15+
and delegates the reporting of all metrics through Micrometer. This enables projects which already
16+
rely on Micrometer and cannot currently migrate to OpenTelemetry Metrics to be able to report on
17+
metrics that are reported through the OpenTelemetry Metrics API.
18+
19+
### Runtime attach
20+
21+
- Do not attach if not requested from the main method on the main thread
22+
([#354](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/354))
23+
- Fix "URI is not hierarchical" during runtime attachment
24+
([#359](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/359))
25+
326
## Version 1.14.0 (2022-05-19)
427

528
All components updated to target OpenTelemetry SDK 1.14.0.

0 commit comments

Comments
 (0)