-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tag 2020.01.09 fixes some naming error to current guides. committer:陈晨。
- Loading branch information
Showing
5 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
### Open-Telemetry-Simple-Webmvc 案例工程 | ||
|
||
> Open-Telemetry-Simple-Webmvc 实际测试了 servlet 以及 spring-webmvc。 | ||
> Open-Telemetry-Simple-Webmvc 实际测试了 servlet 以及 spring-webmvc,同时如何对方法进行Span增强。 | ||
##### 测试模块快速开始 | ||
|
||
1. 确保[Guides 案例工程下的步骤](../README.md)执行完毕。 | ||
|
||
2. 启动此模块[otel-simple-webmvc](https://github.com/chenmudu/open-telemetry-java-guides/tree/master/otel-simple-webmvc/src/main/java/org/chenmudu/otel/webmvc)下的WebMvcRunMain. | ||
|
||
3. 访问http://localhost:10001/hello。 | ||
3. 访问http://localhost:10001/webmvc。 | ||
|
||
4. Copy Console 中的 TraceId访问 http://localhost:16686/ 即可观测结果。 | ||
|
||
##### 注意 | ||
|
||
1. 当你使用想观测 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters