Closed gitravik closed 6 years ago
Did you package your app with the "zipkin" maven profile ?
Can you give me the result of jhipster info
? This is mandatory for opening bugs. Also are how are you running the console ? From the master branch ?
@gitravik Can you give me additional info. So this issue can be resolved more quickly.
Closing as no more info was provided.
Hello, i have the same issue,
"Did you package your app with the "zipkin" maven profile ?" -> Yes SPRING_PROFILES_ACTIVE | prod,swagger,zipkin
Jhipster version 5.7.2
@ivan86to Please don't comment on an old issue. If you have a bug please open another issue and provide the content or jhipster info
hi any body find solution?
i find it must write dependency in pom.xml file after log4j section :
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<!-- introducting the spring zipkin dependency -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-zipkin</artifactId>
</dependency>
Hello, Zipkin is running fine but My issue is I can't find any span or traces. sometimes service name even not showing in the list.
I have clone latest jhipster-console and run it in my local machine.
zipkin:
Here is my spring boot servile console log, I think zipkin is active
I follow the link https://www.jhipster.tech/monitoring/#zipkin
But still I cant see any span or traces in zipkin ui so can you please help me to figure it out.