Usage with multiple flows #18
-
|
It is still not 100% clear for me from the docs on how it should be used with multiple flows. Imagine I have multiple flows in node-red that all have If I want to enable OpenTelemetry tracing, should I add an The reason I am asking is that I've added this node and its only creating traces and spans in that flow, but if I try to add another OTEL node to other flow my node-red instance is just crashing and the container restarts |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello, The docs says:
So… you have to add OTEL node only once (on one flow only, no matter which one, it will handle all the flows) 😉 If you do not find expected traces, you can open an issue with the relevant configs and logs. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer, I'll try to dive deeper on why am I not getting the traces |
Beta Was this translation helpful? Give feedback.
Hello,
The docs says:
So… you have to add OTEL node only once (on one flow only, no matter which one, it will handle all the flows) 😉
If you do not find expected traces, you can open an issue with the relevant configs and logs.