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

Instrument entire Sinatra request #1112

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Instrument entire Sinatra request #1112

merged 1 commit into from
Jun 25, 2024

Conversation

tombruijn
Copy link
Member

Add the EventHandler to the default Sinatra instrumentation. This will have it report more of the request runtime.

It will also report the response_status tag and metric, as reported by the EventHandler.

This is compatible with other instrumentations using the EventHandler or an AbstractMiddleware subclass.

Part of #329

Add the EventHandler to the default Sinatra instrumentation. This will
have it report more of the request runtime.

It will also report the `response_status` tag and metric, as reported by
the EventHandler.

This is compatible with other instrumentations using the EventHandler or
an AbstractMiddleware subclass.

Part of #329
@tombruijn tombruijn merged commit 15b3390 into main Jun 25, 2024
16 checks passed
@tombruijn tombruijn deleted the sinatra-event-handler branch July 10, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants