High utilization for lua transform #13250
-
Hi, I have a lua transform in my vector pipeline. When the traffic goes up, the utilization metric for this transform goes up to 100% (value of 1) and flattens. I want to understand a couple of things related to this event:
Details about the transform: Vector version: 0.20.1 Infra: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @amanmahajan26 ! The
However, it is definitely very flexible and is useful as a "trapdoor" for functionality lacking in Vector, for that reason. There isn't much you can do to improve the performance of the transform, but if you wanted to share what you are using the transform for, we might be able to suggest alternatives that avoid the For impact, it will apply back-pressure back up to all of its inputs. This back-pressure will likely propagate all the way up to the sources where they will start consuming more slowly. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply @jszwedko. The lua transform is being used to parse a config file which looks like this:
Based on the application, I need to map the channel to its corresponding virtual channel. Is there any alternative to do this instead of using lua transform? |
Beta Was this translation helpful? Give feedback.
Thanks for your reply @jszwedko. The lua transform is being used to parse a config file which looks like this:
Based on the application, I need to map the channel to its corresponding virtual channel.
Is there any alternative to do this instead of using lua transform?