docs: fix wrong os collector info (issue #2414) (#2415)

This commit is contained in:
andrechalella
2026-06-03 14:26:46 +00:00
committed by GitHub
parent 040320b0f6
commit 6e3f796497
2 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ A Prometheus exporter for Windows machines.
| [mssql](docs/collector.mssql.md) | [SQL Server Performance Objects](https://docs.microsoft.com/en-us/sql/relational-databases/performance-monitor/use-sql-server-objects#SQLServerPOs) metrics | |
| [netframework](docs/collector.netframework.md) | .NET Framework metrics | |
| [net](docs/collector.net.md) | Network interface I/O | ✓ |
| [os](docs/collector.os.md) | OS metrics (memory, processes, users) | ✓ |
| [os](docs/collector.os.md) | OS information (hostname, product/version, install time) | ✓ |
| [pagefile](docs/collector.pagefile.md) | pagefile metrics | |
| [performancecounter](docs/collector.performancecounter.md) | Custom performance counter metrics | |
| [physical_disk](docs/collector.physical_disk.md) | physical disk metrics | ✓ |
+1 -16
View File
@@ -38,19 +38,4 @@ windows_os_install_time_timestamp_seconds 1.6725312e+09
_This collector does not yet have useful queries, we would appreciate your help adding them!_
## Alerting examples
#### Average CPU utilization over 1 hour exceeds 80% (New CPU metric)
```yaml
# Alerts if Agent/Host is down for 5min
- alert: HypervHostDown
expr: up{app="hyper-v"} == 0
for: 5m
labels:
severity: critical
annotations:
summary: Hyper-V host {{ $labels.instance }} is down
description: |
Hyper-V host {{ $labels.instance }} has been unreachable for more than 5 minutes.
Job: {{ $labels.job }}
```
_This collector does not yet have alerting examples, we would appreciate your help adding them!_