Skip to content

Commit

Permalink
show example
Browse files Browse the repository at this point in the history
  • Loading branch information
jky-yy authored Oct 19, 2017
1 parent 8fc8241 commit 21b49ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ $span->finish();
$traceConfig->flushTrace();
```

## [more example](https://github.com/jukylin/jaeger-php/tree/master/example)
## more example

- [HTTP](https://github.com/jukylin/jaeger-php/blob/master/example/HTTP.php)
- [Hprose](https://github.com/jukylin/blog/blob/master/%E8%B7%A8%E8%AF%AD%E8%A8%80%E5%88%86%E5%B8%83%E5%BC%8F%E8%BF%BD%E8%B8%AA%E7%B3%BB%E7%BB%9FJaeger%E4%BD%BF%E7%94%A8%E4%BB%8B%E7%BB%8D%E5%92%8C%E6%A1%88%E4%BE%8B%E3%80%90PHP%20%20%20Hprose%20%20%20Go%E3%80%91.md#跨语言调用案例)

## Features

Expand All @@ -89,4 +92,4 @@ $traceConfig->flushTrace();

[OpenTracing](http://opentracing.io/)

[Jaeger](https://uber.github.io/jaeger/)
[Jaeger](https://uber.github.io/jaeger/)

0 comments on commit 21b49ad

Please sign in to comment.