admin管理员组文章数量:1298178
I would like to create a graph with Vega that would indicate based on a business id (which has passed from one service to another) and therefore know the path that a complete call has taken in terms of RouteId and external calls.
Instead of recording each routeId/external calls in a file, I think I will put it in a cache (lasting 5 minutes maximum), short-term performance.
Is it possible to easily record each step of the run without going through JMX, such as a trigger for each Endpoint Component or routeId?
based on its "logs" create a sequence diagram of each step. I know that there are several tools such as Hawtio (which I find far too heavy and which uses JMX which I am trying to avoid.) I use Camel and Quarkus (no Spring Boot)
Thanks in advance
I would like to create a graph with Vega that would indicate based on a business id (which has passed from one service to another) and therefore know the path that a complete call has taken in terms of RouteId and external calls.
Instead of recording each routeId/external calls in a file, I think I will put it in a cache (lasting 5 minutes maximum), short-term performance.
Is it possible to easily record each step of the run without going through JMX, such as a trigger for each Endpoint Component or routeId?
based on its "logs" create a sequence diagram of each step. I know that there are several tools such as Hawtio (which I find far too heavy and which uses JMX which I am trying to avoid.) I use Camel and Quarkus (no Spring Boot)
Thanks in advance
Share Improve this question edited Mar 2 at 19:41 davidebacci 30.3k4 gold badges18 silver badges47 bronze badges asked Feb 23 at 19:03 MartelMartel 457 bronze badges1 Answer
Reset to default 0See the message history EIP for a possible way to know what route path a message went
本文标签:
版权声明:本文标题:apache camel - How create Vega Diagram from each step of my process (routeId or extra external call) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741306145a2371379.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论