链路追踪 Zipkin+Sleuth 解决 Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx
Posted _DiMinisH
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了链路追踪 Zipkin+Sleuth 解决 Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx相关的知识,希望对你有一定的参考价值。
链路追踪 Zipkin+Sleuth 解决 Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx
1. 出现问题
日志中出现如下警告
这是访问url时, 出现Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx问题
2. 解决方法
更改 application.properties 或 application.yml 配置文件
错误的写法
应该改为
注意前缀
spring.zipkin.base-url=http://192.168.100.130:9411/
此时访问就恢复正常了
以上是关于链路追踪 Zipkin+Sleuth 解决 Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx的主要内容,如果未能解决你的问题,请参考以下文章
链路追踪 Zipkin+Sleuth 解决 Illegal character in scheme name at index 0: 192.168.100.130:9411/xxx/xx
Spring Cloud 使用sleuth&zipkin 链路追踪
Spring Cloud全链路追踪实现(Sleuth+Zipkin+RabbitMQ+ES+Kibana)
Sleuth+Zipkin 实现 SpringCloud 链路追踪