Skip to content

@elastic/opentelemetry-node 1.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 16:33
· 437 commits to main since this release
8b30325

Changelog

Features and enhancements

  • Initial support for Central Configuration: the ability to configure some aspects of EDOT Node.js in running instrumented applications from a central Kibana. This feature is in technical preview. #834 #886

    This release includes support for the following settings: logging_level, deactivate_all_instrumentations, deactivate_instrumentations

Chores

  • Support for instrumenting redis version 4 has moved from @opentelemetry/instrumentation-redis-4 to @opentelemetry/instrumentation-redis. If you are using the OTEL_NODE_ENABLED_INSTRUMENTATIONS or OTEL_NODE_DISABLED_INSTRUMENTATIONS environment variables to control instrumentation of redis@4 you will need to change from using "redis-4" to "redis".

README | Full Release Notes | Breaking Changes