docs: add example about add cmdline to process metrics. (#2029)

This commit is contained in:
Jan-Otto Kröpke
2025-05-14 11:03:28 +02:00
committed by GitHub
parent bebc44c948
commit d899ae7e24

View File

@@ -92,7 +92,12 @@ w3wp_Test
_This collector does not yet have explained examples, we would appreciate your help adding them!_
## Useful queries
_This collector does not yet have any useful queries added, we would appreciate your help adding them!_
Add extended information like cmdline or owner to other process metrics.
```
windows_process_working_set_bytes * on(process_id) group_left(owner, cmdline) windows_process_info
```
## Alerting examples
_This collector does not yet have alerting examples, we would appreciate your help adding them!_