Skip to content

Releases: zio/zio-telemetry

v3.0.0

17 Oct 12:29
a760f0e
Compare
Choose a tag to compare

🚀 Finally, after 26 RC releases, we are ready to release version 3.0 🚀

Thanks to all contributors

Thanks to all the contributors and users of ZIO Telemetry!

Especially thanks to those who made this release happen:

Best regards,
Michael Nedokushev (@grouzen)

What's changed since 2.0

Most of the effort was put into maturing the zio-opentelemetry module.
In addition to Traces, the rest of the signals have been added:

The correct synchronization between ZIO 2 runtime and java SDK auto-instrumentation agent was implemented.

The public APIs of all modules have been polished and documented.

What's next?

Now, when we support all types of OTEL signals, it is time to focus on adding smooth integration with the ZIO ecosystem of libraries.
To this end, new modules for zio-http, zio-grpc, zio-kafka, and so on are planned.

Seeing as more and more companies continue to migrate to OpenTelemetry, I believe that most of the development will be focused on the zio-opentelemetry module, and the zio-opencensus and zio-opentracing will gradually become obsolete.

Dependency Updates

v3.0.0-RC26

21 Aug 07:42
499edc2
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC25

08 Aug 21:50
9766518
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC24

05 Jun 14:40
980059d
Compare
Choose a tag to compare

What's Changed

Features

First integration with ZIO libraries ecosystem 🔥
Thanks @andrzejressel for adding an integration with zio-logging! 🚀

v3.0.0-RC23

04 May 16:42
9cbadc7
Compare
Choose a tag to compare

What's Changed

Approaching the release of version 3.0

There is only one issue to close in Milestone 3.0.0 🚀

v3.0.0-RC22

21 Apr 17:01
4d88246
Compare
Choose a tag to compare

New features

Seamless integration with ZIO Metrics 🔥

  • Allows automatic propagation of ZIO runtime and JVM metrics to OTEL metrics. Enable it by using OpenTelemetry.zioMetrics layer (docs).
  • Pass ZIO log annotations to OTEL metric attributes (docs).

What's Changed

Dependency Updates

v3.0.0-RC21

14 Jan 19:03
7c94e5d
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC20

28 Dec 14:54
dc953ae
Compare
Choose a tag to compare

What's Changed

OpenTelemetry Metrics

🎉 This release adds support for the long-awaited Metrics signal

OpenTelemetry docs improvements

🎅 Santa brought a docs update with comprehensive and ready-to-run examples based on the amazing Scala CLI tool

v3.0.0-RC19

25 Nov 19:18
d34332b
Compare
Choose a tag to compare

What's Changed

v3.0.0-RC18

17 Nov 11:45
fa8fa5d
Compare
Choose a tag to compare

What's Changed

Logs signal support

zio-opentelemetry module now supports Logs signal.
Please check out the documentation for more details.