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

Use parent context for write* operations #298

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

srikanthccv
Copy link
Member

The traces table latency goes as high as minutes because it doesn't respect the parent context cancellation. The other two exporters do and will have a maximum of timeout latency. Without this change, the timeout setting is useless

func createDefaultConfig() component.Config {
return &Config{
TimeoutSettings: exporterhelper.NewDefaultTimeoutSettings(),

@srikanthccv srikanthccv merged commit d5d2d80 into main Mar 12, 2024
3 checks passed
@srikanthccv srikanthccv deleted the traces-parent-context branch March 12, 2024 14:09
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

Successfully merging this pull request may close these issues.

2 participants