These helpers wrap upstream OpenTelemetry instrumentation packages
for outbound HTTP and Node.js runtime metrics. They are kept in a
separate entry point so projects that don't want them avoid the
extra dependencies and the require-in-the-middle patching at
startup.
Pass the returned arrays to setupOtel({ instrumentations: [...] }).
Opt-in auto-instrumentations.
These helpers wrap upstream OpenTelemetry instrumentation packages for outbound HTTP and Node.js runtime metrics. They are kept in a separate entry point so projects that don't want them avoid the extra dependencies and the
require-in-the-middlepatching at startup.Pass the returned arrays to
setupOtel({ instrumentations: [...] }).