Skip to content

@elastic/opentelemetry-node 0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 17:18
· 204 commits to main since this release
f26bb57

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.