Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.82 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.82 KB

appInsights-Concrete

Main development repository for Application Insights Concrete addon.

Send data from Concrete to Application Insights for display, analysis and diagnostics.

The purpose of this project is to integrate a Concrete 5 web site with Application Insights. Log messages are sent to the Application Insights portal. Application Insights provides a powerful diagnostic search tool, which allows you to search and correlate associated events, including data from client, server and other components of your application. It also shows you charts of trends in performance and usage over time. By using SLAB to send the logs, you introduce an additional level of clarity to your trace code.

Contributors

Tags: Application Insights Concrete5 plugin

Requires:

  • Newtonsoft.Json
  • EnterpriseLibrary.SemanticLogging
  • Microsoft.ApplicationInsights

Tested on:

  • Newtonsoft.Json (≥ 7.0.1)
  • EnterpriseLibrary.SemanticLogging (≥ 2.0.1406.1)
  • Microsoft.ApplicationInsights (≥ 0.17.1-beta)

License: GNU GPL 3.0

License URI: http://opensource.org/licenses/GPL-3.0

Copyright 2015 The Concrete5 plugin for Application Insights Project Team.

Changelog

1.0.0 = Initial Version