zipkin mit spring-boot (Tracing Lösung)


http://ryanjbaxter.com/cloud/spring%20cloud/spring/2016/07/07/spring-cloud-sleuth.html

and:

- application.yml:

server.port=9411
spring.jmx.default-domain=zipkinsrv  # avoids clash with multiple spring boot jmx beans)
- @EnableZipkinServer annotation on Zipkin Application Class to start the actual server, avoids java.io.FileNotFoundException: http://localhost:9411/api/v1/spans on sending app.

Kommentare

Beliebte Posts aus diesem Blog

using the birt runtime with spring boot and gradle to generate PDF from a Report Design File

Powershell snippet to send messages to telegram