We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I couldn't find services on Zipkin, Here are my springboot project config file, and pom denpendency:
spring: application: name: springboot-wy zipkin.base-url: http://localhost:9411/ sleuth.sampler.probability: 1.0
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-zipkin</artifactId> <version>2.0.0.RELEASE</version> </dependency>
the zipkin server runs well, and the project log was like :
2022-03-16 19:08:16.155 INFO [springboot-wy,fa581971f82f11e4,fa581971f82f11e4,true] 15876 --- [io-8089-exec-10] c.e.d.controller.JerseyHelloController : hello============== 2022-03-16 19:08:16.396 INFO [springboot-wy,33cca1964589dcf4,33cca1964589dcf4,true] 15876 --- [nio-8089-exec-8] c.e.d.controller.JerseyHelloController : hello==============
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I couldn't find services on Zipkin, Here are my springboot project config file, and pom denpendency:
the zipkin server runs well, and the project log was like :
The text was updated successfully, but these errors were encountered: