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

Performance is slow across Amazon Linux 2 and Amazon Linux 2023 #2045

Open
birojnayak opened this issue Sep 8, 2024 · 0 comments
Open

Performance is slow across Amazon Linux 2 and Amazon Linux 2023 #2045

birojnayak opened this issue Sep 8, 2024 · 0 comments
Labels
bug Something isn't working comp:sampler.aws Things related to OpenTelemetry.Samplers.AWS

Comments

@birojnayak
Copy link
Contributor

birojnayak commented Sep 8, 2024

Component

OpenTelemetry.Sampler.AWS

Package Version

Package Name Version
OpenTelemetry.Api 1.8.0
OpenTelemetry 1.8.0
TBD TBD

Runtime Version

net6.0

Description

While benchmarking OpenTelemetry.Sampler.AWS we found that under heavy load (under multi threading), the library performance is low(TPS) in Aaazon Linux 2 when compared to Amazon Linux 20203. The library unnecessarily writing same events (same , repeated infos) to event source which is not needed. Due to this, TPS never reaches 400.

Steps to Reproduce

Details present in the issue Dotnet runtime

Expected Result

It should write information (to event source) only when needed to provide useful information to customer.

Actual Result

We saw several calls to eventsource with same informations.

Additional Context

No response

@birojnayak birojnayak added the bug Something isn't working label Sep 8, 2024
@github-actions github-actions bot added the comp:sampler.aws Things related to OpenTelemetry.Samplers.AWS label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp:sampler.aws Things related to OpenTelemetry.Samplers.AWS
Projects
None yet
Development

No branches or pull requests

1 participant