sohaotel-nodejs
v1.3.1
Published
library for using opentelemetry on nodejs
Readme
How to install?
Build: npm run build
How to use?
import SohaOtel from 'sohaotel-nodejs';
const otelInstance = new SohaOtel(yourServiceName,YourTracerName,Version);
yourServiceName is your serviceName can not be empty
TracerName can be the name of your sdk can not be empty
Version can be the version of your sdk can be empty
otelInstance includes: { tracer, SemanticAttributes, SpanKind, SpanStatusCode, trace, context, propagation, serializeString, exact }
