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

Downsampling traces #4964

Open
fmassot opened this issue May 9, 2024 · 0 comments
Open

Downsampling traces #4964

fmassot opened this issue May 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fmassot
Copy link
Contributor

fmassot commented May 9, 2024

A user asked on Discord for a downsampling feature of traces.

The sampling of traces is generally done at the collector level. This is well explained in the OTEL documentation. Two sampling methods can be applied: Head Sampling or Tail Sampling.

Downsampling in Quickwit would mean that, after a given period of time, Quickwit will analyze splits and apply Head Sampling or Tail Sampling to reduce the index storage size.

This feature request needs more details. We should probably look first to other trace engines and evaluate the interest of such feature among Quickwit users.

@fmassot fmassot added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant