mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:25:49 +00:00
Add spans for cache
This commit is contained in:
parent
c9e5ea8c09
commit
c91c257f4f
1 changed files with 2 additions and 2 deletions
|
@ -19,10 +19,10 @@ public class AddSpansToCache {
|
|||
@Value("${petclinic.outboudExternalService.serviceType:ehcache}")
|
||||
String serviceType;
|
||||
|
||||
@Value("${petclinic.outboudExternalService.ApplicationName:Cache}")
|
||||
@Value("${wavefront.application.name:Cache}")
|
||||
String applicationName;
|
||||
|
||||
@Value("${petclinic.inboudExternalService.ComponentName:ehcache}")
|
||||
@Value("${petclinic.outboundExternalService.ComponentName:ehcache}")
|
||||
String componentName;
|
||||
|
||||
final Tracer tracer;
|
||||
|
|
Loading…
Reference in a new issue