XperienceCommunity.ApplicationInsights
0.0.0.1
dotnet add package XperienceCommunity.ApplicationInsights --version 0.0.0.1
NuGet\Install-Package XperienceCommunity.ApplicationInsights -Version 0.0.0.1
<PackageReference Include="XperienceCommunity.ApplicationInsights" Version="0.0.0.1" />
paket add XperienceCommunity.ApplicationInsights --version 0.0.0.1
#r "nuget: XperienceCommunity.ApplicationInsights, 0.0.0.1"
// Install XperienceCommunity.ApplicationInsights as a Cake Addin #addin nuget:?package=XperienceCommunity.ApplicationInsights&version=0.0.0.1 // Install XperienceCommunity.ApplicationInsights as a Cake Tool #tool nuget:?package=XperienceCommunity.ApplicationInsights&version=0.0.0.1
XperienceCommunity.ApplicationInsights
Welcome to the XperienceCommunity.ApplicationInsights project! This repository provides seamless integration of Microsoft Application Insights with Xperience By Kentico websites. The primary goal is to enrich Request Telemetry with detailed RoutedWebPage data and WebsiteChannel Context data, enabling deeper insights into web application performance and user interactions.
Table of Contents
Introduction
XperienceCommunity.ApplicationInsights enhances your Xperience By Kentico websites by integrating Microsoft Application Insights. This integration allows you to capture and analyze telemetry data, providing valuable insights into your website's performance and user behavior. By enriching Request Telemetry with RoutedWebPage and WebsiteChannel Context data, this project ensures that you have a comprehensive understanding of your site's operational metrics.
Features
- Seamless Integration: Easily integrate Microsoft Application Insights with Xperience By Kentico websites.
- Enhanced Telemetry: Enrich Request Telemetry with RoutedWebPage data and WebsiteChannel Context data.
- In-depth Analysis: Gain deeper insights into web application performance and user interactions.
- Extensibility: Extend and customize telemetry data to suit your specific needs.
Installation
To install XperienceCommunity.ApplicationInsights, follow these steps:
NuGet Package: Install the NuGet package via the Package Manager Console.
Install-Package XperienceCommunity.ApplicationInsights
Configure Services: Add the necessary services to your
Startup.cs
file.public void ConfigureServices(IServiceCollection services) { services.AddApplicationInsightsTelemetry(); services.AddXperienceApplicationInsights(); services.AddControllersWithViews(options => { options.Filters.Add(typeof(XperienceApplicationInsightsFilter)); }); }
Configuration
Configure the integration by updating your appsettings.json
file with the necessary Application Insights settings.
{
"ApplicationInsights": {
"InstrumentationKey": "YOUR_INSTRUMENTATION_KEY"
}
}
Contributing
Contributions are welcome! Please read our Contributing Guide to learn how you can help improve this project.
- Fork the repository.
- Create a feature branch.
- Commit your changes.
- Push to the branch.
- Create a new Pull Request.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Acknowledgements
Special thanks to the community for their continuous support and contributions.
Thank you for using XperienceCommunity.ApplicationInsights! We hope this project enhances your telemetry data and provides valuable insights into your Xperience By Kentico websites. For any questions or issues, please open an issue on GitHub or reach out to our community.
Happy coding!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 is compatible. 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. |
-
net6.0
- CSharpFunctionalExtensions (>= 2.41.0)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.22.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
-
net7.0
- CSharpFunctionalExtensions (>= 2.41.0)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.22.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
-
net8.0
- CSharpFunctionalExtensions (>= 2.41.0)
- Microsoft.ApplicationInsights.AspNetCore (>= 2.22.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.0.1 | 103 | 7/24/2024 |