service-fabric-observer icon indicating copy to clipboard operation
service-fabric-observer copied to clipboard

Is per service disk space monitoring possible?

Open markwragg opened this issue 1 year ago • 12 comments

In the documentation page for Observers it states for AppObserver:

Monitors CPU usage (Total CPU Time; percentage), Memory usage (Working Set; total or private, MB or percentage of total), and logical Disk space consumption for Service Fabric service processes and their descendants (aka child processes). Alerts when user-supplied thresholds are breached.

However I don't see that AppObserver does return metrics for disk consumption. It appears to just be the following:

  • Active Ephemeral Ports (Percent)
  • CPU Time (Percent)
  • Allocated File Handles
  • Active Ephemeral Ports
  • Thread Count
  • Memory Usage (MB)

I assume the documentation is just incorrect and should be updated, but does Service Fabric Observer have any mechanism to get a per service disk usage metric?

Thanks, Mark

markwragg avatar Mar 08 '23 10:03 markwragg