opentracing-contrib / java-spring-messaging

OpenTracing Spring Messaging instrumentation
Apache License 2.0
3 stars 11 forks source link

Disable/enable opentracing-spring-messaging-starter based on property #35

Closed malafeev closed 4 years ago

malafeev commented 4 years ago

Something like

@ConditionalOnProperty(name = "opentracing.spring.messaging.enabled", havingValue = "true", matchIfMissing = true)

similar to other components in https://github.com/opentracing-contrib/java-spring-cloud