Skip to content

@elastic/opentelemetry-node 1.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 15:51
· 347 commits to main since this release
53f6370

Changelog

Features and enhancements

  • The Elastic-authored @elastic/opentelemetry-instrumentation-openai
    instrumentation has been upstreamed to OpenTelemetry.
    EDOT Node.js now uses the @opentelemetry/instrumentation-openai package
    to instrument openai. The newer package supports instrumenting openai@5 --
    the current major version.
    #1015

    • If you were using @elastic/opentelemetry-instrumentation-openai with the
      OTEL_NODE_ENABLED_INSTRUMENTATIONS or OTEL_NODE_ENABLED_INSTRUMENTATIONS
      environment variables, you should switch to using openai. The old value
      will still work until the next major release.

Fixes

  • Update to latest @opentelemetry/* dependencies (#1027), which includes a fix for a bug in @opentelemetry/otlp-exporter-base@0.204.0 that could break bundling.

README | Full Release Notes | Breaking Changes