Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(spans): Filter DB spans for MongDB queries #2520

Merged
merged 3 commits into from
Sep 18, 2023

Conversation

phacops
Copy link
Contributor

@phacops phacops commented Sep 18, 2023

We know grouping is not good for spans of MongoDB queries and we want to ignore them.

MongoDB queries are basically JSON so we're looking for "$ in span.description and ignoring spans if it's in there.

@phacops phacops requested a review from a team September 18, 2023 17:11
@phacops phacops enabled auto-merge (squash) September 18, 2023 17:51
@phacops phacops enabled auto-merge (squash) September 18, 2023 17:56
@phacops phacops merged commit aa324fa into master Sep 18, 2023
20 checks passed
@phacops phacops deleted the pierre/spans-filter-mongodb-queries branch September 18, 2023 18:55
jan-auer added a commit that referenced this pull request Sep 22, 2023
* master:
  fix(spans): Handle ActiveRecord official and custom spelling (#2525)
  feat(spans): Update db table extraction to add comma separators (#2521)
  fix(profiling): Remove profile ID from transaction context if no profile is found in the envelope (#2523)
  feat(spans): Ignore more spans for the DB module (#2522)
  release: 23.9.1
  release: 23.9.0
  fix(spans): Add a description to the segment as well (#2512)
  fix(spans): Filter DB spans for MongDB queries (#2520)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants