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

feat:(http-instrumentation) Capture Synthetic Source Type on Requests #5488

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

JacksonWeber
Copy link
Contributor

Short description of the changes

Adds support for marking bot/test traffic as synthetic based on the user-agent header.

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Added test to ensure that requests that have the appropriate user-agent header are marked as synthetic.

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

@JacksonWeber JacksonWeber requested a review from a team as a code owner February 20, 2025 01:07
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.95%. Comparing base (d9eae58) to head (60a310f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5488   +/-   ##
=======================================
  Coverage   94.95%   94.95%           
=======================================
  Files         309      309           
  Lines        7931     7931           
  Branches     1604     1604           
=======================================
  Hits         7531     7531           
  Misses        400      400           

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant