Skip to content
Advertisement

Tag: node.js

@opentelemetry/sdk-node vs @opentelemetry/sdk-tracing-node

I am trying to play with open telemetry in a Node application. I find it a bit confusing that some examples ask me to install the @opentelemetry/sdk-node (like this official guide), while some others ask me to install @opentelemetry/sdk-tracing-node (like this one, also offical guide). The examples that require @opentelemetry/sdk-node have code like this: The ones using @opentelemetry/sdk-tracing-node are like

Advertisement