@elastic/opentelemetry-node 1.4.0
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-openaipackage
to instrumentopenai. The newer package supports instrumenting openai@5 --
the current major version.
#1015- If you were using
@elastic/opentelemetry-instrumentation-openaiwith the
OTEL_NODE_ENABLED_INSTRUMENTATIONSorOTEL_NODE_ENABLED_INSTRUMENTATIONS
environment variables, you should switch to usingopenai. The old value
will still work until the next major release.
- If you were using
Fixes
- Update to latest
@opentelemetry/*dependencies (#1027), which includes a fix for a bug in@opentelemetry/otlp-exporter-base@0.204.0that could break bundling.