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

[FEATURE] Performance Monitoring #16

Merged
merged 12 commits into from
Nov 12, 2021
Merged

Conversation

cngJo
Copy link
Member

@cngJo cngJo commented Nov 9, 2021

This is a very basic implementation of performance monitoring with sentry.
What this does is:
It starts a transaction when the BootCompletedEvent is dispatched and stops the transaction in a middleware, after the request is processed.
Information about the request get passed as the name of the transaction, forming the URL from the request.

For now there is just this one transaction, in the future we can improve this implementation by adding more information / transactions.

Fixes: #13

@cngJo cngJo added the Feature New feature or request label Nov 9, 2021
@cngJo cngJo changed the title [WIP][FEATURE] Performance Monitoring [FEATURE] Performance Monitoring Nov 9, 2021
@cngJo cngJo marked this pull request as ready for review November 12, 2021 18:34
@cngJo cngJo merged commit 3bc2640 into main Nov 12, 2021
@cngJo cngJo deleted the feature/performance-monitoring branch November 12, 2021 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request State:Tested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance Monitoring
1 participant