Skip to content

Commit b444b4c

Browse files
Web based span passing
1 parent d608ea7 commit b444b4c

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring.zipkin:
2+
base-url: http://docssleuth-zipkin-server.cfapps.io
3+
sender.type: web
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring.zipkin:
2+
base-url: http://docssleuth-zipkin-server.cfapps.io
3+
sender.type: web
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring.zipkin:
2+
base-url: http://docssleuth-zipkin-server.cfapps.io
3+
sender.type: web
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
spring.zipkin:
2+
base-url: http://docssleuth-zipkin-server.cfapps.io
3+
sender.type: web

zipkin-server-legacy/manifest.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ applications:
33
- name: docssleuth-zipkin-server
44
memory: 1024M
55
instances: 1
6-
host: zipkin-server-rk
6+
host: docssleuth-zipkin-server
77
path: build/libs/zipkin-server-1.0.0.SLEUTH_DOCS.jar
88
services:
99
- docssleuth-rabbitmq
10-
- mysql-sleuth-rk
10+
- docssleuth-mysql
11+
#- mysql-sleuth-rk
1112
env:
1213
SPRING_PROFILES_ACTIVE: cloud
1314
DEBUG: "true"

zipkin-server/manifest.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@ applications:
22
- name: zipkin-server-v2
33
memory: 1024M
44
instances: 1
5-
host: zipkin-server
5+
host: docssleuth-zipkin-server
66
path: zipkin-server-2.4.0-exec.jar
77
services:
88
- docssleuth-rabbitmq
9-
- mysql-sleuth-rk
9+
- docssleuth-mysql
10+
#- mysql-sleuth-rk
1011
env:
1112
SPRING_PROFILES_ACTIVE: cloud
1213
DEBUG: "true"
1314
#RABBIT_ADDRESSES: ${vcap.services.docssleuth-rabbitmq-new.credentials.uri}
14-
RABBIT_ADDRESSES: elephant.rmq.cloudamqp.com
15-
RABBIT_USER: jxwoaass
16-
RABBIT_PASSWORD: 6FpvRb22XVwNZQsDH6aA-KEBFlGkWAuV
17-
RABBIT_VIRTUAL_HOST: jxwoaass
15+
#RABBIT_ADDRESSES: elephant.rmq.cloudamqp.com
16+
#RABBIT_USER: jxwoaass
17+
#RABBIT_PASSWORD: 6FpvRb22XVwNZQsDH6aA-KEBFlGkWAuV
18+
#RABBIT_VIRTUAL_HOST: jxwoaass

0 commit comments

Comments
 (0)