When and where you define payment service register or link with zipkin server/tool. So how zipkin knows there is service payment ...can you please explain sir ?
@Javatechie4 жыл бұрын
We no need to define anywhere this job will take care by sleuth dependency .
@manish.adhikari5 жыл бұрын
Hey Basant, It is really a helpful tutorial. You are doing a great job! Thanks! However I've one question: How does our client application know where is Zipkin server hosted to push the microservice trace details? Where exactly we do this configuration? For example: we have a GUI (html) from where our execution reaches to controller method. From inside this method we are calling a microservice which internally calls another microservice and the aggregated data is pushed back to frontend. We added logs everywhere but where exactly we let our application know about the zipkin server to push the trace details.
@codefarm05 жыл бұрын
I think I know the answer to this. Basically, Zipkin is taking input details from microservices which have a library for instrumenting the code and allowed to do so in this case, spring cloud sleuth is doing the job. When you have added the Zipkin library it has default configuration where URL of Zipkin server localhost:9411 is mentioned in the microservices. @Basant Correct me If I am wrong. @Manish let me know if u need more details.
@girishanker3796 Жыл бұрын
I think since we are adding a sleuth-zipkin dependency in the client application, it will automatically trigger a post request to the default port in which we are configuring the zipkin server which is 9411.
@i_am_kshitij1118 Жыл бұрын
When I changed the port number of zipkin server, traces were not getting added. No configuration was mentioned anywhere regarding port number . Could u plz tell is it mandatory to run on same default port of Zipkin server
@noumaanmohammad12744 жыл бұрын
If we call external microservices ... Do we need to have a bean of alwayssampler in every external service we call or only in the parent service will be enough ?
@Javatechie4 жыл бұрын
Eventhough we will not add this Always sampler spring boot will add default one . So adding in parent is enough
@noumaanmohammad12744 жыл бұрын
Thank you..
@sarojsahoo87634 жыл бұрын
Does only Edgware.SR3 has DefaultSampler class . I dont find any other version has this class.
@Javatechie4 жыл бұрын
Am not sure will check and update you
@rajeshch12675 жыл бұрын
Hi sir , where it is log files in zipkin Ui,suppose in production any exception occure how to see that Exception log files.
@Javatechie5 жыл бұрын
Hey Rajesh , log file won't be visible there , hope you know what is the use of log file . It will be available in your environment like QA or Prod , if you are doing cloud deployment then you can check in cloud itself
@rajeshch12675 жыл бұрын
Thank you. But if any issues come in production environment how to see that log files any tool available or not
@Javatechie5 жыл бұрын
Yes man we need to go to putty tool then check the box there you can find log folder .
@sarojsahoo87634 жыл бұрын
@@rajeshch1267 Generally Production log we see through Splunk tool . I have used that in my project.
@rajeshreddychalla6714 жыл бұрын
@@sarojsahoo8763 thank you and elk also shall we log files ?
@shilpasingla17392 жыл бұрын
Sir ...we will have trace I'd and span I'd different in case we are hitting same service again and again. Please correct me if any gap
@Javatechie2 жыл бұрын
Yes spam id will be vary
@jaffarali28738 ай бұрын
I have followed your video but I have not receved any traceId and spanId these are null after and before hit to the service
@souravsantra47314 жыл бұрын
Thanks for explanation.
@vijayvantipalli34863 жыл бұрын
How does payment service recognise the zipping server without mentioning zipkin configuration anywhere in the service?
@i_am_kshitij1118 Жыл бұрын
And do you know how can we add span Id and trace Id to kafka consumer application which doesn't have any controller?
@sarojsahoo87634 жыл бұрын
So Both TraceId and Span ID are going to get matched against microservices (ex-If I have 2 microservices)
@Javatechie4 жыл бұрын
No trace id will be same across all microservice but not span id
@manojmehta32264 жыл бұрын
Nicely explained thanks
@hackstreet781 Жыл бұрын
how application knows where zipkin is running ?
@i_am_kshitij1118 Жыл бұрын
Are we using java 8 here??
@Javatechie Жыл бұрын
No not here
@raghuvardhansaripalli96364 жыл бұрын
Cant we see the log information in the zipkin dashboard ?
@Javatechie4 жыл бұрын
Yes we can see, I shown it in video for better understanding you can check my microservice playlist
@raghuvardhansaripalli96364 жыл бұрын
@@Javatechie Thanks for your response so quickly. Sorry to bother you again. I have seen your two videos separately which you have done one for Distributed Log tracing by using Sleuth + Zipkin (TO get Trace Id and SpanID) and another video for Centralized logging using ELK stack ( to get Log.Info messages). How can we see TRACE ID , SPAN ID along with Log.Info messages in KIBANA dashboard. I mean how to do the configuration of ELK+Sleuth+Zipin to get TRACEID, SPANID along with Log.Info message for a particular microservice .If you have done that video, can you please share that video link please. GOD BLESS YOU ....
@Javatechie4 жыл бұрын
@@raghuvardhansaripalli9636 this integration I didn't . let me check
@raghuvardhansaripalli96364 жыл бұрын
@@Javatechie Sure boss. If you don't have that video, could you please do for all youtubers whenever you have free some time. Actually i checked in youtube. No one has done this video so far. God bless you..!!!
@Javatechie4 жыл бұрын
@@raghuvardhansaripalli9636 I will do this
@rakeshmalhotra90884 жыл бұрын
Can you please explain, if the Zipkin server application is mandatory to have? Can't we install Zipkin server separately on port 9411 as a Docker container and configure our Payment service application to post traces to that server?
@rakeshmalhotra90884 жыл бұрын
Tested the integration with running Zipkin locally on 9411 and the Application was pushing traces to Zipkin. Thank you!
@mysongs1993 жыл бұрын
Sorry my bad, in this vedio zipkin server started. But where we configure payment application details in zipkin server..
@gollayellaiah20384 жыл бұрын
Hi, When i run zipkin server i am getting below issue and not able to lunch application. An attempt was made to call a method that does not exist. The attempt was made from the following location: zipkin2.server.internal.ZipkinHealthIndicator.(ZipkinHealthIndicator.java:26) The following method did not exist: org.springframework.boot.actuate.health.CompositeHealthIndicator.(Lorg/springframework/boot/actuate/health/HealthAggregator;)V The method's class, org.springframework.boot.actuate.health.CompositeHealthIndicator, is available from the following locations: .... Correct the classpath of your application so that it contains a single, compatible version of org.springframework.boot.actuate.health.CompositeHealthIndicator Note: I am using spring boot version 2.2.6 In main class it is showing The type EnableZipkinServer is deprecated. Could you please suggest me how can i resolve these issues. Thank you !!
@mohammadreza.beygifard3 жыл бұрын
Thanks for the video your videos helped me so much, but for this particular video, if you had created a parent mvn proj with two children both of them with only one end point you could show us in a more clear way what is traceId, spanId and parentId. Anyway thank you for your time!
@Javatechie3 жыл бұрын
Yeah I got your approach . That way it's easy to differentiate
@NewFactsFictions-5 жыл бұрын
HI I tried with spring boot 2.1.0 -RELEASE and not able to see the service in zipking and thre is no samplar in this version can you please help me for spring boot 2.1.0 release with zipkin and rabitMQ with spring cloud stream
@codefarm05 жыл бұрын
probably Zipkin as a server is discontinued from spring boot, now it's available as Zipkin client only for Zipkin server you have to go to zipkin.io and use the executable directly from there
@manishpeke32044 жыл бұрын
Sir could you please do video on distributed tracing for kafka based consumer and producer application
@soubhagyakumar93096 жыл бұрын
where is the log messages in zipkin UI those you have written using log4j
@Javatechie6 жыл бұрын
@soubhagya That won't display on Zipkin UI , that i added to check in console and the role of zipkin is not to display your log statement ,it just help us to keep track your API load info with the help of spanid and trace id
@rajivraghu98575 жыл бұрын
@@Javatechie How do we send log4j logs to zipkin??
@Kidsfun1414-d5x4 жыл бұрын
How we can send response body values or log values of a request on zipkin UI . Is there any way.
@Javatechie4 жыл бұрын
We cannot miss guide use of zipikin as I already mentioned zipikin is not being used to track your application internal logs . It's used to track API call and it's load .
@Kidsfun1414-d5x4 жыл бұрын
@@Javatechie any suggestions that helps for me to trace service request as well as to log data of respnse body?.. By the way, your tutorials are great....hats off keep it brother.
@nmlocalhost97805 жыл бұрын
Hi All, I want to do Zipkin setup on Spring MVC(Not SpringBoot) using Gradle. Anyone please share me the proper example.
@Javatechie5 жыл бұрын
Yes we can do let me check it .
@nmlocalhost97805 жыл бұрын
@@Javatechie Thanks for your reply, Its very helpful, If I get it EOD. Thanks In Advance
@nmlocalhost97805 жыл бұрын
@@Javatechie Any update pls
@mdqamruddin3 жыл бұрын
Where are the logs ???
@funvideos65695 жыл бұрын
Hi, Are you from Odisha
@Javatechie5 жыл бұрын
Yes
@priyankarawat12654 жыл бұрын
creating custom zipkin servers as part of sleuth has been deprecated.
@Javatechie4 жыл бұрын
I didn't check , this is my old implementation
@priyankarawat12654 жыл бұрын
@@Javatechie yes. But it is helpful :). Thank you. Please upload with upgraded version of boot as well.
@gopald72636 жыл бұрын
Awesome..
@rexsam31344 жыл бұрын
Please upgrade your videos with new Spring Boot version 2.4.1
@Javatechie4 жыл бұрын
Hi please checkout my microservice playlist I already explained with spring boot 2.x