Skip to content

Commit

Permalink
Merge pull request #693 from apache/fix/url
Browse files Browse the repository at this point in the history
Try to fix a url
  • Loading branch information
ascrutae committed Dec 20, 2017
2 parents e28c337 + c9c5fe5 commit c45cdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cn/How-to-communicate-with-the-collector-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,4 @@ message LogMessage {
- entryServiceName/entryServiceId
- parentServiceName/parentServiceId
- peerId/peer
- componentId为默认支持的插件id,非官方支持,需传输名称或修改服务端源代码。[官方组件列表](https://github.com/apache/incubator-skywalking/blob/master/apm-network/src/main/java/org.apache.skywalking.apm/network/trace/component/ComponentsDefine.java)
- componentId为默认支持的插件id,非官方支持,需传输名称或修改服务端源代码。[官方组件列表](../../apm-network/src/main/java/org/apache/skywalking/apm/network/trace/component/ComponentsDefine.java)
2 changes: 1 addition & 1 deletion docs/cn/skywalking-opentracing-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

* 使用OpenTracing的标准API和桥接器,使用手动埋点
```java
Tracer tracer = new org.apache.skywalking.apm.toolkit.opentracing.SkyWalkingTracer();
Tracer tracer = new org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer();
Tracer.SpanBuilder spanBuilder = tracer.buildSpan("/yourApplication/yourService");

```

0 comments on commit c45cdcb

Please sign in to comment.