How can I configure the perf counters in a Service Fabric Stateless service? -
i have looked @ options in portal , resource group templates, not find way customize list. also, possible add custom perf counters (assuming code creates them) monitoring in service fabric application?
there no integrated way today, there 3 ways this:
- use application insights monitor application. there details of how application insights not service fabric specific here. there project on github shows how integrate azure service fabric application insights.
- collect performance counters using azure diagnostics. service fabric running on vms, configuring diagnostics collection azure vm can found here.
- use operations management suite can collect standard , custom performance counters. see links in post below (i'm not allowed post more 2 links)
Comments
Post a Comment