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
All components updated to target OpenTelemetry SDK 1.9.1.
81
81
@@ -104,7 +104,7 @@ All components updated to target OpenTelemetry SDK 1.9.1.
104
104
105
105
Skipped to stay in sync with other OpenTelemetry Java repositories.
106
106
107
-
## Version 1.7.0 - 2021-10-29
107
+
## Version 1.7.0 (2021-10-29)
108
108
109
109
All components updated to target OpenTelemetry SDK 1.7.0.
110
110
@@ -140,15 +140,15 @@ Allows programmatic attach of Javaagent.
140
140
* 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.
All components updated to target OpenTelemetry SDK 1.6.0.
146
146
147
147
### Maven extension - New 🌟
148
148
149
149
This extension can be registered in a Maven build to trace different build steps, for example project build and Maven plugin executions.
150
150
151
-
## Version 1.5.0 - 2021-09-21
151
+
## Version 1.5.0 (2021-09-21)
152
152
153
153
All components updated to target OpenTelemetry SDK 1.5.0.
154
154
@@ -159,7 +159,7 @@ All components updated to target OpenTelemetry SDK 1.5.0.
159
159
*`*Sum` have been replaced with `*Counter`
160
160
*`*Observer` have been replaced with `*Callback` and do not return any object anymore
161
161
162
-
## Version 1.4.0 - 2021-08-13
162
+
## Version 1.4.0 (2021-08-13)
163
163
164
164
All components updated to target OpenTelemetry SDK 1.4.0.
165
165
@@ -171,7 +171,7 @@ This library contains OTel extensions for use with [AWS X-Ray](https://docs.aws.
171
171
172
172
* 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.
0 commit comments