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

add rollup SQL duration time to Django traces #207

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

jmhodges-color
Copy link
Contributor

@jmhodges-color jmhodges-color commented Jan 20, 2022

Out of #205 (and internal conversation at my org), adding a rollup field
that includes how much time was spent executing SQL queries was also
desirable for an out-of-the-box experience. This adds that field.

There was a name collision with the already existing db.duration here
and the similarly named variable in the Go beeline that is used for
total time, so we choose the db.total_duration name here.

Out of honeycombio#205 (and internal conversation at my org), adding a rollup field
that includes how much time was spent executing SQL queries was also
desirable for an out-of-the-box experience. This adds that field.

There was a name collision with the already existing `db.duration` here
and the similarly named variable in the Go beeline that is used for
total time, so we choose the `db.total_duration` name here.
Copy link
Contributor

@vreynolds vreynolds left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution! It's unfortunate that beelines are inconsistent in the naming scheme, but at least this is internally consistent.

@vreynolds vreynolds merged commit 7848abd into honeycombio:main Jan 25, 2022
@vreynolds vreynolds added type: enhancement New feature or request version: bump minor A PR that adds behavior, but is backwards-compatible. labels Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request version: bump minor A PR that adds behavior, but is backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants