Skip to content

Commit

Permalink
Open Tracing is available only in 3.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjayprateek committed Oct 25, 2019
1 parent a18609a commit 437d787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ For publishing data using a producer which is defined for the stream router conf

`(send :default "test-topic" 1 "key" "value")`

## Tracing
## Tracing (Only available in 3.1.0-alpha.1)
[Open Tracing](https://opentracing.io/docs/overview/) enables to identify the amount of time spent in various stages of the work flow.

Currently, the execution of the handler function is traced. If the message consumed has the corresponding tracing headers, then the E2E life time of the message from the time of production till the time of consumption can be traced.
Expand Down

0 comments on commit 437d787

Please sign in to comment.