# jaeger-example **Repository Path**: tanjinfu/jaeger-example ## Basic Information - **Project Name**: jaeger-example - **Description**: 分布式跟踪系统Jaeger的使用示例。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jaeger-example #### 介绍 分布式跟踪系统Jaeger的示例程序。 更多介绍请参考微信公众号文章: [微服务调用跟踪系统](https://mp.weixin.qq.com/s/kN5cWPHogW8JxIyBlKYWXw)。 所用软件: java: 1.8 docker: 18.0 Spring Boot: 1.5 #### 使用说明 1. 创建Jaeger环境 ```bash docker run \ -p5775:5775/udp \ -p6831:6831/udp \ -p6832:6832/udp \ -p16686:16686 \ jaegertracing/all-in-one:latest --log-level=debug ``` 2. 运行示例程序 Intellij IDEA中右击JaegerExampleCallerApplication, 点击"运行" Intellij IDEA中右击JaegerExampleCalleeApplication, 点击"运行" 3. 发送请求 使用浏览器或linux上的curl命令打开: http://localhost:8080/hello 4. 查看tracing信息 在浏览器中打开 http://localhost:16686 ## Issue ### Symptom Caused by: java.lang.NoSuchFieldError: STANDARD_LOGS ### Resolution Delete this in pom.xml io.opentracing.contrib opentracing-spring-jaeger-web-starter 1.0.0