Version 1.5.0
This release targets the OpenTelemetry SDK 1.5.0.
JMX metrics
- 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