Fork me on GitHub
#releases
<
2023-06-18
>
steffan23:06:16

📣 clj-otel release 0.2.3 is out, an idiomatic Clojure API for adding telemetry to your libraries and applications using OpenTelemetry. 🌡️ Programmatic configuration of MeterProvider for metrics export 📈 New module clj-otel-exporter-prometheus for programmatic configuration of metric export direct to Prometheus 🔭 Bump OpenTelemetry to 1.27.0. This comes with a couple of minor breaking changes. The first is that the default value for otel.logs.exporter has changed from none to otlp. The second is that JVM metric instrumentation is now split into two artifacts, one for Java 8+ and the other (more capable) for Java 17+ 🩹 Minor fixes and version bumps 📓 See the https://cljdoc.org/d/com.github.steffan-westcott/clj-otel-api/0.2.3/doc/changelog for more information on changes in this release https://github.com/steffan-westcott/clj-otel

🎉 10