@elastic/opentelemetry-node 1.2.0
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
redisversion 4 has moved from@opentelemetry/instrumentation-redis-4to@opentelemetry/instrumentation-redis. If you are using theOTEL_NODE_ENABLED_INSTRUMENTATIONSorOTEL_NODE_DISABLED_INSTRUMENTATIONSenvironment variables to control instrumentation ofredis@4you will need to change from using "redis-4" to "redis".