You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
- 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.
@@ -216,15 +236,17 @@ All components updated to target OpenTelemetry SDK 1.6.0.
216
236
217
237
### Maven extension - New 🌟
218
238
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.
220
241
221
242
## Version 1.5.0 (2021-09-21)
222
243
223
244
All components updated to target OpenTelemetry SDK 1.5.0.
224
245
225
246
### JMX metrics
226
247
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.
228
250
*`*ValueRecorder` has been replaced with `*Histogram`
229
251
*`*Sum` have been replaced with `*Counter`
230
252
*`*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.
235
257
236
258
### AWS X-Ray - New 🌟
237
259
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).
239
262
240
263
### JMX Metrics
241
264
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.
0 commit comments