DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
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
...