Releases: elastic/elastic-otel-node
Releases · elastic/elastic-otel-node
@elastic/opentelemetry-node 0.6.0
Changelog
- feat: Add
@elastic/opentelemetry-instrumentation-openai
to the default set
of instrumentations. See https://github.com/elastic/elastic-otel-node/tree/main/packages/instrumentation-openai#readme
@elastic/mockotlpserver 0.6.2
@elastic/opentelemetry-instrumentation-openai 0.4.1
@elastic/opentelemetry-instrumentation-openai 0.4.0
Changelog
- Fix the release workflow.
@elastic/opentelemetry-instrumentation-openai 0.3.0
(This was a broken release. Use v0.4.0 or later.)
Changelog
- Based on GenAI semantic conventions 1.29.
- Instrumentation of chat completion, including streaming and tool calls.
- Instrumentation of embeddings creation.
- Unit tests that test against recorded responses from api.openai.com.
- Integration tests that run against Ollama, OpenAI, and Azure OpenAI.
@elastic/opentelemetry-node 0.5.0
@elastic/opentelemetry-node 0.4.1
Changelog
- chore: Fix release workflow. v0.4.0 was released without a GitHub releases
entry.
@elastic/mockotlpserver 0.5.0
Changelog
- fix: Add shebang line to the CLI script so
npx @elastic/mockotlpserver
works. - feat: Add
--log-level, -l LEVEL
option. E.g.mockotlpserver -l warn
makes startup silent.
Also add alogLevel
option to theMockOtlpServer
class for module usage.
@elastic/mockotlpserver 0.4.1
Changelog
(First version published to npm.)
- Fix "publishConfig" so npm publishing can work.
@elastic/opentelemetry-node 0.3.0
Changelog
-
Bump minimum supported Node.js version to v14.18.0.
(Previously it was v14.17.0.) -
feat: Add the following instrumentations:
@opentelemetry/instrumentation-connect @opentelemetry/instrumentation-cucumber @opentelemetry/instrumentation-dataloader @opentelemetry/instrumentation-dns @opentelemetry/instrumentation-generic-pool @opentelemetry/instrumentation-knex @opentelemetry/instrumentation-koa @opentelemetry/instrumentation-lru-memoizer @opentelemetry/instrumentation-memcached @opentelemetry/instrumentation-nestjs-core @opentelemetry/instrumentation-net @opentelemetry/instrumentation-redis @opentelemetry/instrumentation-restify @opentelemetry/instrumentation-router @opentelemetry/instrumentation-socket.io