apache camel - Enabling tracing at a single processor -


i using apache camel in combination hawt.io administration console. can enable tracing @ route level, need enable tracing @ single processor level.

is possible in apache camel enable tracing @ single processor? how ?

tracing default entire route, cannot want trace specific processor.

you can use interceptors or other ways own tracing , capture information 1 processor.

but out of box tracing functionality per route.


Comments

Popular posts from this blog

c++ - Do gcc's __float128 floating point numbers take the current rounding mode into account? -

java - the value of local variable is not used -