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

[frontend] - disable fs instrumentation library #1473

Merged
merged 3 commits into from
Mar 21, 2024
Merged

[frontend] - disable fs instrumentation library #1473

merged 3 commits into from
Mar 21, 2024

Conversation

puckpuck
Copy link
Contributor

@puckpuck puckpuck commented Mar 20, 2024

Changes

Fixes #1468

The instrumentaion-fs library was generating 2 spans for nearly every GET request into the frontend. Since we now use a playwright enabled loadgenerator, this was happening for every resource being loaded, leading to a much larger load and additional noise being generated. Disabling the library removes that noise.

This chart is a count of spans for the frontend service by name before and after the change in this PR was deployed.
Screenshot 2024-03-20 at 4 58 32 PM

Merge Requirements

For new features contributions please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
@puckpuck puckpuck requested a review from a team March 20, 2024 21:14
Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
@puckpuck puckpuck merged commit 298c930 into open-telemetry:main Mar 21, 2024
25 checks passed
@puckpuck puckpuck deleted the frontend.disable-fs-instrumentation branch March 21, 2024 19:29
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.

[frontend] - instrumentation-fs creates unecessary noise
3 participants