Skip to content

Commit

Permalink
docs: Update README.md (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkane-msft authored Jan 17, 2025
1 parent e66cac9 commit 5087a4a
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 @@ -157,7 +157,7 @@ The concept of 'level' may not be an optimal feature for tracing systems. While
1. Disregarding a low-level span might inadvertently discard a high-level child span.
2. The process of filtering, or 'level' as it's often called, in a tracing system should be applied to a trace as a whole rather than individual spans within a trace.

In this context, fastrace offers a more efficient solution by filtering out entire traces that are not of interest through its unique tail-sampling design. Therefore, the concept of 'level', borrowed directly from logging systems, may not be suitable for fastrace.
In this context, fastrace offers a more efficient solution by filtering out entire traces that are not of interest through its unique [tail-sampling](https://opentelemetry.io/blog/2022/tail-sampling/) design. Therefore, the concept of 'level', borrowed directly from logging systems, may not be suitable for fastrace.

### Will fastrace support OpenTelemetry feature 'X'?

Expand Down

0 comments on commit 5087a4a

Please # to comment.