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

SpanProcessor without sampling #2543

Open
jeffreye opened this issue May 17, 2022 · 0 comments
Open

SpanProcessor without sampling #2543

jeffreye opened this issue May 17, 2022 · 0 comments
Assignees
Labels
spec:trace Related to the specification/trace directory

Comments

@jeffreye
Copy link

jeffreye commented May 17, 2022

What are you trying to achieve?
Sending traces with different strategies

What did you expect to see?
toggle sampled value for processors
configurable via envs/properties
I think we can take advatange of SamplingDecision.RECORD_ONLY which seems to be perfect use case for this and unused in the current specification.

Additional context.
We would like to have two different span exporters:
gRPC -> sending to a trace store ( need sampling to reduce storage requirement)
customized exporter -> sending to ETL ( doesn't need sampling, but it may take a while to be used by devs)

Add any other context about the problem here. If you followed an existing documentation, please share the link to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec:trace Related to the specification/trace directory
Projects
None yet
Development

No branches or pull requests

2 participants