Skip to content

Releases: elastic/elastic-otel-node

@elastic/opentelemetry-node 0.2.0

13 Jun 17:18
f26bb57
Compare
Choose a tag to compare

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.
    Use OTEL_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 and OTEL_EXPORTER_OTLP_PROTOCOL=http/json
    now work. Before this change only the default http/proto OTLP export
    protocol would work out of the box.

@elastic/opentelemetry-node 0.1.3

30 Apr 21:36
fa1d446
Compare
Choose a tag to compare

Changelog

  • chore: Correct another issue with "repository.url" setting in package.json,
    required for npm provenance generation.