Skip to content

Releases: elastic/elastic-otel-node

@elastic/opentelemetry-node 0.6.0

18 Dec 16:49
9d29836
Compare
Choose a tag to compare

Changelog


README | Full Changelog

@elastic/mockotlpserver 0.6.2

18 Dec 16:16
37c4eab
Compare
Choose a tag to compare

Changelog

  • Fix Docker publishing (permissions, context dir).

README | Full Changelog

@elastic/opentelemetry-instrumentation-openai 0.4.1

18 Dec 16:10
5ad4ddc
Compare
Choose a tag to compare

Changelog

  • Include "LICENSE" file in the published package.

README | Full Changelog

@elastic/opentelemetry-instrumentation-openai 0.4.0

12 Dec 19:04
b465fc4
Compare
Choose a tag to compare

Changelog

  • Fix the release workflow.

@elastic/opentelemetry-instrumentation-openai 0.3.0

12 Dec 18:39
3ce6cba
Compare
Choose a tag to compare

(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

31 Oct 17:02
ad1be7a
Compare
Choose a tag to compare

Changelog

  • chore: Bump @opentelemetry/* dependencies (#419, #411, #403)

@elastic/opentelemetry-node 0.4.1

03 Oct 15:06
6acc4a3
Compare
Choose a tag to compare

Changelog

  • chore: Fix release workflow. v0.4.0 was released without a GitHub releases
    entry.

@elastic/mockotlpserver 0.5.0

06 Sep 18:34
e8928b1
Compare
Choose a tag to compare

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 a logLevel option to the MockOtlpServer class for module usage.

@elastic/mockotlpserver 0.4.1

06 Sep 17:02
f603473
Compare
Choose a tag to compare

Changelog

(First version published to npm.)

  • Fix "publishConfig" so npm publishing can work.

@elastic/opentelemetry-node 0.3.0

01 Aug 17:05
b3b1038
Compare
Choose a tag to compare

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