Unable to see service name in jaeger ui

779 views
Skip to first unread message

PRIYANSHI GOYAL

unread,
Jan 24, 2018, 8:38:48 AM1/24/18
to Jaeger Tracing
Hi all, 

I am trying to integrate jaeger tracing in my java spring application.
I have added following code in the configuration file :

 @Bean
public io.opentracing.Tracer jaegerTracer(){

Sender sender = new HttpSender("http://localhost:14268/api/traces");
com.uber.jaeger.Configuration.SenderConfiguration senderConfiguration = new com.uber.jaeger.Configuration
.SenderConfiguration.Builder()
.sender(sender)
.build();

return new com.uber.jaeger.Configuration("pilot-tracking",
new com.uber.jaeger.Configuration.SamplerConfiguration(ProbabilisticSampler.TYPE, 1),
new com.uber.jaeger.Configuration.ReporterConfiguration(sender)).getTracer();
}


and used following docker command :

docker run -d -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest

Still, I am not able to find my service in jaeger-ui

Upon hitting this url :
Output is :
tcollector error: tchannel error ErrCodeBadRequest: no handler for service "jaeger-collector" and method "SamplingManager::getSamplingStrategy"


Please help!!

plo...@redhat.com

unread,
Jan 24, 2018, 8:42:01 AM1/24/18
to Jaeger Tracing
Hi,

UI is available at http://localhost:16686/ try to look there.

PRIYANSHI GOYAL

unread,
Jan 24, 2018, 10:43:08 AM1/24/18
to Jaeger Tracing
Hi, 

Ui is available, but my service name pilot-tracking is not showing up in the drop down.

Won Jun Jang

unread,
Jan 24, 2018, 4:34:45 PM1/24/18
to PRIYANSHI GOYAL, Jaeger Tracing
Email might not be the best venue for debugging this, can you drop by https://gitter.im/jaegertracing/Lobby and ask there? We'll be able to assist you better there.

--
You received this message because you are subscribed to the Google Groups "Jaeger Tracing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jaeger-tracing+unsubscribe@googlegroups.com.
To post to this group, send email to jaeger-tracing@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jaeger-tracing/035c1748-bbf5-48e7-b6b4-af5d85a7ebf1%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages