https://github.com/fbeltrao/monitoringservicefabric
Using Log Analytics and Application Insights to monitor Service Fabric solutions
https://github.com/fbeltrao/monitoringservicefabric
application-insights diagnostics log-analytics monitoring monitoring-service-fabric service-fabric
Last synced: 3 months ago
JSON representation
Using Log Analytics and Application Insights to monitor Service Fabric solutions
- Host: GitHub
- URL: https://github.com/fbeltrao/monitoringservicefabric
- Owner: fbeltrao
- License: mit
- Created: 2018-04-05T08:02:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T09:16:04.000Z (about 8 years ago)
- Last Synced: 2025-02-26T15:33:20.739Z (over 1 year ago)
- Topics: application-insights, diagnostics, log-analytics, monitoring, monitoring-service-fabric, service-fabric
- Size: 1.86 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Monitoring Service Fabric with Log Analytics and Application Insights
This document summarizes how you can use Log Analytics and Application Insights to monitor your Service Fabric cluster and the applications running on it respectively.

## Step by step guides
1. [Monitoring cluster with Log Analytics](LogAnalytics.md)
2. [Monitoring application with Application Insights](ApplicationInsights.md)
## References
- [Monitoring and diagnostics for Azure Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-overview)
- [Event aggregation and collection using Windows Azure Diagnostics](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-diagnostics-event-aggregation-wad)
- [Assess Azure Service Fabric applications and micro-services with PowerShell](https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-service-fabric)
- [Tutorial: monitor and diagnose an ASP.NET Core application on Service Fabric](https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-tutorial-monitoring-aspnet)
- [Microsoft Application Insights for Service Fabric](https://github.com/Microsoft/ApplicationInsights-ServiceFabric)