Skip to content

Commit

Permalink
readme: add illustrations for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
olegrok committed Nov 6, 2019
1 parent 12854fb commit 4a4c2b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Tracing for Tarantool

![tracing-img](https://user-images.githubusercontent.com/8830475/68295738-17abe800-00a4-11ea-855f-d46589b89bed.png)

`Tracing` module for Tarantool includes the following parts:

* OpenTracing API
Expand Down Expand Up @@ -148,9 +150,13 @@ span:finish()

### HTTP

![http-example-img](https://user-images.githubusercontent.com/8830475/68296113-de27ac80-00a4-11ea-844a-20f798d3f5d8.png)

This example is a Lua port of
[Go OpenTracing tutorial](https://github.com/yurishkuro/opentracing-tutorial/tree/master/go).

*Complete source code see [here](/examples/http)*

#### Description

The example demonstrates trace propagation through two services:
Expand Down Expand Up @@ -502,8 +508,13 @@ os.exit(0)

* Check results on [http://localhost:9411/zipkin](http://localhost:9411/zipkin)


### Tarantool Cartridge

![cartridge-example-img](https://user-images.githubusercontent.com/8830475/68297520-2e543e00-00a8-11ea-9517-f9567dc3c808.png)

*Complete source code see [here](/examples/cartridge)*

Opentracing could be used with [Tarantool Cartridge](https://github.com/tarantool/cartridge).

This example is pretty similar to previous. We will have several roles
Expand Down

0 comments on commit 4a4c2b0

Please sign in to comment.