Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed Oct 3, 2023
1 parent db6524d commit 093ab7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tools/trace_analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ The following screenshot shows the output of the `-span-events=<n>` option.

![Span event record dump](./imgs/span_event_record.png)

## Test sorting

The option `-test-sorting` can be used to test all the combinations of sorting
arrow records. This option is useful to ensure that the default sorting is
working correctly.

> Note: This option should not be combined with any other option.
The following screenshot is an example of the output. At the end, the best
combination is displayed.

![Test sorting](./imgs/test_sorting.png)

## Schema-stats output

For each batch (i.e. instance of ExportTraceServiceRequest), the following
Expand Down
Binary file added tools/trace_analyzer/imgs/test_sorting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 093ab7f

Please sign in to comment.