Microsoft.Azure.Functions.Worker.ApplicationInsights
1.0.0-preview5
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Azure.Functions.Worker.ApplicationInsights --version 1.0.0-preview5
NuGet\Install-Package Microsoft.Azure.Functions.Worker.ApplicationInsights -Version 1.0.0-preview5
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview5" />
<PackageVersion Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview5" />
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" />
paket add Microsoft.Azure.Functions.Worker.ApplicationInsights --version 1.0.0-preview5
#r "nuget: Microsoft.Azure.Functions.Worker.ApplicationInsights, 1.0.0-preview5"
#addin nuget:?package=Microsoft.Azure.Functions.Worker.ApplicationInsights&version=1.0.0-preview5&prerelease
#tool nuget:?package=Microsoft.Azure.Functions.Worker.ApplicationInsights&version=1.0.0-preview5&prerelease
Microsoft.Azure.Functions.Worker.ApplicationInsights
This package adds extension methods and services to configure ApplicationInsights for use in Azure Functions .NET isolated applications.
This package does not add Application Insights services directly. This must be done directly. Instead, this package only augments Application Insights with functions scenarios.
Getting Started
- Add packages
dotnet add package Microsoft.ApplicationInsights.WorkerService
dotnet add package Microsoft.Azure.Function.sWorker.ApplicationInsights --prerelease
- Configure ApplicationInsights
services.AddApplicationInsightsTelemetryWorkerService();
services.ConfigureFunctionsApplicationInsights();
Distributed Tracing
This package adds an ITelemetryModule
which listens to the Azure Functions worker ActivitySource
, converting emitted Activity
s into DependencyTelemetry
.
Logging
This package will adjust logging behavior of the worker to no longer emit logs through the host application. Instead, logs are sent directly to application insights from the worker.
In-Proc Comparison / Changes
With this package changing the worker to send telemetry directly to application insights, custom ITelemetryInitializer
or ITelemetryProcessor
will only apply to worker-originating telemetry. Telemetry which originates from the host process will not be ran through the same telemetry pipeline. This means when comapred to an in-proc functions app, you may see some telemetry items missing customizations performed in initialziers or processors. These telemetry items have originated from the host.
Configuration
See this document on configuring Application Insights for dotnet applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.ApplicationInsights.PerfCounterCollector (>= 2.21.0)
- Microsoft.Azure.Functions.Worker.Core (>= 1.14.0)
- Microsoft.Bcl.AsyncInterfaces (>= 5.0.0)
NuGet packages (15)
Showing the top 5 NuGet packages that depend on Microsoft.Azure.Functions.Worker.ApplicationInsights:
Package | Downloads |
---|---|
Energinet.DataHub.Core.App.FunctionApp
[Release Notes](https://github.com/Energinet-DataHub/geh-core/blob/master/source/App/documents/release-notes/release-notes.md) [Documentation](https://github.com/Energinet-DataHub/geh-core/blob/master/source/App/documents/documentation.md) |
|
HUMANiT.Azure.Functions
API proxy. Heartbeat. Simplified payload handling. Simplified content result creation incl. JSON. Simplified IActionResult handling for common HTTP status codes. Media types. Extensions. |
|
Arcus.WebApi.Logging.AzureFunctions
Provides capabilities for easily integrating logging when building Azure Functions. |
|
Cqrs.Azure.Functions.Isolated
Use Azure Functions with CQRS.NET |
|
Dan.Common
This package includes the common models and utilities used for communicating between Dan.Core and the various Dan plugins and simplifying plugin development. |
GitHub repositories (20)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Azure.Functions.Worker.ApplicationInsights:
Repository | Stars |
---|---|
Azure-Samples/cognitive-services-speech-sdk
Sample code for the Microsoft Cognitive Services Speech SDK
|
|
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
|
|
NuGetPackageExplorer/NuGetPackageExplorer
Create, update and deploy Nuget Packages with a GUI
|
|
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
|
|
mspnp/cloud-design-patterns
Sample implementations for cloud design patterns found in the Azure Architecture Center.
|
|
Azure/azure-functions-durable-extension
Durable Task Framework extension for Azure Functions
|
|
nkdAgility/azure-devops-migration-tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Work Items, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
|
|
Azure/azure-functions-dotnet-worker
Azure Functions out-of-process .NET language worker
|
|
Azure/azure-functions-templates
Azure functions templates for the azure portal, CLI, and VS
|
|
Chinchilla-Software-Com/CQRS
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
pnp/pnpcore
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
|
|
Azure-Samples/cosmos-db-design-patterns
A collection of design pattern samples for building applications and services with Azure Cosmos DB for NoSQL.
|
|
mspnp/serverless-reference-implementation
Serverless reference implementation guidance
|
|
Avanade/Beef
The Business Entity Execution Framework (Beef) framework, and the underlying code generation, has been primarily created to support the industrialization of API development.
|
|
FritzAndFriends/TagzApp
An application that discovers content on social media for hashtags
|
|
Azure/azure-sdk-tools
Tools repository leveraged by the Azure SDK team.
|
|
PacktPublishing/Software-Architecture-with-C-Sharp-12-and-.NET-8-4E
Code Repository for Software Architecture with .NET 8 Fourth Edition, Published by Packt
|
|
hlaueriksson/CommandQuery
Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions
|
|
Particular/docs.particular.net
All content for ParticularDocs
|
|
damienbod/AspNetCoreServiceBus
ASP.NET Core with Azure Service Bus
|
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 2,351,015 | 11/12/2024 |
2.0.0-preview5 | 15,607 | 10/29/2024 |
2.0.0-preview4 | 7,195 | 10/23/2024 |
2.0.0-preview3 | 381 | 10/22/2024 |
2.0.0-preview2 | 7,267 | 10/15/2024 |
2.0.0-preview1 | 10,841 | 9/10/2024 |
1.4.0 | 2,682,188 | 8/30/2024 |
1.3.0 | 765,128 | 8/6/2024 |
1.2.0 | 7,054,243 | 1/29/2024 |
1.1.0 | 2,161,035 | 11/7/2023 |
1.1.0-preview1 | 566 | 11/1/2023 |
1.0.0 | 1,337,783 | 8/15/2023 |
1.0.0-preview5 | 80,571 | 7/19/2023 |
1.0.0-preview4 | 593,831 | 3/24/2023 |
1.0.0-preview3 | 399,425 | 9/27/2022 |
1.0.0-preview2 | 17,821 | 9/20/2022 |
1.0.0-preview1 | 48,409 | 8/11/2022 |
# Changes
- Added `README.md`
# Breaking Changes
## Removed APIs
- Removed `Microsoft.ApplicationInsights.WorkerService` dependency
- `FunctionsApplicationInsightsExtensions.AddApplicationInsights(IFunctionWorkerApplicationBuilder, Action<ApplicationInsightsServiceOptions>?)`
- `FunctionsApplicationInsightsExtensions.AddApplicationInsightsLogger(IFunctionWorkerApplicationBuilder, Action<ApplicationInsightsLoggerOptions>?)`
## Added APIs
- Added `Microsoft.ApplicationInsights` dependency
- `FunctionsApplicationInsightsExtensions.ConfigureFunctionsApplicationInsights(IServiceCollection)`