Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Adding distributed tracing to the source code

Pragya Keshap answered on February 18, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • distributed Tracing
  • Do you know Distributed tracing? what is the use of it?
  • code tracing
  • Trying out distributed tracing
  • Distributed Tracing with Sleuth and Zipkin

  • Adding distributed tracing to the source code

    0

    enable distributed tracing using Spring Cloud Sleuth and Zipkin. This can be done with the following steps:

    Add dependencies to the build files to bring in Spring Cloud Sleuth and the capability of sending trace information to Zipkin

    Add dependencies on RabbitMQ and Kafka for the projects that haven't used them before, that is, the Spring Cloud projects authorization-server, eureka-server, and gateway

    Configure the microservices to send trace information to Zipkin using either RabbitMQ or Kafka

    Add a Zipkin server to the Docker Compose files

    Add the kafka Spring profile in docker-compose-kafka.yml to the Spring Cloud projects authorization-server, eureka-server, and gateway

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 18 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.