Skip to content

Commit

Permalink
Update docs/tracing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Giedrius Statkevičius <giedriuswork@gmail.com>
  • Loading branch information
bwplotka and GiedriusS authored Sep 1, 2021
1 parent add38df commit 0453839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [this issue](https://github.com/thanos-io/thanos/issues/1972) to check our p

## Usage

Once tracing is enabled and sampling per backend is configured Thanos will generate traces for all gRPC and HTTP APIs thanks to generic "middlewares". Some more interesting to observe APIs like `query` or `query_range` have more low-level spans with focused metadata showing latency for important functionalities. For example Jaeger view of HTTP query_range API call might look as follows:
Once tracing is enabled and sampling per backend is configured, Thanos will generate traces for all gRPC and HTTP APIs thanks to generic "middlewares". Some more interesting to observe APIs like `query` or `query_range` have more low-level spans with focused metadata showing latency for important functionalities. For example, Jaeger view of HTTP query_range API call might look as follows:

![view](img/tracing2.png)

Expand Down

0 comments on commit 0453839

Please sign in to comment.