Skip to content

Commit ea96524

Browse files
authored
Update change log (#437)
1 parent 7108a7a commit ea96524

File tree

1 file changed

+33
-8
lines changed

1 file changed

+33
-8
lines changed

CHANGELOG.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Unreleased
44

5+
### aws-resources/
6+
7+
Relocated from the opentelemetry-java repository, and now published under the coordinates
8+
`io.opentelemetry.contrib:opentelemetry-aws-resources`
9+
10+
### jfr-events/
11+
12+
Relocated from the opentelemetry-java repository, and now published under the coordinates
13+
`io.opentelemetry.contrib:opentelemetry-jfr-events`
14+
15+
### noop-api/
16+
17+
Relocated from the opentelemetry-java repository, and now published under the coordinates
18+
`io.opentelemetry.contrib:opentelemetry-noop-api`
19+
520
## Version 1.17.0 (2022-08-19)
621

722
### Consistent sampling
@@ -40,7 +55,7 @@
4055
### Micrometer MeterProvider - New 🌟
4156

4257
This utility provides an implementation of `MeterProvider` which wraps a Micrometer `MeterRegistry`
43-
and delegates the reporting of all metrics through Micrometer. This enables projects which already
58+
and delegates the reporting of all metrics through Micrometer. This enables projects which already
4459
rely on Micrometer and cannot currently migrate to OpenTelemetry Metrics to be able to report on
4560
metrics that are reported through the OpenTelemetry Metrics API.
4661

@@ -127,13 +142,16 @@ All components updated to target OpenTelemetry SDK 1.10.0.
127142

128143
- Support Maven parallel builds
129144
([#161](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/161))
130-
- Capture details on mojo goal executions: `deploy:deploy`, `spring-boot:build-image`, `jib:build`, `snyk:test`, `snyk:monitor`
145+
- Capture details on mojo goal executions: `deploy:deploy`, `spring-boot:build-image`, `jib:build`
146+
, `snyk:test`, `snyk:monitor`
131147
([#146](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/146))
132148
- Fix lifecycle to support the Maven daemon
133149
([#169](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/169))
134150
- Fix `service.name` attribute overwrite
135151
([#184](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/184))
136-
- Fix default `service.name` + simplify configuration using Otel AutoConfig SDK 1.10 ResourceProvider SPI improvements (enable specifying the classloader making it compatible with Maven Plexus)
152+
- Fix default `service.name` + simplify configuration using Otel AutoConfig SDK 1.10
153+
ResourceProvider SPI improvements (enable specifying the classloader making it compatible with
154+
Maven Plexus)
137155
([#187](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/187))
138156
- Add Tracer instrumentationVersion (ie `otel.library.version`)
139157
([#191](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/191))
@@ -207,7 +225,9 @@ Allows programmatic attach of Javaagent.
207225
([#93](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/93)).
208226
- Support disabling the creation of mojo execution spans
209227
([#108](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/108))
210-
- Use the [OpenTelemetry SDK Autoconfigure extension](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure) to support more configuration setting. All the settings of the OTLP exporter are supported.
228+
- Use
229+
the [OpenTelemetry SDK Autoconfigure extension](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure)
230+
to support more configuration setting. All the settings of the OTLP exporter are supported.
211231
([#112](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/112))
212232

213233
## Version 1.6.0 (2021-09-22)
@@ -216,15 +236,17 @@ All components updated to target OpenTelemetry SDK 1.6.0.
216236

217237
### Maven extension - New 🌟
218238

219-
This extension can be registered in a Maven build to trace different build steps, for example project build and Maven plugin executions.
239+
This extension can be registered in a Maven build to trace different build steps, for example
240+
project build and Maven plugin executions.
220241

221242
## Version 1.5.0 (2021-09-21)
222243

223244
All components updated to target OpenTelemetry SDK 1.5.0.
224245

225246
### JMX metrics
226247

227-
- Due to updating to OpenTelemetry SDK 1.5.0, many of the APIs presented for configuration have been changed so you will need to update any Groovy config scripts to match.
248+
- Due to updating to OpenTelemetry SDK 1.5.0, many of the APIs presented for configuration have been
249+
changed so you will need to update any Groovy config scripts to match.
228250
* `*ValueRecorder` has been replaced with `*Histogram`
229251
* `*Sum` have been replaced with `*Counter`
230252
* `*Observer` have been replaced with `*Callback` and do not return any object anymore
@@ -235,11 +257,14 @@ All components updated to target OpenTelemetry SDK 1.4.0.
235257

236258
### AWS X-Ray - New 🌟
237259

238-
This library contains OTel extensions for use with [AWS X-Ray](https://docs.aws.amazon.com/xray/index.html).
260+
This library contains OTel extensions for use
261+
with [AWS X-Ray](https://docs.aws.amazon.com/xray/index.html).
239262

240263
### JMX Metrics
241264

242-
- Because of numerous backwards incompatible changes in the OpenTelemetry Metrics data model, you will want to make sure you are running the latest version of the OpenTelemetry collector. Older versions will likely not process metrics correctly.
265+
- Because of numerous backwards incompatible changes in the OpenTelemetry Metrics data model, you
266+
will want to make sure you are running the latest version of the OpenTelemetry collector. Older
267+
versions will likely not process metrics correctly.
243268

244269
## Version 1.0.0-alpha (2021-06-02)
245270

0 commit comments

Comments
 (0)