src/collectors/apps.plugin/integrations/windows_services.md
Plugin: apps.plugin Module: services
This integration monitors resource utilization grouped by Windows Service.
It auto-discovers running Windows services via the Service Control Manager and groups each service's process tree to aggregate CPU, memory, I/O, and other metrics per service. Processes not belonging to any service are grouped under 'not-services'.
This collector is only supported on the following platforms:
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
All running Windows services are automatically discovered. No configuration is needed.
The default configuration for this integration does not impose any limits on data collection.
No additional SCM query overhead. The service list is already queried by apps.plugin for process naming. Per-iteration work involves walking parent chains to assign service names.
No action required.
Service charts are enabled by default. Use the without-services (or no-services) command line option to disable them.
There is no configuration file.
There are no configuration examples.
There are no alerts configured by default for this integration.
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
These metrics refer to the Windows Service.
Labels:
| Label | Description |
|---|---|
| service | The display name of the Windows service. |
Metrics:
| Metric | Dimensions | Unit | windows |
|---|---|---|---|
| service.cpu_utilization | user, system | percentage | • |
| service.mem_usage | rss | MiB | • |
| service.vmem_usage | vmem | MiB | • |
| service.mem_page_faults | minor | pgfaults/s | • |
| service.swap_usage | swap | MiB | • |
| service.disk_logical_io | reads, writes | KiB/s | • |
| service.fds_open | handles | fds | • |
| service.processes | processes | processes | • |
| service.threads | threads | threads | • |
| service.uptime | uptime | seconds | • |
| service.uptime_summary | min, avg, max | seconds | • |