opentelemetry-js icon indicating copy to clipboard operation
opentelemetry-js copied to clipboard

Lighter-weight no-op API packaging

Open kcirone opened this issue 4 years ago • 7 comments
trafficstars

There is currently no easy way to get the basic OpenTelemetry constructs - tracer, span, context - without uptaking the whole API tree including diag logging, etc. For implementations where No-Op is the default but conditional, it would be beneficial to have a lighter-weight API structure that minimizes footprint.

kcirone avatar Aug 10 '21 18:08 kcirone