mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-07 21:46:37 +00:00
docs: fix metric name in example in collector.memory.md (#2004)
This commit is contained in:
@@ -68,7 +68,7 @@ Show memory usage for instance (%)
|
||||
```yaml
|
||||
# Alert on hosts that have exhausted all available physical memory
|
||||
- alert: MemoryExhausted
|
||||
expr: windows_os_physical_memory_free_bytes == 0
|
||||
expr: windows_memory_physical_free_bytes == 0
|
||||
for: 10m
|
||||
labels:
|
||||
severity: high
|
||||
|
||||
Reference in New Issue
Block a user