码迷,mamicode.com
首页 > 其他好文 > 详细

zipkin服务端高可用

时间:2018-01-15 16:37:30      阅读:951      评论:0      收藏:0      [点我收藏+]

标签:sse   discover   enc   lease   work   manage   port   name   ase   

server:
port: 9412
spring:
application:
name: unieap-zipkin-client
zipkin:
enabled: true
base-url: http://unieap-zipkin-server/
locator:
discovery:
enabled: true

unieap-zipkin-server为eureka服务注册中心地址。
需要以下依赖
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.spring.platform</groupId>
<artifactId>platform-bom</artifactId>
<version>Brussels-SR6</version><!-- Brussels-SR4 -->
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>Edgware.RELEASE</version> <!-- Dalston.SR3 Dalston.SR2 --> <!-- Dalston.SR3 --> <!-- Edgware.RELEASE -->
<type>pom</type>
<scope>import</scope>
</dependency>

    </dependencies>
</dependencyManagement>

zipkin服务端高可用

标签:sse   discover   enc   lease   work   manage   port   name   ase   

原文地址:http://blog.51cto.com/13005375/2061154

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!