Skip to content

Commit 26a4ef6

Browse files
committed
refactor tracing example
1 parent e4d52aa commit 26a4ef6

45 files changed

Lines changed: 75 additions & 464 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-all.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build_gradle_module "spring-cloud/tracing"
8990
build_maven_module "testing/assertJ"
9091
build maven_module "spring-boot/spring-boot-scheduler"
9192
build maven_module "aws/springcloudwatch"
@@ -191,8 +192,6 @@ then
191192
build_gradle_module "pact/pact-spring-provider"
192193
build_gradle_module "patterns"
193194
build_gradle_module "spring-cloud/feign-with-spring-data-rest"
194-
build_gradle_module "spring-cloud/sleuth-downstream-service"
195-
build_gradle_module "spring-cloud/sleuth-upstream-service"
196195
build_gradle_module "spring-cloud/spring-cloud-contract-provider" # has to run before consumer
197196
build_gradle_module "spring-cloud/spring-cloud-contract-consumer"
198197
build_gradle_module "spring-data/spring-data-rest-associations"

spring-cloud/sleuth-downstream-service/build.gradle

Lines changed: 0 additions & 45 deletions
This file was deleted.

spring-cloud/sleuth-downstream-service/gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

spring-cloud/sleuth-downstream-service/settings.gradle

Whitespace-only changes.

spring-cloud/sleuth-upstream-service/build.gradle

Lines changed: 0 additions & 44 deletions
This file was deleted.
Binary file not shown.

spring-cloud/sleuth-upstream-service/gradlew

Lines changed: 0 additions & 172 deletions
This file was deleted.

spring-cloud/sleuth-upstream-service/gradlew.bat

Lines changed: 0 additions & 84 deletions
This file was deleted.

spring-cloud/sleuth-upstream-service/settings.gradle

Whitespace-only changes.

0 commit comments

Comments
 (0)