Skip to content

Releases: open-telemetry/opentelemetry-ruby

opentelemetry-metrics-api 0.4.0

14 Aug 17:38
752080a

Choose a tag to compare

v0.4.0 / 2025-08-14

  • ADDED: Support asynchronous instruments: ObservableGauge, ObservableCounter and ObservableUpDownCounter
  • FIXED: Update max instrument name length from 63 to 255 characters and allow / in instrument names

opentelemetry-logs-sdk 0.3.0

14 Aug 17:39
752080a

Choose a tag to compare

v0.3.0 / 2025-08-14

  • ADDED: Update error message for invalid log record attribute
  • ADDED: Set logs exporter default to OTLP

opentelemetry-exporter-otlp-metrics 0.6.0

14 Aug 17:38
752080a

Choose a tag to compare

v0.6.0 / 2025-08-14

  • ADDED: Add support for exporting asynchronous instruments

opentelemetry-exporter-otlp-logs 0.2.1

14 Aug 17:38
752080a

Choose a tag to compare

v0.2.1 / 2025-08-14

  • FIXED: Support hash bodies and attribute values in OTLP logs exporter

opentelemetry-api 1.6.0

14 Aug 17:38
752080a

Choose a tag to compare

v1.6.0 / 2025-08-14

  • ADDED: Add noop methods on Trace::Span for attributes and events

opentelemetry-metrics-sdk 0.7.3

09 Jul 15:33
d205746

Choose a tag to compare

v0.7.3 / 2025-07-09

  • FIXED: Stop exporting metrics with empty data points

opentelemetry-metrics-sdk 0.7.2

04 Jul 00:01
0ec5eb1

Choose a tag to compare

v0.7.2 / 2025-07-03

  • FIXED: Coerce aggregation temporality to be a symbol for exponential histograms

opentelemetry-exporter-otlp-metrics 0.5.0

23 Jun 17:20
3fdabbc

Choose a tag to compare

v0.5.0 / 2025-06-23

  • ADDED: Add exponential histogram in otlp metrics exporter

opentelemetry-metrics-sdk 0.7.1

28 May 19:04
4621c02

Choose a tag to compare

v0.7.1 / 2025-05-28

  • FIXED: Recover periodic metric readers after forking

opentelemetry-metrics-sdk 0.7.0

13 May 16:23
ace2c9f

Choose a tag to compare

v0.7.0 / 2025-05-13

  • ADDED: Add basic exponential histogram