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

feat!: Use Rack Events By Default #709

Merged

Conversation

arielvalentin
Copy link
Collaborator

I have been running the Rack::Events based instrumentation in our production workloads since 2023-10-23.

There is no noticeable difference in performance, however applications using Rack::BodyProxy to stream responses will notice a slight increase in latency since it will include timings writing response output to the socket.

@arielvalentin arielvalentin requested a review from a team October 28, 2023 19:30
@arielvalentin arielvalentin marked this pull request as draft October 28, 2023 21:31
@arielvalentin arielvalentin marked this pull request as ready for review October 29, 2023 15:47
@arielvalentin arielvalentin self-assigned this Nov 1, 2023
Copy link
Contributor

👋 This pull request has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this pull request will be closed eventually by the stale bot

@github-actions github-actions bot added the stale Marks an issue/PR stale label Dec 23, 2023
@arielvalentin arielvalentin added keep Ensures stale-bot keeps this issue/PR open and removed stale Marks an issue/PR stale labels Dec 23, 2023
arielvalentin and others added 5 commits December 23, 2023 09:57
I have been running the `Rack::Events` based instrumentation in our production workloads since 2023-10-23.

There is no noticeable difference in performance, however applications using `Rack::BodyProxy`
to stream responses will notice a slight increase in latency since it will include timings
writing response output to the socket.
Co-authored-by: Kayla Reopelle (she/her) <87386821+kaylareopelle@users.noreply.github.com>
@arielvalentin arielvalentin force-pushed the use-rack-events-by-default branch from 4551592 to aee2d7c Compare December 23, 2023 15:59
@arielvalentin arielvalentin requested a review from a team December 23, 2023 15:59
@arielvalentin arielvalentin merged commit 562f649 into open-telemetry:main Dec 23, 2023
47 checks passed
@arielvalentin arielvalentin deleted the use-rack-events-by-default branch December 23, 2023 16:21
@arielvalentin arielvalentin changed the title feat(rack)! Use Rack Events By Default feat!: Use Rack Events By Default Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep Ensures stale-bot keeps this issue/PR open
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants