docs: fix metric name in example in collector.memory.md (#2004)

This commit is contained in:
rjb003
2025-04-18 11:20:44 -07:00
committed by GitHub
parent 17f1f98179
commit c47f32fb1f

View File

@@ -68,7 +68,7 @@ Show memory usage for instance (%)
```yaml ```yaml
# Alert on hosts that have exhausted all available physical memory # Alert on hosts that have exhausted all available physical memory
- alert: MemoryExhausted - alert: MemoryExhausted
expr: windows_os_physical_memory_free_bytes == 0 expr: windows_memory_physical_free_bytes == 0
for: 10m for: 10m
labels: labels:
severity: high severity: high