Skip to content
New issue

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

can not find servces on Zipkin Server #3436

Open
Ayue2229 opened this issue Mar 16, 2022 · 0 comments
Open

can not find servces on Zipkin Server #3436

Ayue2229 opened this issue Mar 16, 2022 · 0 comments
Labels

Comments

@Ayue2229
Copy link

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==============
@Ayue2229 Ayue2229 added the bug label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant