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:

  1. 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.
  2. collect performance counters using azure diagnostics. service fabric running on vms, configuring diagnostics collection azure vm can found here.
  3. use operations management suite can collect standard , custom performance counters. see links in post below (i'm not allowed post more 2 links)

Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -