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: Add support for .NET Framework Azure Function Apps #2992

Merged
merged 15 commits into from
Feb 13, 2025

Conversation

tippmar-nr
Copy link
Member

Thank you for submitting a pull request. Please review our contributing guidelines and code of conduct.

Description

Modifies the profiler to instrument .NET Framework Azure Function apps.

Includes unit and integration tests

Author Checklist

  • Unit tests, Integration tests, and Unbounded tests completed
  • Performance testing completed with satisfactory results (if required)

Reviewer Checklist

  • Perform code review
  • Pull request was adequately tested (new/existing tests, performance tests)

tippmar-nr and others added 6 commits February 12, 2025 11:59
chore: Update Profiler NuGet Package Reference to v10.36.0.2.

Co-authored-by: tippmar-nr <120425148+tippmar-nr@users.noreply.github.com>
chore: Update Profiler NuGet Package Reference to v10.36.0.5.

Co-authored-by: tippmar-nr <120425148+tippmar-nr@users.noreply.github.com>
@tippmar-nr tippmar-nr requested a review from a team as a code owner February 12, 2025 22:42
tippmar-nr and others added 8 commits February 13, 2025 12:26
chore: Update Profiler NuGet Package Reference to v10.36.0.9.

Co-authored-by: tippmar-nr <120425148+tippmar-nr@users.noreply.github.com>
* Revert "Add profiler support for in-process azure functions"

This reverts commit 32165bb.

* Revert "chore: Update Profiler NuGet Package Reference to v10.36.0.9 (#2993)"

This reverts commit ceb8707.
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 60.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.11%. Comparing base (19e8387) to head (7b6c0c0).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...nt/NewRelic/Profiler/Configuration/Configuration.h 60.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2992      +/-   ##
==========================================
- Coverage   82.17%   82.11%   -0.07%     
==========================================
  Files         473      475       +2     
  Lines       30391    30459      +68     
  Branches     3392     3407      +15     
==========================================
+ Hits        24975    25010      +35     
- Misses       4617     4649      +32     
- Partials      799      800       +1     
Flag Coverage Δ
Agent 83.13% <ø> (-0.03%) ⬇️
Profiler 72.64% <60.00%> (-0.49%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...nt/NewRelic/Profiler/Configuration/Configuration.h 70.39% <60.00%> (-4.46%) ⬇️

... and 3 files with indirect coverage changes

@tippmar-nr tippmar-nr enabled auto-merge (squash) February 13, 2025 20:51
@tippmar-nr tippmar-nr merged commit 5b077f3 into main Feb 13, 2025
97 checks passed
@tippmar-nr tippmar-nr deleted the feature/azure-functions-framework-support branch February 13, 2025 21:44
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.

4 participants