Releases: elastic/elastic-otel-node
Releases · elastic/elastic-otel-node
@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.