-
Notifications
You must be signed in to change notification settings - Fork 64
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
summary: Azure function support (preview) #2724
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from code coverage.
…wrelic-dotnet-agent into chore/update-serilog
chore: Update Profiler NuGet Package Reference to v10.28.0.40. Co-authored-by: tippmar-nr <[email protected]>
…azure-function-instrumentation
* Added a config setting to disabled azure function mode by default, added a few unit tests in areas where function mode detection is used * Minor cleanup * Refactor
* Unit tests and a bug fix or two * profiler unit tests * Unit test tweak * cleanup * formatting
* Profiler update to exclude func.exe * chore: Update Profiler NuGet Package Reference to v10.29.0.54 (#2734) chore: Update Profiler NuGet Package Reference to v10.29.0.54. Co-authored-by: tippmar-nr <[email protected]> * WIP * profiler azure function detection rework * Azure function integration tests functional but not complete * Upate all_solutions workflow to install azure functions tools and test the azurefunction namespace * another install attempt * test only azure function namespace for now * Tweaks for the integration tests workflow * enable all namespaces for integration tests * cleanup * Profiler: Allow log level override in azure function mode via NEW_RELIC_AZURE_FUNCTION_LOG_LEVEL_OVERRIDE=1 * workflow tweak * chore: Update Profiler NuGet Package Reference to v10.29.0.66 (#2738) chore: Update Profiler NuGet Package Reference to v10.29.0.66. Co-authored-by: tippmar-nr <[email protected]> * integration test tw4eaks * profiler unit test update --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Integration test updates, added net6.0 and net8.0 plus a test to verify behavior when azure function mode is disabled. * Integration test rework to use different HttpTrigger invocation methods
Disable aspnetcore middleware wrapper in azure function mode, update integration tests
tippmar-nr
changed the title
**DRAFT** feat: Azure function support
feat: Azure function support (preview)
Sep 9, 2024
tippmar-nr
changed the title
feat: Azure function support (preview)
summary: Azure function support (preview)
Sep 9, 2024
…/newrelic-dotnet-agent into feature/azure-functions
* Added QueueTrigger function to integration tests * Added a missing file * Minor refactor
jaffinito
reviewed
Sep 10, 2024
src/Agent/NewRelic/Agent/Core/Utilization/AzureFunctionAppVendorModel.cs
Show resolved
Hide resolved
tippmar-nr
commented
Sep 10, 2024
nrcventura
reviewed
Sep 10, 2024
...gent/NewRelic/Agent/Extensions/Providers/Wrapper/AzureFunction/InvokeFunctionAsyncWrapper.cs
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2724 +/- ##
==========================================
+ Coverage 80.91% 81.17% +0.25%
==========================================
Files 458 459 +1
Lines 29147 29204 +57
Branches 3209 3223 +14
==========================================
+ Hits 23585 23707 +122
+ Misses 4771 4707 -64
+ Partials 791 790 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
nrcventura
approved these changes
Sep 11, 2024
chynesNR
approved these changes
Sep 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: Preview support for instrumentation of "isolated" model Azure Functions. Instrumentation is disabled by default. Please reach out to your account team if you would like to try this new feature.