Skip to content

Commit

Permalink
Update data-optimize-techniques.mdx
Browse files Browse the repository at this point in the history
adding tip
  • Loading branch information
jeff-colucci committed Jan 18, 2024
1 parent 8acd938 commit df53016
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1368,6 +1368,9 @@ mutation {
}
}
```
<Callout variant="tip">
Since `trace.id`s are hexadecimal numbers, every character of the `trace.id` is a value of `0123456789abcdef`. Each character that you add to the `RLIKE` pattern will match an additional 1/16 of the rows in the span event, assuming the final characters have even distribution. If you add letters beyond F that aren't used in hexadecimal, the added digits won't affect the percentage matched.
</Callout>
</Collapser>
<Collapser
Expand Down

0 comments on commit df53016

Please sign in to comment.