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

Clarify Rack middleware_names option #1262

Merged
merged 1 commit into from
Nov 26, 2020
Merged

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Nov 24, 2020

This PR expands on the explanation of the middleware_names option for Rack.

This option sets the Rack resource name to the last executed Rack middleware, which show match the name of the middleware responsible for handling the request.

The existing description is a bit vague, and can be misinterpreted as enabling the tracing of all Rack middleware layers.

This PR expands on the explanation of the `middleware_names` option for Rack.

This option sets the Rack resource name to the last executed Rack middleware, which show match the name of the middleware responsible for handling the request.

The existing description is a bit vague, and can be misinterpreted as enabling the tracing of all Rack middleware layers.
@marcotc marcotc added the docs Involves documentation label Nov 24, 2020
@marcotc marcotc self-assigned this Nov 24, 2020
@marcotc marcotc requested a review from a team November 24, 2020 21:21
@marcotc marcotc merged commit b685b5c into master Nov 26, 2020
@marcotc marcotc deleted the rack-middleware_names-doc branch November 26, 2020 18:49
@github-actions github-actions bot added this to the 0.44.0 milestone Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Involves documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants