elastic-otel-node

Elastic Distribution of OpenTelemetry Node.js

APACHE-2.0 License

Downloads
558
Stars
3
Committers
7

Bot releases are visible (Hide)

elastic-otel-node - @elastic/mockotlpserver 0.5.0 Latest Release

Published by github-actions[bot] about 1 month ago

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-otel-node - @elastic/mockotlpserver 0.4.1

Published by github-actions[bot] about 1 month ago

Changelog

(First version published to npm.)

  • Fix "publishConfig" so npm publishing can work.
elastic-otel-node - @elastic/opentelemetry-node 0.3.0

Published by github-actions[bot] 3 months ago

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-otel-node - @elastic/opentelemetry-node 0.2.0

Published by github-actions[bot] 4 months ago

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-otel-node - @elastic/opentelemetry-node 0.1.3

Published by github-actions[bot] 6 months ago

Changelog

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