8000 Add instrumentation to Django's db.connect() call by mvantellingen · Pull Request #647 · getsentry/sentry-python · GitHub
[go: up one dir, main page]

Skip to content

Add instrumentation to Django's db.connect() call #647

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

Conversation

mvantellingen
Copy link

This is a really interesting metric to know since this is sometimes
cause of performance issues

This is a really interesting metric to know since this is sometimes
cause of performance issues
self.settings_dict.get("ENGINE") or "django.db",
self.alias,
)
with hub.start_span(op="db", description=description):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the op to db.connect, and move the db engine into tags?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do 👍

@github-actions
Copy link

This pull request has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@sl0thentr0py
Copy link
Member

duplicate of #1250
closing

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.

4 participants
0