Skip to content

Commit

Permalink
CAMEL-12587: camel-zipkin-starter fails mapping service names (#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrlgohel authored and davsclaus committed Aug 13, 2018
1 parent d95d290 commit 958e991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ camel.springboot.main-run-controller=true
camel.zipkin.endpoint=http://localhost:9411/api/v2/spans

# the zipkin service name
camel.zipkin.server-service-mappings.*=service1
camel.zipkin.client-service-mappings.*=service2
camel.zipkin.server-service-mappings.[*]=service1
camel.zipkin.client-service-mappings.[*]=service2

# include message bodies in the traces (not recommended for production)
camel.zipkin.include-message-body-streams=true
Expand Down

0 comments on commit 958e991

Please sign in to comment.