Releases: elastic/elastic-otel-node
Releases · elastic/elastic-otel-node
@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
@elastic/opentelemetry-node 0.2.0
Changelog
- feat: Add the following
@opentelemetry/instrumentation-*
instrumentations:
hapi
,aws-sdk
,redis-4
,grpc
,pino
. - feat: Add cloud/container resource detectors -- the same set included in
@opentelemetry/auto-instrumentations-node
. These are enabled by default.
UseOTEL_NODE_RESOURCE_DETECTORS
to set an explicit list of detectors.
(#214) - feat: Add missing exporters for logs and metrics signals. This means that
OTEL_EXPORTER_OTLP_PROTOCOL=grpc
andOTEL_EXPORTER_OTLP_PROTOCOL=http/json
now work. Before this change only the defaulthttp/proto
OTLP export
protocol would work out of the box.
@elastic/opentelemetry-node 0.1.3
Changelog
- chore: Correct another issue with "repository.url" setting in package.json,
required for npm provenance generation.