This commit is contained in:
Guillaume Polaert 2017-05-16 14:38:30 +02:00
parent 0c06397094
commit f16c0efc22
1 changed files with 1 additions and 3 deletions

View File

@ -23,14 +23,12 @@ sampler:
# Decorators are used to add extra information to span
# Could be DBServiceDecorator, MapperDecorator or HTTPServiceDecorator
decorators:
# This span decorator leverages HTTP tags such as the URL requested
- type: HTTPServiceDecorator
componentName: http
desiredServiceName: unnamed-java-http
# This span decorator leverages DB tags such as the statement requested
- type: DBServiceDecorator
- type: DBServiceDecorator
componentName: db
desiredServiceName: unnamed-java-db