Skip to content

Version 1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 07:02
efc9952

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