mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-26 06:36:36 +00:00
docs: add example about add cmdline to process metrics. (#2029)
This commit is contained in:
@@ -92,7 +92,12 @@ w3wp_Test
|
|||||||
_This collector does not yet have explained examples, we would appreciate your help adding them!_
|
_This collector does not yet have explained examples, we would appreciate your help adding them!_
|
||||||
|
|
||||||
## Useful queries
|
## 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
|
## Alerting examples
|
||||||
_This collector does not yet have alerting examples, we would appreciate your help adding them!_
|
_This collector does not yet have alerting examples, we would appreciate your help adding them!_
|
||||||
|
|||||||
Reference in New Issue
Block a user