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

Operator on Node 20, not node 22

Open brianlangbecker opened this issue 1 month ago • 2 comments

Component(s)

auto-instrumentation

Describe the issue you're reporting

Noticed in here: https://github.com/open-telemetry/opentelemetry-operator/blob/main/autoinstrumentation/nodejs/Dockerfile

That it is on node 20 and node 22.

Tip

React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.

brianlangbecker avatar Nov 14 '25 04:11 brianlangbecker

Customer noted: I encountered one app here where auto-instrumentation is not supported at all. It's in nodejs v22.

As I understand it, there are no available plugins yet for redis@5 and kafkajs. No OTLP logs were generated at all -- even with debug mode.

Image Image

brianlangbecker avatar Nov 14 '25 06:11 brianlangbecker

@brianlangbecker I'm confused. If there are not auto-instrumentation packages for the desired javascript libraries then bumping the node version will not solve the problem

TylerHelmuth avatar Nov 14 '25 15:11 TylerHelmuth