Skip to content

Releases: cloudydeno/deno-observability

v0.6.3: Pin //esm.sh/shimmer import

03 Jun 10:59
c6ba11a
Compare
Choose a tag to compare

I've seen messages like this in some situations:

error: Specifier not found in cache: "https://esm.sh/shimmer", --cached-only is specified.
    at https://deno.land/x/[email protected]/opentelemetry/instrumentation.js:19:26

I suspect that the import redirection is what defeats the deno cache, so pinning the version. Should be pinned anyway.

v0.6.2: Fix encoding in OTLP metrics exports

25 May 10:23
51edd0d
Compare
Choose a tag to compare

Diff: Fix metrics export 400 Bad Request issues

Addresses a regression in the metrics signal when OpenTelemetry-JS started using LongBits.

v0.6.1: Instrumenting the Deno.Command() API

18 May 12:33
0eb6d1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0 with OpenTelemetry-JS v1.24.0

17 May 22:09
ea0e851
Compare
Choose a tag to compare

opentelemetry-js has made larger changes to:

  • semantic-conventions package, the previous exports have been marked as deprecated
  • logs and events packages, which are now related (events API now depends on logs API)
  • OTLP transforming, to improve timestamp precision
  • their build system which is what delayed this update here

What's Changed

  • Update opentelemetry-js: 1.15.2 -> 1.18.0 by @danopia in #4
  • Update opentelemetry-js: 1.18.0 -> 1.24.0 by @danopia in #5
  • Maintenance on otel platform by @danopia in #6

Full Changelog: v0.5.4...v0.6.0

v0.4: In-House Builds of opentelemetry-js

07 May 17:19
Compare
Choose a tag to compare

These bundles are slimmed down and NodeJS-isms removed, keeping the file size down and making it more reasonable to add opentelemetry instrumentations to open-source libraries.