That's because Sleuth server is a stream Sleuth server. You're receiving spans via messaging so you need a messaging binder. Currently you can use either kafka and rabbitmq. reference.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
</dependency>