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 failure to load the extension declaring it in pom.xml #86
Fix exception if OTLP exporter is not configured properly #93.
Version 1.6.0 - 2021-09-22
All libraries updated to OpenTelemetry SDK 1.6.0.
New Libraries
opentelemetry-maven-extension - this extension can be registered in a Maven build to trace different build steps, for example project build and Maven plugin executions.
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.
*ValueRecorder has been replaced with *Histogram
*Sum have been replaced with *Counter
*Observer have been replaced with *Callback and do not return any object anymore
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.