Releases: cloudydeno/deno-observability
Releases · cloudydeno/deno-observability
v0.6.3: Pin //esm.sh/shimmer import
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
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
What's Changed
- Instrument
new Deno.Command()
- replacesDeno.run()
Deno.run()
instrumentation is kept in parallel for now, until Deno removes the API.
Full Changelog: v0.6.0...v0.6.1
v0.6.0 with OpenTelemetry-JS v1.24.0
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
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.