Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then in the same Camel application you have mapped incoming and outgoing endpoints to different zipkin service names.

Tip

You can use wildcards in the service mapping, so to match all outgoing calls the same HTTP server you can do

zipkin.addClientServiceMapping("http:someserver*", "audit");

Mapping rules

The service name mapping for server occurs using the following rules

...