diff --git a/pom.xml b/pom.xml
index 5ac0cc4c6..5b63b3214 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,6 +30,8 @@
0.8.5
0.0.4.RELEASE
0.0.22
+ Hoxton.SR4
+ 2.0.0-RC1
@@ -114,6 +116,16 @@
+
+
+ com.wavefront
+ wavefront-spring-boot-starter
+
+
+ org.springframework.cloud
+ spring-cloud-starter-sleuth
+
+
org.junit.jupiter
@@ -133,6 +145,25 @@
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring-cloud.version}
+ pom
+ import
+
+
+ com.wavefront
+ wavefront-spring-boot-bom
+ ${wavefront.version}
+ pom
+ import
+
+
+
+
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 4d4784e36..9d994f891 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -23,3 +23,6 @@ logging.level.org.springframework=INFO
# Maximum time static resources should be cached
spring.resources.cache.cachecontrol.max-age=12h
+
+spring.application.name=spring-petclinic
+wavefront.application.name=spring-demos