Operator on Node 20, not node 22
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.
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.
@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