Skip to content

atsharp/wavefront-autoconfig-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wavefront-autoconfig-issue

Demonstrate an issue using Spring Sleuth and Wavefront's Spring starter with a custom autoconfiguration

This example imports Spring, Spring Sleuth, and wavefront-spring-boot-starter

The application loads an autoconfiguration class which includes a dependency on Tracer which is auto-configured by Sleuth.

The application fails to create a sampler (a noop sampler is created which effectively means no results are emitted). The reason being that WavefrontAutoConfiguration is pushed AFTER SleuthAutoConfiguration despite appropriate AutoConfigureAfter/AutoConfigureBefore annotations

About

Demonstrate an issue using Spring's Wavefront config with autoconfiguration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages