Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When is tail sampling supported? #10765

Open
xiaoxing139 opened this issue Mar 19, 2024 · 1 comment
Open

When is tail sampling supported? #10765

xiaoxing139 opened this issue Mar 19, 2024 · 1 comment

Comments

@xiaoxing139
Copy link

Hi,
Due to the sampling rate, request may not be collected when the request is abnormal. So tail sampling capability is needed to collect all the problems when they occur. When is tail sampling supported?

@emeroad
Copy link
Member

emeroad commented Mar 21, 2024

We are considering the following implementation, but it is undecided when it will be implemented.

Although the fundamental goal is different, I think it can achieve the same effect as tail sampling.

Efficiency of hbase storage space

  1. Storing span data with high sampling rate in hbase
  2. After a certain period of time, the trace is deleted through a rule-based filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants